01JXZFND2K2EW5E4MZA12FKSX6: 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: 01JXZFNN3WT8MPHDZT6E18CT8G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-06-17T17:41:22.492Zjob assigned to worker 01JXZFNQ0NCF3XC2C4E49QGVW3 [factory gimlet-EVT22200007-propolis, EVT22200007/31008] (queued for 25 s)
 
22025-06-17T17:41:31.235Zstarting task 0: "setup"
32025-06-17T17:41:31.261Z++ uname -s
42025-06-17T17:41:31.261Z+ kern=SunOS
52025-06-17T17:41:31.262Z+ build_user=build
62025-06-17T17:41:31.262Z+ build_uid=12345
72025-06-17T17:41:31.262Z+ work_dir=/work
82025-06-17T17:41:31.262Z+ input_dir=/input
92025-06-17T17:41:31.262Z+ [[ 0 == 12345 ]]
102025-06-17T17:41:31.262Z+ case "$kern" in
112025-06-17T17:41:31.262Z+ groupadd -g 12345 build
122025-06-17T17:41:31.262Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-06-17T17:41:33.255Z+ zfs create -o mountpoint=/work rpool/work
142025-06-17T17:41:33.290Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-06-17T17:41:33.316Z+ home_fs=zfs
162025-06-17T17:41:33.316Z+ [[ zfs == autofs ]]
172025-06-17T17:41:33.316Z+ mkdir -p /home/build
182025-06-17T17:41:33.316Z+ chown build:build /home/build /work
192025-06-17T17:41:35.300Z+ chmod 0700 /home/build /work
202025-06-17T17:41:35.325Zprocess exited: duration 4073 ms, exit code 0
 
212025-06-17T17:41:35.377Zstarting task 1: "rust-toolchain"
222025-06-17T17:41:35.403Z+ printf ' * rust toolchain channel = "%s"\n' 1.87.0
232025-06-17T17:41:35.403Z * rust toolchain channel = "1.87.0"
242025-06-17T17:41:35.403Z * rust toolchain profile = "default"
252025-06-17T17:41:35.403Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-06-17T17:41:35.403Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-06-17T17:41:35.403Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-06-17T17:41:35.403Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-06-17T17:41:35.403Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default
302025-06-17T17:41:35.516Zinfo: downloading installer
312025-06-17T17:41:35.940Zwarn: It looks like you have an existing installation of Rust at:
322025-06-17T17:41:35.940Zwarn: /opt/ooce/bin
332025-06-17T17:41:35.940Zwarn: It is recommended that rustup be the primary Rust installation.
342025-06-17T17:41:35.940Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-06-17T17:41:35.940Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-06-17T17:41:35.940Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-06-17T17:41:35.941Zwarn: or pass `-y' to ignore all ignorable checks.
382025-06-17T17:41:35.941Zerror: cannot install while Rust is installed
392025-06-17T17:41:35.941Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-06-17T17:41:35.966Zinfo: profile set to 'default'
412025-06-17T17:41:35.966Zinfo: default host triple is x86_64-unknown-illumos
422025-06-17T17:41:35.966Zinfo: syncing channel updates for '1.87.0-x86_64-unknown-illumos'
432025-06-17T17:41:36.066Zinfo: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09)
442025-06-17T17:41:36.066Zinfo: downloading component 'cargo'
452025-06-17T17:41:36.312Zinfo: downloading component 'clippy'
462025-06-17T17:41:36.389Zinfo: downloading component 'rust-docs'
472025-06-17T17:41:36.615Zinfo: downloading component 'rust-std'
482025-06-17T17:41:36.970Zinfo: downloading component 'rustc'
492025-06-17T17:41:38.537Zinfo: downloading component 'rustfmt'
502025-06-17T17:41:38.614Zinfo: installing component 'cargo'
512025-06-17T17:41:39.753Zinfo: installing component 'clippy'
522025-06-17T17:41:40.222Zinfo: installing component 'rust-docs'
532025-06-17T17:41:43.189Zinfo: installing component 'rust-std'
542025-06-17T17:41:45.362Zinfo: installing component 'rustc'
552025-06-17T17:41:53.312Zinfo: installing component 'rustfmt'
562025-06-17T17:41:53.686Z
572025-06-17T17:41:53.686Zinfo: default toolchain set to '1.87.0-x86_64-unknown-illumos'
582025-06-17T17:41:53.858Z 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09)
592025-06-17T17:41:53.858Z
602025-06-17T17:41:53.859Z
612025-06-17T17:41:53.859ZRust is installed now. Great!
622025-06-17T17:41:53.859Z
632025-06-17T17:41:53.859ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-06-17T17:41:53.885Zenvironment variable. This has not been done automatically.
652025-06-17T17:41:53.885Z
662025-06-17T17:41:53.885ZTo configure your current shell, you need to source
672025-06-17T17:41:53.885Zthe corresponding env file under $HOME/.cargo.
682025-06-17T17:41:53.885Z
692025-06-17T17:41:53.885ZThis is usually done by running one of the following (note the leading DOT):
702025-06-17T17:41:53.885Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-06-17T17:41:53.885Zsource "$HOME/.cargo/env.fish" # For fish
722025-06-17T17:41:53.885Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-06-17T17:41:53.970Z+ rustup --version
742025-06-17T17:41:53.996Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-06-17T17:41:53.996Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-06-17T17:41:54.112Zinfo: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)`
772025-06-17T17:41:54.139Z+ cargo --version
782025-06-17T17:41:54.229Zcargo 1.87.0 (99624be96 2025-05-06)
792025-06-17T17:41:54.255Z+ rustc --version
802025-06-17T17:41:54.345Zrustc 1.87.0 (17067e9ac 2025-05-09)
812025-06-17T17:41:54.371Zprocess exited: duration 18972 ms, exit code 0
 
822025-06-17T17:41:54.422Zstarting task 2: "authentication"
832025-06-17T17:41:54.481Zprocess exited: duration 58 ms, exit code 0
 
842025-06-17T17:41:54.532Zstarting task 3: "clone repository"
852025-06-17T17:41:54.558Z+ mkdir -p /work/oxidecomputer/omicron
862025-06-17T17:41:54.558Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-06-17T17:41:54.584ZCloning into '/work/oxidecomputer/omicron'...
882025-06-17T17:42:04.544Z+ cd /work/oxidecomputer/omicron
892025-06-17T17:42:04.544Z+ git fetch origin 36b7b8d79b575b2c2b7bd1408ca35b25707e059b
902025-06-17T17:42:05.067ZFrom https://github.com/oxidecomputer/omicron
912025-06-17T17:42:05.067Z * branch 36b7b8d79b575b2c2b7bd1408ca35b25707e059b -> FETCH_HEAD
922025-06-17T17:42:05.092Z+ [[ -n john/plan-sled-with-no-disks ]]
932025-06-17T17:42:05.092Z++ git branch --show-current
942025-06-17T17:42:05.092Z+ current=main
952025-06-17T17:42:05.092Z+ [[ main != john/plan-sled-with-no-disks ]]
962025-06-17T17:42:05.093Z+ git branch -f john/plan-sled-with-no-disks 36b7b8d79b575b2c2b7bd1408ca35b25707e059b
972025-06-17T17:42:05.093Z+ git checkout -f john/plan-sled-with-no-disks
982025-06-17T17:42:05.344ZSwitched to branch 'john/plan-sled-with-no-disks'
992025-06-17T17:42:05.370Z+ git reset --hard 36b7b8d79b575b2c2b7bd1408ca35b25707e059b
1002025-06-17T17:42:05.370ZHEAD is now at 36b7b8d79 [blueprint-planner] Don't fail on sleds with no zpools
1012025-06-17T17:42:05.370Zprocess exited: duration 10832 ms, exit code 0
 
1022025-06-17T17:42:05.423Zstarting task 4: "build"
1032025-06-17T17:42:05.452Z+ source ./env.sh
1042025-06-17T17:42:05.453Z++ OLD_SHELL_OPTS=ehxB
1052025-06-17T17:42:05.453Z++ set -o xtrace
1062025-06-17T17:42:05.453Z++++ dirname ./env.sh
1072025-06-17T17:42:05.453Z+++ readlink -f .
1082025-06-17T17:42:05.453Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-06-17T17:42:05.453Z++ 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-06-17T17:42:05.453Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-06-17T17:42:05.453Z++ 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-06-17T17:42:05.453Z++ 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-06-17T17:42:05.453Z++ 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-06-17T17:42:05.453Z++ 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-06-17T17:42:05.453Z++ 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-06-17T17:42:05.453Z++ 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-06-17T17:42:05.453Z++ case $OLD_SHELL_OPTS in
1182025-06-17T17:42:05.453Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-06-17T17:42:05.453Z+ source .github/buildomat/ci-env.sh
1202025-06-17T17:42:05.453Z++ export CARGO_TERM_COLOR=always
1212025-06-17T17:42:05.453Z++ CARGO_TERM_COLOR=always
1222025-06-17T17:42:05.453Z+ target_os=illumos
1232025-06-17T17:42:05.453Z+ NEXTEST_VERSION=0.9.98
1242025-06-17T17:42:05.453Z+ cargo --version
1252025-06-17T17:42:05.511Zcargo 1.87.0 (99624be96 2025-05-06)
1262025-06-17T17:42:05.537Z+ rustc --version
1272025-06-17T17:42:05.598Zrustc 1.87.0 (17067e9ac 2025-05-09)
1282025-06-17T17:42:05.624Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.98/illumos
1292025-06-17T17:42:05.624Z+ gunzip
1302025-06-17T17:42:05.624Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-06-17T17:42:06.710Zx cargo-nextest, 18644352 bytes, 36415 tape blocks
1322025-06-17T17:42:06.735Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-06-17T17:42:06.736Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-06-17T17:42:06.736Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-06-17T17:42:06.736Z+ mkdir /var/tmp/omicron_tmp
1362025-06-17T17:42:06.736Z+ OUTPUT_DIR=/work
1372025-06-17T17:42:06.736Z+ echo 'tests will store non-ephemeral output in /work'
1382025-06-17T17:42:06.736Ztests will store non-ephemeral output in /work
1392025-06-17T17:42:06.736Z+ mkdir -p /work
1402025-06-17T17:42:06.736Z+ banner prerequisites
1412025-06-17T17:42:06.736Z
1422025-06-17T17:42:06.736Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-06-17T17:42:06.736Z # # # # # # # # # # # # # # #
1442025-06-17T17:42:06.736Z # # # # ##### # # ##### # # # # # #### #
1452025-06-17T17:42:06.736Z ##### ##### # ##### # # # # # # # # #
1462025-06-17T17:42:06.736Z # # # # # # # # # # # # # # #
1472025-06-17T17:42:06.736Z # # # ###### # # ###### ### # #### # #### #
1482025-06-17T17:42:06.736Z
1492025-06-17T17:42:06.736Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-06-17T17:42:19.480Z Startup: Refreshing catalog 'helios-dev' ... Done
1512025-06-17T17:42:26.720Z Startup: Caching catalogs ... Done
1522025-06-17T17:42:36.467ZPlanning: Solver setup ... Done (8.319s)
1532025-06-17T17:42:36.549ZPlanning: Running solver ... Done (0.081s)
1542025-06-17T17:42:36.633ZPlanning: Finding local manifests ... Done (0.002s)
1552025-06-17T17:42:36.712ZPlanning: Fetching manifests: 0/4 0% complete
1562025-06-17T17:42:37.082ZPlanning: Fetching manifests: 4/4 100% complete
1572025-06-17T17:42:37.142ZPlanning: Package planning ... Done (0.060s)
1582025-06-17T17:42:37.200ZPlanning: Merging actions ... Done (0.058s)
1592025-06-17T17:42:37.527ZPlanning: Checking for conflicting actions ... Done (0.326s)
1602025-06-17T17:42:37.552ZPlanning: Consolidating action changes ... Done (0.013s)
1612025-06-17T17:42:38.456ZPlanning: Evaluating mediators ... Done (0.916s)
1622025-06-17T17:42:38.482ZPlanning: Planning completed in 11.65 seconds
1632025-06-17T17:42:38.509Z Packages to install: 4
1642025-06-17T17:42:38.509Z Mediators to change: 2
1652025-06-17T17:42:38.509Z Services to change: 1
1662025-06-17T17:42:38.509Z Estimated space available: 155.03 GB
1672025-06-17T17:42:38.509ZEstimated space to be consumed: 1.68 GB
1682025-06-17T17:42:38.509Z Create boot environment: No
1692025-06-17T17:42:38.509ZCreate backup boot environment: No
1702025-06-17T17:42:38.509Z Rebuild boot archive: No
1712025-06-17T17:42:38.509Z
1722025-06-17T17:42:38.510ZChanged mediators:
1732025-06-17T17:42:38.510Z mediator clang:
1742025-06-17T17:42:38.510Z version: None -> 15 (system default)
1752025-06-17T17:42:38.510Z
1762025-06-17T17:42:38.510Z mediator llvm:
1772025-06-17T17:42:38.510Z version: 14 (system default) -> 15 (system default)
1782025-06-17T17:42:38.510Z
1792025-06-17T17:42:38.510ZChanged packages:
1802025-06-17T17:42:38.510Zhelios-dev
1812025-06-17T17:42:38.510Z developer/build-essential
1822025-06-17T17:42:38.510Z None -> 11-2.0
1832025-06-17T17:42:38.510Z library/libxmlsec1
1842025-06-17T17:42:38.510Z None -> 1.2.35-2.0
1852025-06-17T17:42:38.510Z ooce/developer/clang-15
1862025-06-17T17:42:38.510Z None -> 15.0.7-2.0
1872025-06-17T17:42:38.510Z ooce/developer/llvm-15
1882025-06-17T17:42:38.510Z None -> 15.0.7-2.0
1892025-06-17T17:42:38.510Z
1902025-06-17T17:42:38.510ZServices:
1912025-06-17T17:42:38.510Z restart_fmri:
1922025-06-17T17:42:38.510Z svc:/system/update-man-index:default
1932025-06-17T17:42:38.547Z
1942025-06-17T17:42:38.547ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952025-06-17T17:42:43.548ZDownload: 1198/3290 items 83.3/212.6MB 39% complete (18.7M/s)
1962025-06-17T17:42:48.548ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (12.0M/s)
1972025-06-17T17:42:53.557ZDownload: 3248/3290 items 186.4/212.6MB 87% complete (10.3M/s)
1982025-06-17T17:42:58.557ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (8.4M/s)
1992025-06-17T17:43:00.376ZDownload: Completed 212.60 MB in 21.83 seconds (9.7M/s)
2002025-06-17T17:43:00.560Z Actions: 1/3689 actions (Installing new actions)
2012025-06-17T17:43:06.054Z Actions: 2893/3689 actions (Installing new actions)
2022025-06-17T17:43:06.269Z Actions: Completed 3689 actions in 5.71 seconds.
2032025-06-17T17:43:06.844Z Done (0.569s)
2042025-06-17T17:43:06.844Z Done (0.000s)
2052025-06-17T17:43:07.827Z Done (0.984s)
2062025-06-17T17:43:12.838Z Done (4.807s)
2072025-06-17T17:43:12.930Z Done (0.018s)
2082025-06-17T17:43:12.956Z Done (0.000s)
2092025-06-17T17:43:13.101Z Done (0.000s)
2102025-06-17T17:43:14.006ZPlanning: Evaluating mediator changes ... Done
2112025-06-17T17:43:14.257ZPlanning: Checking for conflicting actions ... Done
2122025-06-17T17:43:14.283ZPlanning: Consolidating action changes ... Done
2132025-06-17T17:43:14.576ZPlanning: Evaluating mediators ... Done
2142025-06-17T17:43:14.601ZPlanning: Planning completed in 0.57 seconds
2152025-06-17T17:43:14.627Z Mediators to change: 2
2162025-06-17T17:43:14.627Z Create boot environment: No
2172025-06-17T17:43:14.627ZCreate backup boot environment: No
2182025-06-17T17:43:14.673Z Done
2192025-06-17T17:43:14.673Z Done
2202025-06-17T17:43:15.412Z Done
2212025-06-17T17:43:19.748Z Done
2222025-06-17T17:43:19.841Z Done
2232025-06-17T17:43:19.867Z Done
2242025-06-17T17:43:19.892Z Done
2252025-06-17T17:43:20.655ZPlanning: Evaluating mediator changes ... Done
2262025-06-17T17:43:20.680ZPlanning: Merging actions ... Done
2272025-06-17T17:43:20.937ZPlanning: Checking for conflicting actions ... Done
2282025-06-17T17:43:20.963ZPlanning: Consolidating action changes ... Done
2292025-06-17T17:43:21.257ZPlanning: Evaluating mediators ... Done
2302025-06-17T17:43:21.312ZPlanning: Planning completed in 0.95 seconds
2312025-06-17T17:43:21.352Z Packages to change: 1
2322025-06-17T17:43:21.352Z Mediators to change: 1
2332025-06-17T17:43:21.352Z Services to change: 1
2342025-06-17T17:43:21.378Z Create boot environment: No
2352025-06-17T17:43:21.378ZCreate backup boot environment: Yes
2362025-06-17T17:43:23.147Z Actions: 1/6 actions (Updating modified actions)
2372025-06-17T17:43:23.173Z Actions: Completed 6 actions in 0.00 seconds.
2382025-06-17T17:43:23.173Z Done
2392025-06-17T17:43:23.173Z Done
2402025-06-17T17:43:23.338Z Done
2412025-06-17T17:43:27.630Z Done
2422025-06-17T17:43:27.719Z Done
2432025-06-17T17:43:27.745Z Done
2442025-06-17T17:43:27.819Z Done
2452025-06-17T17:43:28.335ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2462025-06-17T17:43:28.335Zclang system 15 system
2472025-06-17T17:43:28.335Zcsh system system illumos
2482025-06-17T17:43:28.335Zctags system system illumos
2492025-06-17T17:43:28.335Zfile system system illumos
2502025-06-17T17:43:28.335Zgcc vendor 12 vendor
2512025-06-17T17:43:28.335Zgcc system 10 system
2522025-06-17T17:43:28.335Zgcc system 7 system
2532025-06-17T17:43:28.335Zgo system 1.20 system
2542025-06-17T17:43:28.335Zgo system 1.19 system
2552025-06-17T17:43:28.335Zllvm system 15 system
2562025-06-17T17:43:28.335Zllvm system 14 system
2572025-06-17T17:43:28.335Zmariadb system 10.6 system
2582025-06-17T17:43:28.335Zmta vendor vendor dma
2592025-06-17T17:43:28.335Zopenjdk system 17 system
2602025-06-17T17:43:28.335Zopenjdk system 11 system
2612025-06-17T17:43:28.335Zopenjdk system 1.8 system
2622025-06-17T17:43:28.335Zopenssl vendor 3 vendor
2632025-06-17T17:43:28.335Zperl system 5.36 system
2642025-06-17T17:43:28.335Zpostgresql system 15 system
2652025-06-17T17:43:28.335Zpostgresql system 13 system
2662025-06-17T17:43:28.335Zpython vendor 3 vendor
2672025-06-17T17:43:28.335Zpython system 2 system
2682025-06-17T17:43:28.336Zpython3 system 3.11 system
2692025-06-17T17:43:28.336Zruby system 3.0 system
2702025-06-17T17:43:28.336Zwords vendor vendor american-english
2712025-06-17T17:43:28.336Zwords system system australian-english
2722025-06-17T17:43:28.336Zwords system system british-english
2732025-06-17T17:43:28.336Zwords system system canadian-english
2742025-06-17T17:43:28.336Zwords system system french
2752025-06-17T17:43:28.336Zwords system system italian
2762025-06-17T17:43:28.336Zwords system system ngerman
2772025-06-17T17:43:28.336Zwords system system ogerman
2782025-06-17T17:43:28.336Zwords system system spanish
2792025-06-17T17:43:28.703ZPUBLISHER TYPE STATUS P LOCATION
2802025-06-17T17:43:28.703Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2812025-06-17T17:43:33.656ZFMRI IFO
2822025-06-17T17:43:33.656Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2832025-06-17T17:43:33.656Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2842025-06-17T17:43:33.656Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2852025-06-17T17:43:33.656Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2862025-06-17T17:43:33.656Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2872025-06-17T17:43:33.656Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2882025-06-17T17:43:33.656Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2892025-06-17T17:43:33.656Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2902025-06-17T17:43:33.656Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2912025-06-17T17:43:33.656Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2922025-06-17T17:43:33.656Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2932025-06-17T17:43:33.656Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2942025-06-17T17:43:33.656Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2952025-06-17T17:43:33.656Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2962025-06-17T17:43:33.656Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2972025-06-17T17:43:33.656Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2982025-06-17T17:43:34.638Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2992025-06-17T17:43:35.017Z Updating git repository `https://github.com/seanmonstar/reqwest`
3002025-06-17T17:43:35.882Z Updating crates.io index
3012025-06-17T17:43:35.955Z Updating git repository `https://github.com/oxidecomputer/lldp`
3022025-06-17T17:43:36.471Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3032025-06-17T17:43:37.193Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3042025-06-17T17:43:37.552Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3052025-06-17T17:43:37.954Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3062025-06-17T17:43:38.422Z Updating git repository `https://github.com/oxidecomputer/propolis`
3072025-06-17T17:43:40.308Z Updating git repository `https://github.com/oxidecomputer/crucible`
3082025-06-17T17:43:43.210Z Updating git repository `https://github.com/oxidecomputer/opte`
3092025-06-17T17:43:44.372Z Updating git repository `https://github.com/oxidecomputer/falcon`
3102025-06-17T17:43:45.154Z Updating git repository `https://github.com/oxidecomputer/clickward`
3112025-06-17T17:43:45.588Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3122025-06-17T17:43:46.001Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3132025-06-17T17:43:47.082Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142025-06-17T17:43:47.509Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3152025-06-17T17:43:48.081Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3162025-06-17T17:43:48.741Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3172025-06-17T17:43:49.233Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3182025-06-17T17:43:49.715Z Updating git repository `https://github.com/oxidecomputer/tofino`
3192025-06-17T17:43:50.182Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3202025-06-17T17:43:50.604Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3212025-06-17T17:43:50.990Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3222025-06-17T17:43:51.533Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3232025-06-17T17:43:51.947Z Updating git repository `https://github.com/oxidecomputer/ispf`
3242025-06-17T17:43:52.414Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3252025-06-17T17:43:53.052Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3262025-06-17T17:43:53.588Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3272025-06-17T17:43:53.941Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3282025-06-17T17:43:54.426Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3292025-06-17T17:43:55.001Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3302025-06-17T17:43:55.436Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3312025-06-17T17:43:55.858Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3322025-06-17T17:43:56.351Z Updating git repository `https://github.com/oxidecomputer/omicron`
3332025-06-17T17:44:13.171Z Updating git repository `https://github.com/illumos/smf-rs`
3342025-06-17T17:44:14.719Z Downloading crates ...
3352025-06-17T17:44:14.788Z Downloaded smawk v0.3.2
3362025-06-17T17:44:14.814Z Downloaded clap_lex v0.7.4
3372025-06-17T17:44:14.814Z Downloaded anstyle-query v1.1.1
3382025-06-17T17:44:14.814Z Downloaded anstyle v1.0.10
3392025-06-17T17:44:14.814Z Downloaded zerocopy-derive v0.7.35
3402025-06-17T17:44:14.814Z Downloaded rustix v0.38.37
3412025-06-17T17:44:14.841Z Downloaded tabled_derive v0.7.0
3422025-06-17T17:44:14.867Z Downloaded usdt-macro v0.5.0
3432025-06-17T17:44:14.867Z Downloaded usdt v0.5.0
3442025-06-17T17:44:14.867Z Downloaded thiserror v2.0.12
3452025-06-17T17:44:14.867Z Downloaded winnow v0.7.10
3462025-06-17T17:44:14.893Z Downloaded thread-id v4.2.2
3472025-06-17T17:44:14.893Z Downloaded version_check v0.9.5
3482025-06-17T17:44:14.893Z Downloaded once_cell v1.21.3
3492025-06-17T17:44:14.893Z Downloaded usdt-impl v0.5.0
3502025-06-17T17:44:14.893Z Downloaded zerocopy v0.7.35
3512025-06-17T17:44:14.920Z Downloaded ucd-trie v0.1.7
3522025-06-17T17:44:14.920Z Downloaded toml_edit v0.22.26
3532025-06-17T17:44:14.945Z Downloaded papergrid v0.11.0
3542025-06-17T17:44:14.945Z Downloaded hashbrown v0.15.3
3552025-06-17T17:44:14.970Z Downloaded toml v0.8.22
3562025-06-17T17:44:14.996Z Downloaded serde_json v1.0.140
3572025-06-17T17:44:14.996Z Downloaded textwrap v0.16.1
3582025-06-17T17:44:14.996Z Downloaded log v0.4.27
3592025-06-17T17:44:15.022Z Downloaded indexmap v2.9.0
3602025-06-17T17:44:15.022Z Downloaded syn v1.0.109
3612025-06-17T17:44:15.022Z Downloaded unicode-width v0.1.14
3622025-06-17T17:44:15.022Z Downloaded rustix v0.37.28
3632025-06-17T17:44:15.048Z Downloaded syn v2.0.101
3642025-06-17T17:44:15.073Z Downloaded rustix v1.0.7
3652025-06-17T17:44:15.099Z Downloaded goblin v0.8.2
3662025-06-17T17:44:15.099Z Downloaded serde v1.0.219
3672025-06-17T17:44:15.099Z Downloaded pest v2.7.14
3682025-06-17T17:44:15.099Z Downloaded io-lifetimes v1.0.11
3692025-06-17T17:44:15.126Z Downloaded utf8parse v0.2.2
3702025-06-17T17:44:15.126Z Downloaded unicode-ident v1.0.18
3712025-06-17T17:44:15.126Z Downloaded typenum v1.17.0
3722025-06-17T17:44:15.126Z Downloaded toml_datetime v0.6.9
3732025-06-17T17:44:15.126Z Downloaded thiserror-impl v2.0.12
3742025-06-17T17:44:15.126Z Downloaded terminal_size v0.4.0
3752025-06-17T17:44:15.126Z Downloaded terminal_size v0.2.6
3762025-06-17T17:44:15.126Z Downloaded tabled v0.15.0
3772025-06-17T17:44:15.151Z Downloaded sha2 v0.10.8
3782025-06-17T17:44:15.152Z Downloaded pest_meta v2.7.14
3792025-06-17T17:44:15.152Z Downloaded pest_derive v2.7.14
3802025-06-17T17:44:15.152Z Downloaded memmap v0.7.0
3812025-06-17T17:44:15.152Z Downloaded is_terminal_polyfill v1.70.1
3822025-06-17T17:44:15.152Z Downloaded heck v0.5.0
3832025-06-17T17:44:15.152Z Downloaded generic-array v0.14.7
3842025-06-17T17:44:15.152Z Downloaded thiserror-impl v1.0.69
3852025-06-17T17:44:15.152Z Downloaded thiserror v1.0.69
3862025-06-17T17:44:15.152Z Downloaded swrite v0.1.0
3872025-06-17T17:44:15.152Z Downloaded fs-err v3.1.1
3882025-06-17T17:44:15.177Z Downloaded fnv v1.0.7
3892025-06-17T17:44:15.177Z Downloaded fastrand v2.1.1
3902025-06-17T17:44:15.177Z Downloaded equivalent v1.0.2
3912025-06-17T17:44:15.177Z Downloaded clap_builder v4.5.35
3922025-06-17T17:44:15.178Z Downloaded usdt-attr-macro v0.5.0
3932025-06-17T17:44:15.178Z Downloaded toml_write v0.1.1
3942025-06-17T17:44:15.178Z Downloaded scroll_derive v0.12.0
3952025-06-17T17:44:15.178Z Downloaded scroll v0.12.0
3962025-06-17T17:44:15.178Z Downloaded pest_generator v2.7.14
3972025-06-17T17:44:15.178Z Downloaded memchr v2.7.4
3982025-06-17T17:44:15.178Z Downloaded libc v0.2.173
3992025-06-17T17:44:15.206Z Downloaded macaddr v1.0.1
4002025-06-17T17:44:15.232Z Downloaded unicode-linebreak v0.1.5
4012025-06-17T17:44:15.232Z Downloaded itoa v1.0.11
4022025-06-17T17:44:15.232Z Downloaded getrandom v0.3.1
4032025-06-17T17:44:15.232Z Downloaded tempfile v3.20.0
4042025-06-17T17:44:15.232Z Downloaded serde_tokenstream v0.2.2
4052025-06-17T17:44:15.232Z Downloaded semver v1.0.26
4062025-06-17T17:44:15.232Z Downloaded proc-macro2 v1.0.95
4072025-06-17T17:44:15.232Z Downloaded pretty-hex v0.4.1
4082025-06-17T17:44:15.232Z Downloaded plain v0.2.3
4092025-06-17T17:44:15.232Z Downloaded heck v0.4.1
4102025-06-17T17:44:15.232Z Downloaded errno v0.3.12
4112025-06-17T17:44:15.232Z Downloaded dtrace-parser v0.2.0
4122025-06-17T17:44:15.232Z Downloaded dof v0.3.0
4132025-06-17T17:44:15.232Z Downloaded digest v0.10.7
4142025-06-17T17:44:15.232Z Downloaded crypto-common v0.1.6
4152025-06-17T17:44:15.258Z Downloaded cpufeatures v0.2.14
4162025-06-17T17:44:15.258Z Downloaded clap_derive v4.5.32
4172025-06-17T17:44:15.258Z Downloaded clap v4.5.35
4182025-06-17T17:44:15.258Z Downloaded cargo_toml v0.21.0
4192025-06-17T17:44:15.258Z Downloaded cargo-platform v0.1.8
4202025-06-17T17:44:15.258Z Downloaded block-buffer v0.10.4
4212025-06-17T17:44:15.258Z Downloaded anyhow v1.0.98
4222025-06-17T17:44:15.258Z Downloaded strsim v0.11.1
4232025-06-17T17:44:15.258Z Downloaded serde_spanned v0.6.8
4242025-06-17T17:44:15.258Z Downloaded serde_derive v1.0.219
4252025-06-17T17:44:15.284Z Downloaded ryu v1.0.18
4262025-06-17T17:44:15.284Z Downloaded quote v1.0.40
4272025-06-17T17:44:15.284Z Downloaded proc-macro-error-attr v1.0.4
4282025-06-17T17:44:15.284Z Downloaded proc-macro-error v1.0.4
4292025-06-17T17:44:15.284Z Downloaded colorchoice v1.0.2
4302025-06-17T17:44:15.284Z Downloaded cargo_metadata v0.19.2
4312025-06-17T17:44:15.284Z Downloaded camino-tempfile v1.4.1
4322025-06-17T17:44:15.284Z Downloaded bytecount v0.6.8
4332025-06-17T17:44:15.284Z Downloaded bitflags v2.9.0
4342025-06-17T17:44:15.284Z Downloaded anstyle-parse v0.2.5
4352025-06-17T17:44:15.284Z Downloaded cfg-if v1.0.1
4362025-06-17T17:44:15.284Z Downloaded byteorder v1.5.0
4372025-06-17T17:44:15.310Z Downloaded bitflags v1.3.2
4382025-06-17T17:44:15.310Z Downloaded autocfg v1.4.0
4392025-06-17T17:44:15.310Z Downloaded anstream v0.6.18
4402025-06-17T17:44:15.310Z Downloaded camino v1.1.10
4412025-06-17T17:44:15.364Z Compiling proc-macro2 v1.0.95
4422025-06-17T17:44:15.364Z Compiling unicode-ident v1.0.18
4432025-06-17T17:44:15.390Z Compiling libc v0.2.173
4442025-06-17T17:44:15.390Z Compiling version_check v0.9.5
4452025-06-17T17:44:15.390Z Compiling serde v1.0.219
4462025-06-17T17:44:15.390Z Compiling memchr v2.7.4
4472025-06-17T17:44:15.390Z Compiling thiserror v1.0.69
4482025-06-17T17:44:15.390Z Compiling ucd-trie v0.1.7
4492025-06-17T17:44:15.690Z Compiling itoa v1.0.11
4502025-06-17T17:44:15.915Z Compiling ryu v1.0.18
4512025-06-17T17:44:16.052Z Compiling once_cell v1.21.3
4522025-06-17T17:44:16.117Z Compiling byteorder v1.5.0
4532025-06-17T17:44:16.257Z Compiling serde_json v1.0.140
4542025-06-17T17:44:16.402Z Compiling bitflags v2.9.0
4552025-06-17T17:44:16.543Z Compiling usdt-impl v0.5.0
4562025-06-17T17:44:16.593Z Compiling proc-macro-error-attr v1.0.4
4572025-06-17T17:44:16.732Z Compiling syn v1.0.109
4582025-06-17T17:44:16.792Z Compiling io-lifetimes v1.0.11
4592025-06-17T17:44:16.858Z Compiling rustix v0.38.37
4602025-06-17T17:44:17.011Z Compiling quote v1.0.40
4612025-06-17T17:44:17.077Z Compiling proc-macro-error v1.0.4
4622025-06-17T17:44:17.231Z Compiling errno v0.3.12
4632025-06-17T17:44:17.365Z Compiling log v0.4.27
4642025-06-17T17:44:17.424Z Compiling syn v2.0.101
4652025-06-17T17:44:17.479Z Compiling rustix v1.0.7
4662025-06-17T17:44:17.510Z Compiling hashbrown v0.15.3
4672025-06-17T17:44:17.574Z Compiling camino v1.1.10
4682025-06-17T17:44:17.600Z Compiling thread-id v4.2.2
4692025-06-17T17:44:17.649Z Compiling equivalent v1.0.2
4702025-06-17T17:44:17.697Z Compiling rustix v0.37.28
4712025-06-17T17:44:17.723Z Compiling plain v0.2.3
4722025-06-17T17:44:17.748Z Compiling utf8parse v0.2.2
4732025-06-17T17:44:17.887Z Compiling getrandom v0.3.1
4742025-06-17T17:44:18.011Z Compiling anstyle-parse v0.2.5
4752025-06-17T17:44:18.492Z Compiling indexmap v2.9.0
4762025-06-17T17:44:18.614Z Compiling bitflags v1.3.2
4772025-06-17T17:44:18.700Z Compiling colorchoice v1.0.2
4782025-06-17T17:44:18.794Z Compiling semver v1.0.26
4792025-06-17T17:44:18.934Z Compiling is_terminal_polyfill v1.70.1
4802025-06-17T17:44:18.987Z Compiling winnow v0.7.10
4812025-06-17T17:44:19.111Z Compiling unicode-width v0.1.14
4822025-06-17T17:44:19.247Z Compiling pretty-hex v0.4.1
4832025-06-17T17:44:19.295Z Compiling autocfg v1.4.0
4842025-06-17T17:44:19.463Z Compiling cfg-if v1.0.1
4852025-06-17T17:44:19.573Z Compiling toml_write v0.1.1
4862025-06-17T17:44:19.598Z Compiling anstyle v1.0.10
4872025-06-17T17:44:19.635Z Compiling anstyle-query v1.1.1
4882025-06-17T17:44:19.758Z Compiling thiserror v2.0.12
4892025-06-17T17:44:19.894Z Compiling anstream v0.6.18
4902025-06-17T17:44:19.965Z Compiling terminal_size v0.4.0
4912025-06-17T17:44:20.064Z Compiling fs-err v3.1.1
4922025-06-17T17:44:20.425Z Compiling anyhow v1.0.98
4932025-06-17T17:44:20.486Z Compiling fastrand v2.1.1
4942025-06-17T17:44:20.590Z Compiling bytecount v0.6.8
4952025-06-17T17:44:20.917Z Compiling heck v0.5.0
4962025-06-17T17:44:20.942Z Compiling fnv v1.0.7
4972025-06-17T17:44:21.072Z Compiling clap_lex v0.7.4
4982025-06-17T17:44:21.227Z Compiling heck v0.4.1
4992025-06-17T17:44:21.353Z Compiling strsim v0.11.1
5002025-06-17T17:44:21.463Z Compiling terminal_size v0.2.6
5012025-06-17T17:44:21.582Z Compiling papergrid v0.11.0
5022025-06-17T17:44:21.650Z Compiling clap_builder v4.5.35
5032025-06-17T17:44:21.684Z Compiling tempfile v3.20.0
5042025-06-17T17:44:22.115Z Compiling memmap v0.7.0
5052025-06-17T17:44:22.152Z Compiling unicode-linebreak v0.1.5
5062025-06-17T17:44:22.176Z Compiling smawk v0.3.2
5072025-06-17T17:44:22.424Z Compiling swrite v0.1.0
5082025-06-17T17:44:22.553Z Compiling textwrap v0.16.1
5092025-06-17T17:44:22.583Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5102025-06-17T17:44:22.745Z Compiling tabled_derive v0.7.0
5112025-06-17T17:44:24.101Z Compiling tabled v0.15.0
5122025-06-17T17:44:24.279Z Compiling serde_derive v1.0.219
5132025-06-17T17:44:24.279Z Compiling thiserror-impl v1.0.69
5142025-06-17T17:44:24.304Z Compiling zerocopy-derive v0.7.35
5152025-06-17T17:44:24.304Z Compiling scroll_derive v0.12.0
5162025-06-17T17:44:24.304Z Compiling thiserror-impl v2.0.12
5172025-06-17T17:44:24.304Z Compiling clap_derive v4.5.32
5182025-06-17T17:44:25.330Z Compiling scroll v0.12.0
5192025-06-17T17:44:25.810Z Compiling goblin v0.8.2
5202025-06-17T17:44:25.935Z Compiling zerocopy v0.7.35
5212025-06-17T17:44:26.896Z Compiling pest v2.7.14
5222025-06-17T17:44:27.766Z Compiling clap v4.5.35
5232025-06-17T17:44:29.203Z Compiling pest_meta v2.7.14
5242025-06-17T17:44:30.316Z Compiling pest_generator v2.7.14
5252025-06-17T17:44:31.423Z Compiling pest_derive v2.7.14
5262025-06-17T17:44:31.983Z Compiling dtrace-parser v0.2.0
5272025-06-17T17:44:32.894Z Compiling serde_tokenstream v0.2.2
5282025-06-17T17:44:32.954Z Compiling toml_datetime v0.6.9
5292025-06-17T17:44:32.983Z Compiling serde_spanned v0.6.8
5302025-06-17T17:44:33.125Z Compiling cargo-platform v0.1.8
5312025-06-17T17:44:33.219Z Compiling macaddr v1.0.1
5322025-06-17T17:44:33.431Z Compiling toml_edit v0.22.26
5332025-06-17T17:44:33.529Z Compiling camino-tempfile v1.4.1
5342025-06-17T17:44:34.284Z Compiling dof v0.3.0
5352025-06-17T17:44:34.342Z Compiling cargo_metadata v0.19.2
5362025-06-17T17:44:35.523Z Compiling usdt-attr-macro v0.5.0
5372025-06-17T17:44:35.523Z Compiling usdt-macro v0.5.0
5382025-06-17T17:44:36.155Z Compiling toml v0.8.22
5392025-06-17T17:44:36.407Z Compiling usdt v0.5.0
5402025-06-17T17:44:36.823Z Compiling cargo_toml v0.21.0
5412025-06-17T17:44:39.897Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5422025-06-17T17:44:43.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
5432025-06-17T17:44:43.981Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5442025-06-17T17:44:44.789Z Downloading crates ...
5452025-06-17T17:44:44.914Z Downloaded ciborium-io v0.2.2
5462025-06-17T17:44:44.939Z Downloaded crossbeam-epoch v0.9.18
5472025-06-17T17:44:44.939Z Downloaded crc-any v2.5.0
5482025-06-17T17:44:44.939Z Downloaded aws-lc-rs v1.12.4
5492025-06-17T17:44:44.964Z Downloaded newtype_derive v0.1.6
5502025-06-17T17:44:44.964Z Downloaded miniz_oxide v0.8.5
5512025-06-17T17:44:44.964Z Downloaded itertools v0.10.5
5522025-06-17T17:44:44.989Z Downloaded smf v0.2.3
5532025-06-17T17:44:44.989Z Downloaded smoltcp v0.11.0
5542025-06-17T17:44:45.018Z Downloaded tokio-tungstenite v0.21.0
5552025-06-17T17:44:45.018Z Downloaded new_debug_unreachable v1.0.6
5562025-06-17T17:44:45.018Z Downloaded newtype-uuid v1.2.2
5572025-06-17T17:44:45.044Z Downloaded cstr-argument v0.1.2
5582025-06-17T17:44:45.045Z Downloaded rtoolbox v0.0.2
5592025-06-17T17:44:45.045Z Downloaded lzss v0.8.2
5602025-06-17T17:44:45.045Z Downloaded crossbeam-utils v0.8.21
5612025-06-17T17:44:45.070Z Downloaded utf16_iter v1.0.5
5622025-06-17T17:44:45.070Z Downloaded der_derive v0.7.3
5632025-06-17T17:44:45.096Z Downloaded rustc-hash v2.1.1
5642025-06-17T17:44:45.096Z Downloaded hickory-client v0.24.4
5652025-06-17T17:44:45.122Z Downloaded precomputed-hash v0.1.1
5662025-06-17T17:44:45.122Z Downloaded scheduled-thread-pool v0.2.7
5672025-06-17T17:44:45.122Z Downloaded sync_wrapper v1.0.1
5682025-06-17T17:44:45.122Z Downloaded synstructure v0.13.1
5692025-06-17T17:44:45.147Z Downloaded diesel_table_macro_syntax v0.2.0
5702025-06-17T17:44:45.148Z Downloaded derive_builder_macro v0.20.2
5712025-06-17T17:44:45.148Z Downloaded num-conv v0.1.0
5722025-06-17T17:44:45.148Z Downloaded nodrop v0.1.14
5732025-06-17T17:44:45.148Z Downloaded num-integer v0.1.46
5742025-06-17T17:44:45.148Z Downloaded num-derive v0.3.3
5752025-06-17T17:44:45.173Z Downloaded progenitor-client v0.9.1
5762025-06-17T17:44:45.173Z Downloaded progenitor-client v0.10.0
5772025-06-17T17:44:45.173Z Downloaded topological-sort v0.2.2
5782025-06-17T17:44:45.173Z Downloaded postgres-protocol v0.6.8
5792025-06-17T17:44:45.173Z Downloaded document-features v0.2.10
5802025-06-17T17:44:45.198Z Downloaded snafu-derive v0.8.5
5812025-06-17T17:44:45.198Z Downloaded path-slash v0.1.5
5822025-06-17T17:44:45.198Z Downloaded opaque-debug v0.3.1
5832025-06-17T17:44:45.198Z Downloaded write16 v1.0.0
5842025-06-17T17:44:45.198Z Downloaded yoke-derive v0.7.4
5852025-06-17T17:44:45.198Z Downloaded number_prefix v0.4.0
5862025-06-17T17:44:45.198Z Downloaded dirs-next v2.0.0
5872025-06-17T17:44:45.223Z Downloaded displaydoc v0.2.5
5882025-06-17T17:44:45.223Z Downloaded radium v0.7.0
5892025-06-17T17:44:45.223Z Downloaded which v4.4.2
5902025-06-17T17:44:45.223Z Downloaded whoami v1.5.2
5912025-06-17T17:44:45.223Z Downloaded signature v2.2.0
5922025-06-17T17:44:45.223Z Downloaded siphasher v0.3.11
5932025-06-17T17:44:45.248Z Downloaded endian-type v0.1.2
5942025-06-17T17:44:45.248Z Downloaded russh-keys v0.45.0
5952025-06-17T17:44:45.248Z Downloaded fallible-iterator v0.2.0
5962025-06-17T17:44:45.248Z Downloaded omicron-zone-package v0.12.2
5972025-06-17T17:44:45.248Z Downloaded tower-service v0.3.3
5982025-06-17T17:44:45.248Z Downloaded oso-derive v0.27.3
5992025-06-17T17:44:45.248Z Downloaded env_filter v0.1.2
6002025-06-17T17:44:45.248Z Downloaded float-cmp v0.10.0
6012025-06-17T17:44:45.273Z Downloaded try-lock v0.2.5
6022025-06-17T17:44:45.273Z Downloaded flagset v0.4.6
6032025-06-17T17:44:45.273Z Downloaded typify-macro v0.4.1
6042025-06-17T17:44:45.273Z Downloaded openssl-probe v0.1.5
6052025-06-17T17:44:45.273Z Downloaded pbkdf2 v0.12.2
6062025-06-17T17:44:45.273Z Downloaded either v1.14.0
6072025-06-17T17:44:45.273Z Downloaded percent-encoding v2.3.1
6082025-06-17T17:44:45.273Z Downloaded pbkdf2 v0.11.0
6092025-06-17T17:44:45.273Z Downloaded unicode-truncate v1.1.0
6102025-06-17T17:44:45.297Z Downloaded openssl-macros v0.1.1
6112025-06-17T17:44:45.298Z Downloaded foldhash v0.1.5
6122025-06-17T17:44:45.298Z Downloaded wait-timeout v0.2.0
6132025-06-17T17:44:45.298Z Downloaded rand_chacha v0.3.1
6142025-06-17T17:44:45.298Z Downloaded float-ord v0.3.2
6152025-06-17T17:44:45.298Z Downloaded unicode-xid v0.2.6
6162025-06-17T17:44:45.298Z Downloaded oxnet v0.1.2
6172025-06-17T17:44:45.298Z Downloaded unarray v0.1.4
6182025-06-17T17:44:45.298Z Downloaded rcgen v0.12.1
6192025-06-17T17:44:45.322Z Downloaded pem v3.0.5
6202025-06-17T17:44:45.323Z Downloaded sqlparser v0.45.0
6212025-06-17T17:44:45.323Z Downloaded pem-rfc7468 v0.7.0
6222025-06-17T17:44:45.323Z Downloaded tracing v0.1.40
6232025-06-17T17:44:45.323Z Downloaded unicode-bidi v0.3.17
6242025-06-17T17:44:45.348Z Downloaded oso v0.27.3
6252025-06-17T17:44:45.348Z Downloaded chrono-tz v0.10.3
6262025-06-17T17:44:45.348Z Downloaded openssl-sys v0.9.109
6272025-06-17T17:44:45.373Z Downloaded unicode-segmentation v1.12.0
6282025-06-17T17:44:45.373Z Downloaded unicode-normalization v0.1.24
6292025-06-17T17:44:45.373Z Downloaded rand v0.9.0
6302025-06-17T17:44:45.373Z Downloaded reedline v0.38.0
6312025-06-17T17:44:45.398Z Downloaded p521 v0.13.3
6322025-06-17T17:44:45.398Z Downloaded hkdf v0.12.4
6332025-06-17T17:44:45.398Z Downloaded radix_trie v0.2.1
6342025-06-17T17:44:45.423Z Downloaded rayon v1.10.0
6352025-06-17T17:44:45.423Z Downloaded dropshot v0.16.2
6362025-06-17T17:44:45.448Z Downloaded unicode-width v0.2.0
6372025-06-17T17:44:45.473Z Downloaded object v0.36.5
6382025-06-17T17:44:45.473Z Downloaded p384 v0.13.0
6392025-06-17T17:44:45.473Z Downloaded rustls v0.21.12
6402025-06-17T17:44:45.499Z Downloaded lzma-sys v0.1.20
6412025-06-17T17:44:45.523Z Downloaded openssl v0.10.73
6422025-06-17T17:44:45.548Z Downloaded rustls v0.23.19
6432025-06-17T17:44:45.548Z Downloaded openapiv3 v2.0.0
6442025-06-17T17:44:45.572Z Downloaded rustls v0.22.4
6452025-06-17T17:44:45.597Z Downloaded typify-impl v0.3.0
6462025-06-17T17:44:45.622Z Downloaded regex-automata v0.4.8
6472025-06-17T17:44:45.647Z Downloaded typify-impl v0.2.0
6482025-06-17T17:44:45.647Z Downloaded hickory-proto v0.24.4
6492025-06-17T17:44:45.672Z Downloaded tokio v1.45.0
6502025-06-17T17:44:45.708Z Downloaded sha3 v0.10.8
6512025-06-17T17:44:45.732Z Downloaded zerocopy-derive v0.6.6
6522025-06-17T17:44:45.732Z Downloaded typify-impl v0.4.1
6532025-06-17T17:44:45.757Z Downloaded sled v0.34.7
6542025-06-17T17:44:45.781Z Downloaded bzip2-sys v0.1.13+1.0.8
6552025-06-17T17:44:45.782Z Downloaded zerocopy v0.8.25
6562025-06-17T17:44:45.808Z Downloaded ratatui v0.29.0
6572025-06-17T17:44:45.833Z Downloaded nix v0.29.0
6582025-06-17T17:44:45.858Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6592025-06-17T17:44:45.882Z Downloaded object v0.30.4
6602025-06-17T17:44:45.907Z Downloaded petgraph v0.6.5
6612025-06-17T17:44:45.907Z Downloaded polar-core v0.27.3
6622025-06-17T17:44:45.933Z Downloaded petgraph v0.7.1
6632025-06-17T17:44:45.958Z Downloaded webpki-roots v0.26.6
6642025-06-17T17:44:45.958Z Downloaded nix v0.28.0
6652025-06-17T17:44:45.983Z Downloaded nix v0.27.1
6662025-06-17T17:44:45.983Z Downloaded diesel v2.2.10
6672025-06-17T17:44:46.008Z Downloaded jiff v0.2.15
6682025-06-17T17:44:46.033Z Downloaded petname v2.0.2
6692025-06-17T17:44:46.033Z Downloaded regress v0.10.3
6702025-06-17T17:44:46.057Z Downloaded regex-syntax v0.8.5
6712025-06-17T17:44:46.057Z Downloaded gimli v0.31.1
6722025-06-17T17:44:46.088Z Downloaded winnow v0.6.26
6732025-06-17T17:44:46.088Z Downloaded flume v0.11.1
6742025-06-17T17:44:46.088Z Downloaded unicode_categories v0.1.1
6752025-06-17T17:44:46.088Z Downloaded winnow v0.5.40
6762025-06-17T17:44:46.088Z Downloaded tabled v0.18.0
6772025-06-17T17:44:46.114Z Downloaded tracing-core v0.1.32
6782025-06-17T17:44:46.114Z Downloaded typed-path v0.9.3
6792025-06-17T17:44:46.138Z Downloaded portable-atomic v1.11.0
6802025-06-17T17:44:46.138Z Downloaded curve25519-dalek v4.1.3
6812025-06-17T17:44:46.163Z Downloaded regex-syntax v0.6.29
6822025-06-17T17:44:46.163Z Downloaded p256 v0.13.2
6832025-06-17T17:44:46.163Z Downloaded elliptic-curve v0.13.8
6842025-06-17T17:44:46.163Z Downloaded expectorate v1.2.0
6852025-06-17T17:44:46.163Z Downloaded salty v0.3.0
6862025-06-17T17:44:46.188Z Downloaded git2 v0.19.0
6872025-06-17T17:44:46.188Z Downloaded ring v0.17.14
6882025-06-17T17:44:46.256Z Downloaded progenitor-impl v0.10.0
6892025-06-17T17:44:46.256Z Downloaded rayon-core v1.12.1
6902025-06-17T17:44:46.256Z Downloaded rustls-webpki v0.102.8
6912025-06-17T17:44:46.281Z Downloaded bstr v1.10.0
6922025-06-17T17:44:46.281Z Downloaded rand_chacha v0.9.0
6932025-06-17T17:44:46.281Z Downloaded rand_core v0.9.2
6942025-06-17T17:44:46.281Z Downloaded unicode-properties v0.1.3
6952025-06-17T17:44:46.306Z Downloaded flate2 v1.1.2
6962025-06-17T17:44:46.306Z Downloaded hickory-resolver v0.24.4
6972025-06-17T17:44:46.306Z Downloaded libgit2-sys v0.17.0+1.8.1
6982025-06-17T17:44:46.367Z Downloaded tungstenite v0.21.0
6992025-06-17T17:44:46.392Z Downloaded yansi v1.0.1
7002025-06-17T17:44:46.392Z Downloaded x509-cert v0.2.5
7012025-06-17T17:44:46.392Z Downloaded progenitor-macro v0.9.1
7022025-06-17T17:44:46.392Z Downloaded slog v2.7.0
7032025-06-17T17:44:46.392Z Downloaded encoding_rs v0.8.34
7042025-06-17T17:44:46.416Z Downloaded rand v0.8.5
7052025-06-17T17:44:46.441Z Downloaded tough v0.20.0
7062025-06-17T17:44:46.441Z Downloaded regex v1.11.1
7072025-06-17T17:44:46.466Z Downloaded owo-colors v4.2.1
7082025-06-17T17:44:46.466Z Downloaded rand_seeder v0.3.0
7092025-06-17T17:44:46.466Z Downloaded rand_core v0.6.4
7102025-06-17T17:44:46.466Z Downloaded tungstenite v0.23.0
7112025-06-17T17:44:46.466Z Downloaded smoltcp v0.9.1
7122025-06-17T17:44:46.490Z Downloaded peg-macros v0.8.5
7132025-06-17T17:44:46.490Z Downloaded peg v0.8.5
7142025-06-17T17:44:46.490Z Downloaded similar v2.7.0
7152025-06-17T17:44:46.515Z Downloaded ff v0.13.0
7162025-06-17T17:44:46.515Z Downloaded fatfs v0.3.6
7172025-06-17T17:44:46.515Z Downloaded typify v0.3.0
7182025-06-17T17:44:46.515Z Downloaded rustls-webpki v0.101.7
7192025-06-17T17:44:46.540Z Downloaded progenitor-macro v0.10.0
7202025-06-17T17:44:46.540Z Downloaded unicase v2.7.0
7212025-06-17T17:44:46.540Z Downloaded tracing-attributes v0.1.27
7222025-06-17T17:44:46.540Z Downloaded typify v0.4.1
7232025-06-17T17:44:46.540Z Downloaded parse-zoneinfo v0.3.1
7242025-06-17T17:44:46.540Z Downloaded slab v0.4.9
7252025-06-17T17:44:46.540Z Downloaded rand_xorshift v0.3.0
7262025-06-17T17:44:46.566Z Downloaded progenitor-macro v0.8.0
7272025-06-17T17:44:46.566Z Downloaded embedded-io v0.4.0
7282025-06-17T17:44:46.566Z Downloaded ed25519-dalek v2.1.1
7292025-06-17T17:44:46.566Z Downloaded papergrid v0.14.0
7302025-06-17T17:44:46.566Z Downloaded num-bigint-dig v0.8.4
7312025-06-17T17:44:46.566Z Downloaded typify-macro v0.3.0
7322025-06-17T17:44:46.591Z Downloaded fixedbitset v0.5.7
7332025-06-17T17:44:46.591Z Downloaded env_logger v0.11.5
7342025-06-17T17:44:46.591Z Downloaded typify v0.2.0
7352025-06-17T17:44:46.591Z Downloaded zerovec v0.10.4
7362025-06-17T17:44:46.591Z Downloaded vcpkg v0.2.15
7372025-06-17T17:44:46.638Z Downloaded env_logger v0.10.2
7382025-06-17T17:44:46.663Z Downloaded rustls-pki-types v1.10.0
7392025-06-17T17:44:46.663Z Downloaded nom v7.1.3
7402025-06-17T17:44:46.663Z Downloaded typify-macro v0.2.0
7412025-06-17T17:44:46.663Z Downloaded tui-tree-widget v0.23.0
7422025-06-17T17:44:46.663Z Downloaded peg-runtime v0.8.5
7432025-06-17T17:44:46.663Z Downloaded hmac v0.12.1
7442025-06-17T17:44:46.663Z Downloaded tower v0.5.2
7452025-06-17T17:44:46.688Z Downloaded twox-hash v2.1.0
7462025-06-17T17:44:46.688Z Downloaded parking_lot v0.12.3
7472025-06-17T17:44:46.688Z Downloaded zip v2.6.1
7482025-06-17T17:44:46.689Z Downloaded ena v0.14.3
7492025-06-17T17:44:46.689Z Downloaded rustyline v14.0.0
7502025-06-17T17:44:46.713Z Downloaded fixedbitset v0.4.2
7512025-06-17T17:44:46.713Z Downloaded filetime v0.2.25
7522025-06-17T17:44:46.713Z Downloaded fd-lock v4.0.2
7532025-06-17T17:44:46.713Z Downloaded parking_lot_core v0.9.10
7542025-06-17T17:44:46.713Z Downloaded enum-as-inner v0.6.1
7552025-06-17T17:44:46.713Z Downloaded parking_lot v0.11.2
7562025-06-17T17:44:46.738Z Downloaded num-bigint v0.4.6
7572025-06-17T17:44:46.738Z Downloaded tower-layer v0.3.3
7582025-06-17T17:44:46.738Z Downloaded embedded-io v0.6.1
7592025-06-17T17:44:46.738Z Downloaded highway v1.3.0
7602025-06-17T17:44:46.738Z Downloaded zerocopy-derive v0.8.25
7612025-06-17T17:44:46.738Z Downloaded snafu v0.8.5
7622025-06-17T17:44:46.763Z Downloaded secrecy v0.10.3
7632025-06-17T17:44:46.763Z Downloaded rustls-pemfile v2.2.0
7642025-06-17T17:44:46.763Z Downloaded zerocopy v0.6.6
7652025-06-17T17:44:46.763Z Downloaded toml_edit v0.19.15
7662025-06-17T17:44:46.788Z Downloaded simd-adler32 v0.3.7
7672025-06-17T17:44:46.788Z Downloaded signal-hook v0.3.17
7682025-06-17T17:44:46.788Z Downloaded semver v0.1.20
7692025-06-17T17:44:46.788Z Downloaded parking_lot_core v0.8.6
7702025-06-17T17:44:46.788Z Downloaded tokio-util v0.7.13
7712025-06-17T17:44:46.813Z Downloaded h2 v0.4.6
7722025-06-17T17:44:46.813Z Downloaded libz-sys v1.1.20
7732025-06-17T17:44:46.838Z Downloaded sigpipe v0.1.3
7742025-06-17T17:44:46.838Z Downloaded r2d2 v0.8.10
7752025-06-17T17:44:46.838Z Downloaded quinn-udp v0.5.5
7762025-06-17T17:44:46.838Z Downloaded dropshot_endpoint v0.16.2
7772025-06-17T17:44:46.862Z Downloaded futures-util v0.3.31
7782025-06-17T17:44:46.862Z Downloaded walkdir v2.5.0
7792025-06-17T17:44:46.862Z Downloaded rustc_version v0.1.7
7802025-06-17T17:44:46.862Z Downloaded yasna v0.5.2
7812025-06-17T17:44:46.887Z Downloaded progenitor-impl v0.9.1
7822025-06-17T17:44:46.887Z Downloaded serde_cbor v0.11.2
7832025-06-17T17:44:46.887Z Downloaded serde-hex v0.1.0
7842025-06-17T17:44:46.887Z Downloaded rustls-pemfile v1.0.4
7852025-06-17T17:44:46.887Z Downloaded rustc_version v0.4.1
7862025-06-17T17:44:46.887Z Downloaded parse-display-derive v0.10.0
7872025-06-17T17:44:46.887Z Downloaded parse-display v0.10.0
7882025-06-17T17:44:46.887Z Downloaded packed_struct v0.10.1
7892025-06-17T17:44:46.887Z Downloaded yoke v0.7.4
7902025-06-17T17:44:46.887Z Downloaded xshell v0.2.7
7912025-06-17T17:44:46.887Z Downloaded password-hash v0.5.0
7922025-06-17T17:44:46.912Z Downloaded packed_struct_codegen v0.10.1
7932025-06-17T17:44:46.912Z Downloaded olpc-cjson v0.1.4
7942025-06-17T17:44:46.912Z Downloaded num_threads v0.1.7
7952025-06-17T17:44:46.912Z Downloaded ed25519 v2.2.3
7962025-06-17T17:44:46.913Z Downloaded writeable v0.5.5
7972025-06-17T17:44:46.913Z Downloaded signal-hook-tokio v0.3.1
7982025-06-17T17:44:46.913Z Downloaded signal-hook-registry v1.4.2
7992025-06-17T17:44:46.913Z Downloaded signal-hook-mio v0.2.4
8002025-06-17T17:44:46.913Z Downloaded shlex v1.3.0
8012025-06-17T17:44:46.913Z Downloaded password-hash v0.4.2
8022025-06-17T17:44:46.913Z Downloaded ecdsa v0.16.9
8032025-06-17T17:44:46.913Z Downloaded socket2 v0.5.9
8042025-06-17T17:44:46.938Z Downloaded smallvec v1.15.0
8052025-06-17T17:44:46.938Z Downloaded pin-project v1.1.6
8062025-06-17T17:44:46.938Z Downloaded want v0.3.1
8072025-06-17T17:44:46.938Z Downloaded waitgroup v0.1.2
8082025-06-17T17:44:46.938Z Downloaded xz2 v0.1.7
8092025-06-17T17:44:46.938Z Downloaded wyz v0.5.1
8102025-06-17T17:44:46.938Z Downloaded serde_bytes v0.11.17
8112025-06-17T17:44:46.963Z Downloaded paste v1.0.15
8122025-06-17T17:44:46.963Z Downloaded xattr v1.3.1
8132025-06-17T17:44:46.963Z Downloaded sqlformat v0.3.5
8142025-06-17T17:44:46.963Z Downloaded quinn-proto v0.11.8
8152025-06-17T17:44:46.963Z Downloaded serde-big-array v0.5.1
8162025-06-17T17:44:46.963Z Downloaded display-error-chain v0.2.2
8172025-06-17T17:44:46.963Z Downloaded dirs-sys-next v0.1.2
8182025-06-17T17:44:46.963Z Downloaded parse-size v1.1.0
8192025-06-17T17:44:46.963Z Downloaded dyn-clone v1.0.19
8202025-06-17T17:44:46.963Z Downloaded dunce v1.0.5
8212025-06-17T17:44:46.988Z Downloaded dsl_auto_type v0.1.2
8222025-06-17T17:44:46.988Z Downloaded slog-json v2.6.1
8232025-06-17T17:44:46.988Z Downloaded slog-envlogger v2.2.0
8242025-06-17T17:44:46.988Z Downloaded progenitor-impl v0.8.0
8252025-06-17T17:44:46.988Z Downloaded postcard v1.0.10
8262025-06-17T17:44:46.988Z Downloaded pin-project-lite v0.2.14
8272025-06-17T17:44:46.988Z Downloaded pin-project-internal v1.1.6
8282025-06-17T17:44:46.988Z Downloaded phf_shared v0.11.2
8292025-06-17T17:44:46.988Z Downloaded slog-term v2.9.1
8302025-06-17T17:44:46.988Z Downloaded slog-stdlog v4.1.1
8312025-06-17T17:44:47.013Z Downloaded slog-scope v4.4.0
8322025-06-17T17:44:47.013Z Downloaded slog-dtrace v0.3.0
8332025-06-17T17:44:47.013Z Downloaded slog-bunyan v2.5.0
8342025-06-17T17:44:47.013Z Downloaded slog-async v2.8.0
8352025-06-17T17:44:47.013Z Downloaded quick-xml v0.37.2
8362025-06-17T17:44:47.013Z Downloaded xshell-macros v0.2.7
8372025-06-17T17:44:47.013Z Downloaded smallvec v0.6.14
8382025-06-17T17:44:47.013Z Downloaded diesel_derives v2.2.3
8392025-06-17T17:44:47.013Z Downloaded poly1305 v0.8.0
8402025-06-17T17:44:47.038Z Downloaded pkg-config v0.3.31
8412025-06-17T17:44:47.038Z Downloaded pin-utils v0.1.0
8422025-06-17T17:44:47.038Z Downloaded zip v0.6.6
8432025-06-17T17:44:47.038Z Downloaded spki v0.7.3
8442025-06-17T17:44:47.038Z Downloaded spin v0.9.8
8452025-06-17T17:44:47.038Z Downloaded phf v0.11.2
8462025-06-17T17:44:47.038Z Downloaded progenitor v0.10.0
8472025-06-17T17:44:47.038Z Downloaded progenitor v0.9.1
8482025-06-17T17:44:47.038Z Downloaded polyval v0.6.2
8492025-06-17T17:44:47.038Z Downloaded phf_generator v0.11.2
8502025-06-17T17:44:47.038Z Downloaded phf_codegen v0.11.2
8512025-06-17T17:44:47.063Z Downloaded num_enum_derive v0.5.11
8522025-06-17T17:44:47.063Z Downloaded num-traits v0.2.19
8532025-06-17T17:44:47.063Z Downloaded num-rational v0.4.2
8542025-06-17T17:44:47.063Z Downloaded num-complex v0.4.6
8552025-06-17T17:44:47.063Z Downloaded nu-ansi-term v0.50.1
8562025-06-17T17:44:47.063Z Downloaded diff v0.1.13
8572025-06-17T17:44:47.063Z Downloaded derive_more v0.99.20
8582025-06-17T17:44:47.063Z Downloaded toml v0.7.8
8592025-06-17T17:44:47.063Z Downloaded tar v0.4.44
8602025-06-17T17:44:47.088Z Downloaded samael v0.0.18
8612025-06-17T17:44:47.088Z Downloaded pretty_assertions v1.4.1
8622025-06-17T17:44:47.088Z Downloaded hashbrown v0.12.3
8632025-06-17T17:44:47.089Z Downloaded progenitor-client v0.8.0
8642025-06-17T17:44:47.089Z Downloaded num_enum v0.5.11
8652025-06-17T17:44:47.089Z Downloaded num-iter v0.1.45
8662025-06-17T17:44:47.089Z Downloaded num-derive v0.4.2
8672025-06-17T17:44:47.113Z Downloaded derive_builder_core v0.20.2
8682025-06-17T17:44:47.113Z Downloaded test-strategy v0.4.0
8692025-06-17T17:44:47.113Z Downloaded schemars v0.8.22
8702025-06-17T17:44:47.113Z Downloaded hashbrown v0.13.2
8712025-06-17T17:44:47.138Z Downloaded num v0.4.3
8722025-06-17T17:44:47.138Z Downloaded diesel-dtrace v0.4.2
8732025-06-17T17:44:47.138Z Downloaded des v0.8.1
8742025-06-17T17:44:47.138Z Downloaded nibble_vec v0.1.0
8752025-06-17T17:44:47.138Z Downloaded derive_builder v0.20.2
8762025-06-17T17:44:47.138Z Downloaded tokio-tungstenite v0.23.1
8772025-06-17T17:44:47.138Z Downloaded subprocess v0.2.9
8782025-06-17T17:44:47.138Z Downloaded normalize-line-endings v0.3.0
8792025-06-17T17:44:47.139Z Downloaded difflib v0.4.0
8802025-06-17T17:44:47.139Z Downloaded zone v0.3.1
8812025-06-17T17:44:47.139Z Downloaded zone v0.1.8
8822025-06-17T17:44:47.139Z Downloaded zerovec-derive v0.10.3
8832025-06-17T17:44:47.163Z Downloaded zeroize_derive v1.4.2
8842025-06-17T17:44:47.163Z Downloaded zeroize v1.8.1
8852025-06-17T17:44:47.163Z Downloaded zerofrom-derive v0.1.4
8862025-06-17T17:44:47.163Z Downloaded thread_local v1.1.8
8872025-06-17T17:44:47.163Z Downloaded prettyplease v0.2.32
8882025-06-17T17:44:47.163Z Downloaded url v2.5.3
8892025-06-17T17:44:47.164Z Downloaded thiserror-no-std v2.0.2
8902025-06-17T17:44:47.164Z Downloaded thiserror-impl-no-std v2.0.2
8912025-06-17T17:44:47.164Z Downloaded termios v0.3.3
8922025-06-17T17:44:47.164Z Downloaded term v0.7.0
8932025-06-17T17:44:47.188Z Downloaded take_mut v0.2.2
8942025-06-17T17:44:47.188Z Downloaded strum_macros v0.26.4
8952025-06-17T17:44:47.189Z Downloaded sct v0.7.1
8962025-06-17T17:44:47.189Z Downloaded pkcs5 v0.7.1
8972025-06-17T17:44:47.189Z Downloaded der v0.7.9
8982025-06-17T17:44:47.189Z Downloaded time v0.3.36
8992025-06-17T17:44:47.213Z Downloaded chrono v0.4.41
9002025-06-17T17:44:47.213Z Downloaded zerofrom v0.1.4
9012025-06-17T17:44:47.213Z Downloaded termtree v0.5.1
9022025-06-17T17:44:47.213Z Downloaded termcolor v1.4.1
9032025-06-17T17:44:47.213Z Downloaded tap v1.0.1
9042025-06-17T17:44:47.213Z Downloaded tabwriter v1.4.0
9052025-06-17T17:44:47.213Z Downloaded tabled_derive v0.10.0
9062025-06-17T17:44:47.213Z Downloaded supports-color v3.0.2
9072025-06-17T17:44:47.213Z Downloaded support-bundle-viewer v0.1.0
9082025-06-17T17:44:47.213Z Downloaded subtle v2.6.1
9092025-06-17T17:44:47.213Z Downloaded strum_macros v0.25.3
9102025-06-17T17:44:47.238Z Downloaded strum_macros v0.24.3
9112025-06-17T17:44:47.238Z Downloaded predicates v3.1.3
9122025-06-17T17:44:47.238Z Downloaded pkcs1 v0.7.5
9132025-06-17T17:44:47.239Z Downloaded headers v0.4.1
9142025-06-17T17:44:47.239Z Downloaded steno v0.4.1
9152025-06-17T17:44:47.239Z Downloaded serde_with v3.12.0
9162025-06-17T17:44:47.263Z Downloaded bitvec v1.0.1
9172025-06-17T17:44:47.263Z Downloaded bindgen v0.71.1
9182025-06-17T17:44:47.289Z Downloaded sec1 v0.7.3
9192025-06-17T17:44:47.289Z Downloaded salsa20 v0.10.2
9202025-06-17T17:44:47.289Z Downloaded rusty-fork v0.3.0
9212025-06-17T17:44:47.289Z Downloaded rustversion v1.0.17
9222025-06-17T17:44:47.289Z Downloaded rustc-demangle v0.1.24
9232025-06-17T17:44:47.289Z Downloaded proc-macro-error2 v2.0.1
9242025-06-17T17:44:47.289Z Downloaded postgres-types v0.2.9
9252025-06-17T17:44:47.289Z Downloaded pkcs8 v0.10.2
9262025-06-17T17:44:47.314Z Downloaded half v1.8.3
9272025-06-17T17:44:47.314Z Downloaded globset v0.4.15
9282025-06-17T17:44:47.314Z Downloaded futures-channel v0.3.31
9292025-06-17T17:44:47.314Z Downloaded futures v0.3.31
9302025-06-17T17:44:47.314Z Downloaded darling_core v0.20.10
9312025-06-17T17:44:47.314Z Downloaded vergen v8.3.2
9322025-06-17T17:44:47.314Z Downloaded sync-ptr v0.1.1
9332025-06-17T17:44:47.314Z Downloaded strum v0.26.3
9342025-06-17T17:44:47.339Z Downloaded secrecy v0.8.0
9352025-06-17T17:44:47.339Z Downloaded scrypt v0.11.0
9362025-06-17T17:44:47.339Z Downloaded scopeguard v1.2.0
9372025-06-17T17:44:47.339Z Downloaded schemars_derive v0.8.22
9382025-06-17T17:44:47.339Z Downloaded same-file v1.0.6
9392025-06-17T17:44:47.339Z Downloaded rustc-hash v1.1.0
9402025-06-17T17:44:47.339Z Downloaded progenitor v0.8.0
9412025-06-17T17:44:47.339Z Downloaded proc-macro-error-attr2 v2.0.0
9422025-06-17T17:44:47.339Z Downloaded proc-macro-crate v1.3.1
9432025-06-17T17:44:47.339Z Downloaded predicates-core v1.0.8
9442025-06-17T17:44:47.339Z Downloaded ppv-lite86 v0.2.20
9452025-06-17T17:44:47.339Z Downloaded powerfmt v0.2.0
9462025-06-17T17:44:47.339Z Downloaded getrandom v0.2.15
9472025-06-17T17:44:47.339Z Downloaded gethostname v0.5.0
9482025-06-17T17:44:47.339Z Downloaded futures-io v0.3.31
9492025-06-17T17:44:47.339Z Downloaded funty v2.0.0
9502025-06-17T17:44:47.339Z Downloaded defmt v0.3.8
9512025-06-17T17:44:47.364Z Downloaded darling v0.20.10
9522025-06-17T17:44:47.364Z Downloaded csv-core v0.1.11
9532025-06-17T17:44:47.364Z Downloaded uuid v1.16.0
9542025-06-17T17:44:47.364Z Downloaded russh v0.45.0
9552025-06-17T17:44:47.364Z Downloaded qorb v0.3.1
9562025-06-17T17:44:47.364Z Downloaded primeorder v0.13.6
9572025-06-17T17:44:47.389Z Downloaded hex-literal v0.4.1
9582025-06-17T17:44:47.389Z Downloaded hash32 v0.3.1
9592025-06-17T17:44:47.389Z Downloaded hash32 v0.2.1
9602025-06-17T17:44:47.389Z Downloaded group v0.13.0
9612025-06-17T17:44:47.389Z Downloaded glob v0.3.2
9622025-06-17T17:44:47.389Z Downloaded ghash v0.5.1
9632025-06-17T17:44:47.389Z Downloaded futures-task v0.3.31
9642025-06-17T17:44:47.389Z Downloaded futures-sink v0.3.31
9652025-06-17T17:44:47.389Z Downloaded futures-macro v0.3.31
9662025-06-17T17:44:47.389Z Downloaded fs_extra v1.3.0
9672025-06-17T17:44:47.389Z Downloaded form_urlencoded v1.2.1
9682025-06-17T17:44:47.389Z Downloaded foreign-types v0.5.0
9692025-06-17T17:44:47.389Z Downloaded deranged v0.3.11
9702025-06-17T17:44:47.389Z Downloaded daft v0.1.3
9712025-06-17T17:44:47.389Z Downloaded curve25519-dalek-derive v0.1.1
9722025-06-17T17:44:47.389Z Downloaded ssh-key v0.6.6
9732025-06-17T17:44:47.414Z Downloaded publicsuffix v2.3.0
9742025-06-17T17:44:47.414Z Downloaded hickory-server v0.24.4
9752025-06-17T17:44:47.414Z Downloaded hex v0.4.3
9762025-06-17T17:44:47.414Z Downloaded heck v0.3.3
9772025-06-17T17:44:47.414Z Downloaded futures-executor v0.3.31
9782025-06-17T17:44:47.414Z Downloaded futures-core v0.3.31
9792025-06-17T17:44:47.414Z Downloaded fs-err v2.11.0
9802025-06-17T17:44:47.414Z Downloaded foreign-types-macros v0.2.3
9812025-06-17T17:44:47.439Z Downloaded foreign-types v0.3.2
9822025-06-17T17:44:47.439Z Downloaded defmt-parser v0.3.4
9832025-06-17T17:44:47.439Z Downloaded defmt-macros v0.3.9
9842025-06-17T17:44:47.439Z Downloaded debug-ignore v1.0.5
9852025-06-17T17:44:47.439Z Downloaded darling_macro v0.20.10
9862025-06-17T17:44:47.439Z Downloaded daft-derive v0.1.3
9872025-06-17T17:44:47.439Z Downloaded ctr v0.9.2
9882025-06-17T17:44:47.439Z Downloaded zstd-safe v7.2.3
9892025-06-17T17:44:47.439Z Downloaded zstd v0.13.3
9902025-06-17T17:44:47.439Z Downloaded zopfli v0.8.1
9912025-06-17T17:44:47.439Z Downloaded vsss-rs v3.3.4
9922025-06-17T17:44:47.464Z Downloaded value-bag v1.9.0
9932025-06-17T17:44:47.464Z Downloaded unsafe-libyaml v0.2.11
9942025-06-17T17:44:47.464Z Downloaded tokio-postgres v0.7.13
9952025-06-17T17:44:47.464Z Downloaded quinn v0.11.5
9962025-06-17T17:44:47.464Z Downloaded mio v1.0.2
9972025-06-17T17:44:47.489Z Downloaded bindgen v0.69.5
9982025-06-17T17:44:47.489Z Downloaded fxhash v0.2.1
9992025-06-17T17:44:47.489Z Downloaded foreign-types-shared v0.3.1
10002025-06-17T17:44:47.489Z Downloaded foreign-types-shared v0.1.1
10012025-06-17T17:44:47.489Z Downloaded zone_cfg_derive v0.1.2
10022025-06-17T17:44:47.489Z Downloaded vte_generate_state_changes v0.1.2
10032025-06-17T17:44:47.489Z Downloaded vte v0.11.1
10042025-06-17T17:44:47.489Z Downloaded uzers v0.12.1
10052025-06-17T17:44:47.489Z Downloaded utf-8 v0.7.6
10062025-06-17T17:44:47.489Z Downloaded universal-hash v0.5.1
10072025-06-17T17:44:47.489Z Downloaded tokio-stream v0.1.17
10082025-06-17T17:44:47.516Z Downloaded tokio-macros v2.5.0
10092025-06-17T17:44:47.516Z Downloaded string_cache v0.8.9
10102025-06-17T17:44:47.516Z Downloaded ssh-encoding v0.2.0
10112025-06-17T17:44:47.517Z Downloaded serde_derive_internals v0.29.1
10122025-06-17T17:44:47.517Z Downloaded rsa v0.9.6
10132025-06-17T17:44:47.517Z Downloaded ref-cast v1.0.24
10142025-06-17T17:44:47.517Z Downloaded proptest v1.6.0
10152025-06-17T17:44:47.517Z Downloaded heapless v0.7.17
10162025-06-17T17:44:47.542Z Downloaded crossterm v0.28.1
10172025-06-17T17:44:47.542Z Downloaded blake3 v1.5.4
10182025-06-17T17:44:47.542Z Downloaded pretty-hex v0.2.1
10192025-06-17T17:44:47.542Z Downloaded half v2.4.1
10202025-06-17T17:44:47.567Z Downloaded derive-where v1.2.7
10212025-06-17T17:44:47.567Z Downloaded zone_cfg_derive v0.3.0
10222025-06-17T17:44:47.567Z Downloaded void v1.0.2
10232025-06-17T17:44:47.567Z Downloaded utf8_iter v1.0.4
10242025-06-17T17:44:47.567Z Downloaded untrusted v0.9.0
10252025-06-17T17:44:47.567Z Downloaded untrusted v0.7.1
10262025-06-17T17:44:47.567Z Downloaded tokio-rustls v0.24.1
10272025-06-17T17:44:47.567Z Downloaded tls_codec v0.4.1
10282025-06-17T17:44:47.567Z Downloaded tinyvec v1.8.0
10292025-06-17T17:44:47.567Z Downloaded tiny-keccak v2.0.2
10302025-06-17T17:44:47.567Z Downloaded time-macros v0.2.18
10312025-06-17T17:44:47.567Z Downloaded serde_plain v1.0.2
10322025-06-17T17:44:47.567Z Downloaded serde_path_to_error v0.1.17
10332025-06-17T17:44:47.592Z Downloaded rfc6979 v0.4.0
10342025-06-17T17:44:47.592Z Downloaded resolv-conf v0.7.0
10352025-06-17T17:44:47.592Z Downloaded ref-cast-impl v1.0.24
10362025-06-17T17:44:47.592Z Downloaded libxml v0.3.3
10372025-06-17T17:44:47.592Z Downloaded ciborium v0.2.2
10382025-06-17T17:44:47.592Z Downloaded data-encoding v2.6.0
10392025-06-17T17:44:47.592Z Downloaded tokio-rustls v0.26.0
10402025-06-17T17:44:47.592Z Downloaded tokio-rustls v0.25.0
10412025-06-17T17:44:47.592Z Downloaded tinystr v0.7.6
10422025-06-17T17:44:47.592Z Downloaded time-core v0.1.2
10432025-06-17T17:44:47.592Z Downloaded structmeta-derive v0.3.0
10442025-06-17T17:44:47.617Z Downloaded structmeta v0.3.0
10452025-06-17T17:44:47.617Z Downloaded stringprep v0.1.5
10462025-06-17T17:44:47.617Z Downloaded static_assertions v1.1.0
10472025-06-17T17:44:47.617Z Downloaded stable_deref_trait v1.2.0
10482025-06-17T17:44:47.617Z Downloaded sqlparser_derive v0.2.2
10492025-06-17T17:44:47.617Z Downloaded shell-words v1.1.0
10502025-06-17T17:44:47.617Z Downloaded sha1 v0.10.6
10512025-06-17T17:44:47.617Z Downloaded serde_yaml v0.9.34+deprecated
10522025-06-17T17:44:47.617Z Downloaded russh-cryptovec v0.7.3
10532025-06-17T17:44:47.617Z Downloaded quick-error v1.2.3
10542025-06-17T17:44:47.617Z Downloaded psl-types v2.0.11
10552025-06-17T17:44:47.617Z Downloaded native-tls v0.2.12
10562025-06-17T17:44:47.617Z Downloaded libm v0.2.8
10572025-06-17T17:44:47.642Z Downloaded lazy_static v1.5.0
10582025-06-17T17:44:47.642Z Downloaded lalrpop v0.19.12
10592025-06-17T17:44:47.642Z Downloaded hostname v0.4.0
10602025-06-17T17:44:47.642Z Downloaded home v0.5.9
10612025-06-17T17:44:47.642Z Downloaded heapless v0.8.0
10622025-06-17T17:44:47.667Z Downloaded crossbeam-channel v0.5.15
10632025-06-17T17:44:47.667Z Downloaded compact_str v0.8.0
10642025-06-17T17:44:47.667Z Downloaded cc v1.2.15
10652025-06-17T17:44:47.667Z Downloaded backtrace v0.3.74
10662025-06-17T17:44:47.667Z Downloaded tinyvec_macros v0.1.1
10672025-06-17T17:44:47.667Z Downloaded serde_urlencoded v0.7.1
10682025-06-17T17:44:47.692Z Downloaded serde_repr v0.1.19
10692025-06-17T17:44:47.692Z Downloaded rpassword v7.3.1
10702025-06-17T17:44:47.692Z Downloaded ron v0.7.1
10712025-06-17T17:44:47.692Z Downloaded nanorand v0.7.0
10722025-06-17T17:44:47.692Z Downloaded minimal-lexical v0.2.1
10732025-06-17T17:44:47.692Z Downloaded kstat-rs v0.2.4
10742025-06-17T17:44:47.692Z Downloaded itertools v0.13.0
10752025-06-17T17:44:47.717Z Downloaded hostname v0.3.1
10762025-06-17T17:44:47.717Z Downloaded headers-core v0.3.0
10772025-06-17T17:44:47.717Z Downloaded crypto-bigint v0.5.5
10782025-06-17T17:44:47.717Z Downloaded const_format v0.2.34
10792025-06-17T17:44:47.717Z Downloaded colored v2.2.0
10802025-06-17T17:44:47.717Z Downloaded chacha20poly1305 v0.10.1
10812025-06-17T17:44:47.717Z Downloaded base64 v0.21.7
10822025-06-17T17:44:47.742Z Downloaded cookie_store v0.21.1
10832025-06-17T17:44:47.742Z Downloaded newline-converter v0.3.0
10842025-06-17T17:44:47.742Z Downloaded multer v3.1.0
10852025-06-17T17:44:47.743Z Downloaded mime_guess v2.0.5
10862025-06-17T17:44:47.743Z Downloaded managed v0.8.0
10872025-06-17T17:44:47.743Z Downloaded litrs v0.4.1
10882025-06-17T17:44:47.743Z Downloaded litemap v0.7.3
10892025-06-17T17:44:47.743Z Downloaded itertools v0.14.0
10902025-06-17T17:44:47.768Z Downloaded itertools v0.12.1
10912025-06-17T17:44:47.768Z Downloaded cookie v0.18.1
10922025-06-17T17:44:47.768Z Downloaded const-oid v0.9.6
10932025-06-17T17:44:47.768Z Downloaded clang-sys v1.8.1
10942025-06-17T17:44:47.825Z Downloaded chacha20 v0.9.1
10952025-06-17T17:44:47.825Z Downloaded async-bb8-diesel v0.2.1
10962025-06-17T17:44:47.826Z Downloaded constant_time_eq v0.3.1
10972025-06-17T17:44:47.826Z Downloaded cipher v0.4.4
10982025-06-17T17:44:47.826Z Downloaded mime v0.3.17
10992025-06-17T17:44:47.826Z Downloaded memmap2 v0.9.5
11002025-06-17T17:44:47.826Z Downloaded maybe-uninit v2.0.0
11012025-06-17T17:44:47.826Z Downloaded aws-lc-sys v0.26.0
11022025-06-17T17:44:48.214Z Downloaded match_cfg v0.1.0
11032025-06-17T17:44:48.239Z Downloaded maplit v1.0.2
11042025-06-17T17:44:48.239Z Downloaded lru v0.12.5
11052025-06-17T17:44:48.239Z Downloaded linear-map v1.2.0
11062025-06-17T17:44:48.239Z Downloaded libsw v3.4.0
11072025-06-17T17:44:48.239Z Downloaded libefi-sys v0.1.0
11082025-06-17T17:44:48.239Z Downloaded jiff-static v0.2.15
11092025-06-17T17:44:48.239Z Downloaded iddqd v0.3.7
11102025-06-17T17:44:48.239Z Downloaded crunchy v0.2.2
11112025-06-17T17:44:48.239Z Downloaded crucible-workspace-hack v0.1.0
11122025-06-17T17:44:48.239Z Downloaded crossbeam-deque v0.8.5
11132025-06-17T17:44:48.239Z Downloaded crc8 v0.1.1
11142025-06-17T17:44:48.239Z Downloaded crc32fast v1.4.2
11152025-06-17T17:44:48.239Z Downloaded crc-catalog v2.4.0
11162025-06-17T17:44:48.264Z Downloaded crc v3.2.1
11172025-06-17T17:44:48.264Z Downloaded convert_case v0.4.0
11182025-06-17T17:44:48.264Z Downloaded const_format_proc_macros v0.2.34
11192025-06-17T17:44:48.264Z Downloaded console v0.15.10
11202025-06-17T17:44:48.264Z Downloaded cobs v0.2.3
11212025-06-17T17:44:48.264Z Downloaded cmake v0.1.51
11222025-06-17T17:44:48.264Z Downloaded ciborium-ll v0.2.2
11232025-06-17T17:44:48.264Z Downloaded chrono-tz-build v0.4.0
11242025-06-17T17:44:48.264Z Downloaded cexpr v0.6.0
11252025-06-17T17:44:48.264Z Downloaded cbc v0.1.2
11262025-06-17T17:44:48.264Z Downloaded castaway v0.2.3
11272025-06-17T17:44:48.264Z Downloaded cassowary v0.3.0
11282025-06-17T17:44:48.264Z Downloaded cargo_metadata v0.18.1
11292025-06-17T17:44:48.264Z Downloaded cancel-safe-futures v0.1.5
11302025-06-17T17:44:48.289Z Downloaded bzip2 v0.5.2
11312025-06-17T17:44:48.289Z Downloaded bytes v1.10.1
11322025-06-17T17:44:48.289Z Downloaded bit-set v0.8.0
11332025-06-17T17:44:48.289Z Downloaded bcs v0.1.6
11342025-06-17T17:44:48.289Z Downloaded base64 v0.22.1
11352025-06-17T17:44:48.289Z Downloaded ascii-canvas v3.0.0
11362025-06-17T17:44:48.289Z Downloaded arrayvec v0.7.6
11372025-06-17T17:44:48.289Z Downloaded multimap v0.10.1
11382025-06-17T17:44:48.289Z Downloaded memoffset v0.9.1
11392025-06-17T17:44:48.289Z Downloaded md-5 v0.10.6
11402025-06-17T17:44:48.289Z Downloaded lockfree-object-pool v0.1.6
11412025-06-17T17:44:48.314Z Downloaded linked-hash-map v0.5.6
11422025-06-17T17:44:48.314Z Downloaded libsw-core v0.3.1
11432025-06-17T17:44:48.314Z Downloaded libscf-sys v1.1.0
11442025-06-17T17:44:48.314Z Downloaded lazycell v1.3.0
11452025-06-17T17:44:48.314Z Downloaded lalrpop-util v0.19.12
11462025-06-17T17:44:48.314Z Downloaded keccak v0.1.5
11472025-06-17T17:44:48.314Z Downloaded jobserver v0.1.32
11482025-06-17T17:44:48.314Z Downloaded ipnetwork v0.21.1
11492025-06-17T17:44:48.314Z Downloaded instability v0.3.2
11502025-06-17T17:44:48.314Z Downloaded ingot-types v0.1.0
11512025-06-17T17:44:48.314Z Downloaded indexmap v1.9.3
11522025-06-17T17:44:48.314Z Downloaded idna v1.0.3
11532025-06-17T17:44:48.314Z Downloaded cfg_aliases v0.2.1
11542025-06-17T17:44:48.314Z Downloaded bzip2 v0.4.4
11552025-06-17T17:44:48.339Z Downloaded bumpalo v3.16.0
11562025-06-17T17:44:48.339Z Downloaded block-padding v0.3.3
11572025-06-17T17:44:48.339Z Downloaded blake2 v0.10.6
11582025-06-17T17:44:48.339Z Downloaded base64ct v1.6.0
11592025-06-17T17:44:48.339Z Downloaded arrayref v0.3.9
11602025-06-17T17:44:48.339Z Downloaded tokio-native-tls v0.3.1
11612025-06-17T17:44:48.339Z Downloaded tls_codec_derive v0.4.1
11622025-06-17T17:44:48.339Z Downloaded strip-ansi-escapes v0.2.0
11632025-06-17T17:44:48.339Z Downloaded ssh-cipher v0.2.0
11642025-06-17T17:44:48.340Z Downloaded ingot-macros v0.1.0
11652025-06-17T17:44:48.340Z Downloaded indoc v2.0.6
11662025-06-17T17:44:48.340Z Downloaded icu_provider_macros v1.5.0
11672025-06-17T17:44:48.340Z Downloaded icu_properties_data v1.5.0
11682025-06-17T17:44:48.365Z Downloaded iana-time-zone v0.1.63
11692025-06-17T17:44:48.365Z Downloaded hyper-util v0.1.14
11702025-06-17T17:44:48.365Z Downloaded hyper-staticfile v0.10.1
11712025-06-17T17:44:48.365Z Downloaded cfg_aliases v0.1.1
11722025-06-17T17:44:48.365Z Downloaded buf-list v1.0.3
11732025-06-17T17:44:48.390Z Downloaded bitfield v0.14.0
11742025-06-17T17:44:48.390Z Downloaded bit-vec v0.6.3
11752025-06-17T17:44:48.390Z Downloaded bit-set v0.5.3
11762025-06-17T17:44:48.390Z Downloaded is_ci v1.2.0
11772025-06-17T17:44:48.390Z Downloaded is-terminal v0.4.13
11782025-06-17T17:44:48.390Z Downloaded instant v0.1.13
11792025-06-17T17:44:48.390Z Downloaded indoc v1.0.9
11802025-06-17T17:44:48.390Z Downloaded indicatif v0.17.11
11812025-06-17T17:44:48.390Z Downloaded idna_adapter v1.2.0
11822025-06-17T17:44:48.390Z Downloaded icu_locid v1.5.0
11832025-06-17T17:44:48.390Z Downloaded icu_collections v1.5.0
11842025-06-17T17:44:48.415Z Downloaded hyper-rustls v0.27.3
11852025-06-17T17:44:48.415Z Downloaded hubpack_derive v0.1.1
11862025-06-17T17:44:48.415Z Downloaded hubpack v0.1.2
11872025-06-17T17:44:48.415Z Downloaded httpdate v1.0.3
11882025-06-17T17:44:48.415Z Downloaded httparse v1.9.5
11892025-06-17T17:44:48.415Z Downloaded blowfish v0.9.1
11902025-06-17T17:44:48.415Z Downloaded bitfield-struct v0.6.2
11912025-06-17T17:44:48.415Z Downloaded bcrypt-pbkdf v0.10.0
11922025-06-17T17:44:48.415Z Downloaded backoff v0.4.0
11932025-06-17T17:44:48.415Z Downloaded serde_with_macros v3.12.0
11942025-06-17T17:44:48.415Z Downloaded ron v0.8.1
11952025-06-17T17:44:48.415Z Downloaded ipnet v2.11.0
11962025-06-17T17:44:48.440Z Downloaded inout v0.1.3
11972025-06-17T17:44:48.440Z Downloaded indent_write v2.2.0
11982025-06-17T17:44:48.440Z Downloaded icu_properties v1.5.1
11992025-06-17T17:44:48.440Z Downloaded icu_locid_transform_data v1.5.0
12002025-06-17T17:44:48.440Z Downloaded hyper v1.6.0
12012025-06-17T17:44:48.440Z Downloaded http v1.3.1
12022025-06-17T17:44:48.440Z Downloaded csv v1.3.1
12032025-06-17T17:44:48.465Z Downloaded base16ct v0.2.0
12042025-06-17T17:44:48.465Z Downloaded humantime v2.1.0
12052025-06-17T17:44:48.465Z Downloaded http-body-util v0.1.3
12062025-06-17T17:44:48.465Z Downloaded lru-cache v0.1.2
12072025-06-17T17:44:48.490Z Downloaded lock_api v0.4.12
12082025-06-17T17:44:48.490Z Downloaded libloading v0.8.5
12092025-06-17T17:44:48.490Z Downloaded icu_provider v1.5.0
12102025-06-17T17:44:48.490Z Downloaded icu_normalizer_data v1.5.0
12112025-06-17T17:44:48.491Z Downloaded icu_normalizer v1.5.0
12122025-06-17T17:44:48.491Z Downloaded icu_locid_transform v1.5.0
12132025-06-17T17:44:48.491Z Downloaded base64 v0.13.1
12142025-06-17T17:44:48.491Z Downloaded aes-gcm v0.10.3
12152025-06-17T17:44:48.491Z Downloaded aes v0.8.4
12162025-06-17T17:44:48.515Z Downloaded md5 v0.7.0
12172025-06-17T17:44:48.516Z Downloaded internet-checksum v0.2.1
12182025-06-17T17:44:48.516Z Downloaded ingot v0.1.0
12192025-06-17T17:44:48.516Z Downloaded impl-trait-for-tuples v0.2.2
12202025-06-17T17:44:48.516Z Downloaded ident_case v1.0.1
12212025-06-17T17:44:48.516Z Downloaded hyper-tls v0.6.0
12222025-06-17T17:44:48.516Z Downloaded http-range v0.1.5
12232025-06-17T17:44:48.516Z Downloaded http-body v1.0.1
12242025-06-17T17:44:48.516Z Downloaded bit-vec v0.8.0
12252025-06-17T17:44:48.516Z Downloaded bb8 v0.8.5
12262025-06-17T17:44:48.516Z Downloaded atomicwrites v0.4.4
12272025-06-17T17:44:48.516Z Downloaded atomic-waker v1.1.2
12282025-06-17T17:44:48.516Z Downloaded array-init v0.0.4
12292025-06-17T17:44:48.516Z Downloaded argon2 v0.5.3
12302025-06-17T17:44:48.516Z Downloaded arc-swap v1.7.1
12312025-06-17T17:44:48.540Z Downloaded ahash v0.8.11
12322025-06-17T17:44:48.540Z Downloaded async-trait v0.1.88
12332025-06-17T17:44:48.540Z Downloaded async-stream v0.3.6
12342025-06-17T17:44:48.540Z Downloaded assert_matches v1.5.0
12352025-06-17T17:44:48.541Z Downloaded allocator-api2 v0.2.21
12362025-06-17T17:44:48.541Z Downloaded aho-corasick v1.1.3
12372025-06-17T17:44:48.541Z Downloaded adler2 v2.0.0
12382025-06-17T17:44:48.541Z Downloaded addr2line v0.24.2
12392025-06-17T17:44:48.541Z Downloaded async-stream-impl v0.3.6
12402025-06-17T17:44:48.565Z Downloaded async-recursion v1.1.1
12412025-06-17T17:44:48.566Z Downloaded atty v0.2.14
12422025-06-17T17:44:48.566Z Downloaded aead v0.5.2
12432025-06-17T17:44:48.696Z Compiling serde v1.0.219
12442025-06-17T17:44:48.696Z Compiling value-bag v1.9.0
12452025-06-17T17:44:48.721Z Compiling shlex v1.3.0
12462025-06-17T17:44:48.721Z Compiling lock_api v0.4.12
12472025-06-17T17:44:48.721Z Compiling scopeguard v1.2.0
12482025-06-17T17:44:48.746Z Compiling typenum v1.17.0
12492025-06-17T17:44:48.796Z Compiling syn v2.0.101
12502025-06-17T17:44:48.821Z Compiling getrandom v0.2.15
12512025-06-17T17:44:48.966Z Compiling jobserver v0.1.32
12522025-06-17T17:44:49.114Z Compiling log v0.4.27
12532025-06-17T17:44:49.205Z Compiling rand_core v0.6.4
12542025-06-17T17:44:49.230Z Compiling generic-array v0.14.7
12552025-06-17T17:44:49.254Z Compiling smallvec v1.15.0
12562025-06-17T17:44:49.506Z Compiling cc v1.2.15
12572025-06-17T17:44:49.634Z Compiling subtle v2.6.1
12582025-06-17T17:44:49.661Z Compiling const-oid v0.9.6
12592025-06-17T17:44:49.686Z Compiling stable_deref_trait v1.2.0
12602025-06-17T17:44:49.710Z Compiling pkg-config v0.3.31
12612025-06-17T17:44:49.784Z Compiling pin-project-lite v0.2.14
12622025-06-17T17:44:49.810Z Compiling rustix v0.38.37
12632025-06-17T17:44:49.931Z Compiling parking_lot_core v0.9.10
12642025-06-17T17:44:49.968Z Compiling signal-hook-registry v1.4.2
12652025-06-17T17:44:50.479Z Compiling mio v1.0.2
12662025-06-17T17:44:50.541Z Compiling spin v0.9.8
12672025-06-17T17:44:50.640Z Compiling parking_lot v0.12.3
12682025-06-17T17:44:50.765Z Compiling futures-core v0.3.31
12692025-06-17T17:44:50.790Z Compiling aho-corasick v1.1.3
12702025-06-17T17:44:50.896Z Compiling serde_json v1.0.140
12712025-06-17T17:44:51.045Z Compiling litemap v0.7.3
12722025-06-17T17:44:51.156Z Compiling libm v0.2.8
12732025-06-17T17:44:51.315Z Compiling regex-syntax v0.8.5
12742025-06-17T17:44:51.341Z Compiling either v1.14.0
12752025-06-17T17:44:51.368Z Compiling cpufeatures v0.2.14
12762025-06-17T17:44:51.395Z Compiling writeable v0.5.5
12772025-06-17T17:44:51.481Z Compiling socket2 v0.5.9
12782025-06-17T17:44:51.506Z Compiling num-traits v0.2.19
12792025-06-17T17:44:51.703Z Compiling slab v0.4.9
12802025-06-17T17:44:51.743Z Compiling glob v0.3.2
12812025-06-17T17:44:52.131Z Compiling icu_locid_transform_data v1.5.0
12822025-06-17T17:44:52.244Z Compiling futures-sink v0.3.31
12832025-06-17T17:44:52.269Z Compiling getrandom v0.3.1
12842025-06-17T17:44:52.398Z Compiling prettyplease v0.2.32
12852025-06-17T17:44:52.439Z Compiling clang-sys v1.8.1
12862025-06-17T17:44:52.695Z Compiling lazy_static v1.5.0
12872025-06-17T17:44:52.884Z Compiling foldhash v0.1.5
12882025-06-17T17:44:52.910Z Compiling allocator-api2 v0.2.21
12892025-06-17T17:44:53.119Z Compiling icu_properties_data v1.5.0
12902025-06-17T17:44:53.277Z Compiling minimal-lexical v0.2.1
12912025-06-17T17:44:53.348Z Compiling libloading v0.8.5
12922025-06-17T17:44:53.537Z Compiling hashbrown v0.15.3
12932025-06-17T17:44:53.688Z Compiling nom v7.1.3
12942025-06-17T17:44:53.715Z Compiling bindgen v0.69.5
12952025-06-17T17:44:53.715Z Compiling utf8_iter v1.0.4
12962025-06-17T17:44:53.955Z Compiling percent-encoding v2.3.1
12972025-06-17T17:44:54.227Z Compiling home v0.5.9
12982025-06-17T17:44:54.418Z Compiling regex-automata v0.4.8
12992025-06-17T17:44:54.442Z Compiling write16 v1.0.0
13002025-06-17T17:44:54.467Z Compiling icu_normalizer_data v1.5.0
13012025-06-17T17:44:54.467Z Compiling utf16_iter v1.0.5
13022025-06-17T17:44:54.584Z Compiling base64ct v1.6.0
13032025-06-17T17:44:54.654Z Compiling itertools v0.12.1
13042025-06-17T17:44:54.688Z Compiling flagset v0.4.6
13052025-06-17T17:44:54.885Z Compiling synstructure v0.13.1
13062025-06-17T17:44:55.074Z Compiling pem-rfc7468 v0.7.0
13072025-06-17T17:44:56.028Z Compiling lazycell v1.3.0
13082025-06-17T17:44:56.142Z Compiling cexpr v0.6.0
13092025-06-17T17:44:56.261Z Compiling rustc-hash v1.1.0
13102025-06-17T17:44:56.373Z Compiling futures-channel v0.3.31
13112025-06-17T17:44:56.439Z Compiling cmake v0.1.51
13122025-06-17T17:44:56.785Z Compiling fs_extra v1.3.0
13132025-06-17T17:44:57.178Z Compiling pin-utils v0.1.0
13142025-06-17T17:44:57.217Z Compiling futures-task v0.3.31
13152025-06-17T17:44:57.296Z Compiling futures-io v0.3.31
13162025-06-17T17:44:57.321Z Compiling dunce v1.0.5
13172025-06-17T17:44:57.506Z Compiling form_urlencoded v1.2.1
13182025-06-17T17:44:57.531Z Compiling paste v1.0.15
13192025-06-17T17:44:57.558Z Compiling vcpkg v0.2.15
13202025-06-17T17:44:57.595Z Compiling crossbeam-utils v0.8.21
13212025-06-17T17:44:57.893Z Compiling zerocopy v0.8.25
13222025-06-17T17:44:58.169Z Compiling ring v0.17.14
13232025-06-17T17:44:58.221Z Compiling tracing-core v0.1.32
13242025-06-17T17:44:58.643Z Compiling iana-time-zone v0.1.63
13252025-06-17T17:44:58.967Z Compiling aws-lc-rs v1.12.4
13262025-06-17T17:44:59.120Z Compiling serde_derive v1.0.219
13272025-06-17T17:44:59.145Z Compiling zeroize_derive v1.4.2
13282025-06-17T17:44:59.245Z Compiling zerofrom-derive v0.1.4
13292025-06-17T17:44:59.329Z Compiling yoke-derive v0.7.4
13302025-06-17T17:45:00.037Z Compiling zerovec-derive v0.10.3
13312025-06-17T17:45:00.256Z Compiling zeroize v1.8.1
13322025-06-17T17:45:01.395Z Compiling displaydoc v0.2.5
13332025-06-17T17:45:01.695Z Compiling crypto-common v0.1.6
13342025-06-17T17:45:01.927Z Compiling block-buffer v0.10.4
13352025-06-17T17:45:01.956Z Compiling zerocopy-derive v0.7.35
13362025-06-17T17:45:02.050Z Compiling zerofrom v0.1.4
13372025-06-17T17:45:02.218Z Compiling digest v0.10.7
13382025-06-17T17:45:02.265Z Compiling yoke v0.7.4
13392025-06-17T17:45:02.605Z Compiling zerovec v0.10.4
13402025-06-17T17:45:02.635Z Compiling hmac v0.12.1
13412025-06-17T17:45:02.659Z Compiling icu_provider_macros v1.5.0
13422025-06-17T17:45:02.922Z Compiling tokio-macros v2.5.0
13432025-06-17T17:45:03.409Z Compiling block-padding v0.3.3
13442025-06-17T17:45:03.434Z Compiling sha2 v0.10.8
13452025-06-17T17:45:03.575Z Compiling regex v1.11.1
13462025-06-17T17:45:03.608Z Compiling zerocopy v0.7.35
13472025-06-17T17:45:03.633Z Compiling inout v0.1.3
13482025-06-17T17:45:03.674Z Compiling der_derive v0.7.3
13492025-06-17T17:45:03.894Z Compiling cipher v0.4.4
13502025-06-17T17:45:04.043Z Compiling thiserror-impl v1.0.69
13512025-06-17T17:45:04.357Z Compiling tinystr v0.7.6
13522025-06-17T17:45:04.414Z Compiling icu_collections v1.5.0
13532025-06-17T17:45:04.441Z Compiling futures-macro v0.3.31
13542025-06-17T17:45:04.710Z Compiling icu_locid v1.5.0
13552025-06-17T17:45:04.735Z Compiling ppv-lite86 v0.2.20
13562025-06-17T17:45:05.383Z Compiling salsa20 v0.10.2
13572025-06-17T17:45:05.408Z Compiling der v0.7.9
13582025-06-17T17:45:05.500Z Compiling pbkdf2 v0.12.2
13592025-06-17T17:45:05.611Z Compiling aes v0.8.4
13602025-06-17T17:45:05.671Z Compiling icu_provider v1.5.0
13612025-06-17T17:45:05.791Z Compiling scrypt v0.11.0
13622025-06-17T17:45:05.842Z Compiling futures-util v0.3.31
13632025-06-17T17:45:06.222Z Compiling cbc v0.1.2
13642025-06-17T17:45:06.368Z Compiling icu_locid_transform v1.5.0
13652025-06-17T17:45:06.399Z Compiling thiserror v1.0.69
13662025-06-17T17:45:06.446Z Compiling openssl-sys v0.9.109
13672025-06-17T17:45:06.485Z Compiling tracing-attributes v0.1.27
13682025-06-17T17:45:06.553Z Compiling pest v2.7.14
13692025-06-17T17:45:07.330Z Compiling spki v0.7.3
13702025-06-17T17:45:07.655Z Compiling icu_properties v1.5.1
13712025-06-17T17:45:07.680Z Compiling pkcs5 v0.7.1
13722025-06-17T17:45:07.974Z Compiling zerocopy-derive v0.8.25
13732025-06-17T17:45:08.285Z Compiling pkcs8 v0.10.2
13742025-06-17T17:45:08.589Z Compiling scroll_derive v0.12.0
13752025-06-17T17:45:08.839Z Compiling pest_meta v2.7.14
13762025-06-17T17:45:09.068Z Compiling tracing v0.1.40
13772025-06-17T17:45:09.117Z Compiling httparse v1.9.5
13782025-06-17T17:45:09.470Z Compiling bytes v1.10.1
13792025-06-17T17:45:09.507Z Compiling bitflags v2.9.0
13802025-06-17T17:45:09.634Z Compiling semver v1.0.26
13812025-06-17T17:45:10.226Z Compiling indexmap v2.9.0
13822025-06-17T17:45:10.388Z Compiling rustc_version v0.4.1
13832025-06-17T17:45:10.655Z Compiling tokio v1.45.0
13842025-06-17T17:45:10.695Z Compiling http v1.3.1
13852025-06-17T17:45:10.962Z Compiling icu_normalizer v1.5.0
13862025-06-17T17:45:11.396Z Compiling uuid v1.16.0
13872025-06-17T17:45:12.016Z Compiling idna_adapter v1.2.0
13882025-06-17T17:45:12.249Z Compiling idna v1.0.3
13892025-06-17T17:45:12.275Z Compiling chrono v0.4.41
13902025-06-17T17:45:12.499Z Compiling rustls-pki-types v1.10.0
13912025-06-17T17:45:12.603Z Compiling tinyvec_macros v0.1.1
13922025-06-17T17:45:12.682Z Compiling http-body v1.0.1
13932025-06-17T17:45:12.722Z Compiling tinyvec v1.8.0
13942025-06-17T17:45:12.982Z Compiling which v4.4.2
13952025-06-17T17:45:13.481Z Compiling url v2.5.3
13962025-06-17T17:45:13.596Z Compiling pest_generator v2.7.14
13972025-06-17T17:45:13.888Z Compiling scroll v0.12.0
13982025-06-17T17:45:14.007Z Compiling serde_derive_internals v0.29.1
13992025-06-17T17:45:14.355Z Compiling bzip2-sys v0.1.13+1.0.8
14002025-06-17T17:45:14.632Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14012025-06-17T17:45:14.760Z Compiling powerfmt v0.2.0
14022025-06-17T17:45:14.895Z Compiling num-conv v0.1.0
14032025-06-17T17:45:14.936Z Compiling time-core v0.1.2
14042025-06-17T17:45:15.120Z Compiling adler2 v2.0.0
14052025-06-17T17:45:15.146Z Compiling atomic-waker v1.1.2
14062025-06-17T17:45:15.172Z Compiling untrusted v0.9.0
14072025-06-17T17:45:15.197Z Compiling try-lock v0.2.5
14082025-06-17T17:45:15.266Z Compiling untrusted v0.7.1
14092025-06-17T17:45:15.330Z Compiling rustversion v1.0.17
14102025-06-17T17:45:15.355Z Compiling foreign-types-shared v0.1.1
14112025-06-17T17:45:15.381Z Compiling openssl v0.10.73
14122025-06-17T17:45:15.381Z Compiling schemars v0.8.22
14132025-06-17T17:45:15.492Z Compiling foreign-types v0.3.2
14142025-06-17T17:45:15.601Z Compiling miniz_oxide v0.8.5
14152025-06-17T17:45:15.719Z Compiling want v0.3.1
14162025-06-17T17:45:15.866Z Compiling schemars_derive v0.8.22
14172025-06-17T17:45:15.965Z Compiling time-macros v0.2.18
14182025-06-17T17:45:16.004Z Compiling goblin v0.8.2
14192025-06-17T17:45:16.818Z Compiling deranged v0.3.11
14202025-06-17T17:45:18.091Z Compiling tokio-util v0.7.13
14212025-06-17T17:45:18.318Z Compiling pest_derive v2.7.14
14222025-06-17T17:45:18.944Z Compiling rand_core v0.9.2
14232025-06-17T17:45:19.179Z Compiling h2 v0.4.6
14242025-06-17T17:45:19.519Z Compiling openssl-macros v0.1.1
14252025-06-17T17:45:19.905Z Compiling httpdate v1.0.3
14262025-06-17T17:45:20.099Z Compiling syn v1.0.109
14272025-06-17T17:45:20.281Z Compiling native-tls v0.2.12
14282025-06-17T17:45:20.417Z Compiling dyn-clone v1.0.19
14292025-06-17T17:45:20.569Z Compiling num_threads v0.1.7
14302025-06-17T17:45:20.594Z Compiling rustls v0.23.19
14312025-06-17T17:45:20.633Z Compiling tower-service v0.3.3
14322025-06-17T17:45:20.713Z Compiling time v0.3.36
14332025-06-17T17:45:21.919Z Compiling dof v0.3.0
14342025-06-17T17:45:23.653Z Compiling rand_chacha v0.9.0
14352025-06-17T17:45:23.721Z Compiling dtrace-parser v0.2.0
14362025-06-17T17:45:24.588Z Compiling unicode-normalization v0.1.24
14372025-06-17T17:45:24.810Z Compiling heapless v0.7.17
14382025-06-17T17:45:24.835Z Compiling rand_chacha v0.3.1
14392025-06-17T17:45:25.176Z Compiling hyper v1.6.0
14402025-06-17T17:45:25.328Z Compiling signature v2.2.0
14412025-06-17T17:45:25.430Z Compiling crossbeam-epoch v0.9.18
14422025-06-17T17:45:25.613Z Compiling cookie v0.18.1
14432025-06-17T17:45:25.863Z Compiling crc32fast v1.4.2
14442025-06-17T17:45:26.030Z Compiling unicode-bidi v0.3.17
14452025-06-17T17:45:26.152Z Compiling unicode-properties v0.1.3
14462025-06-17T17:45:26.180Z Compiling slog v2.7.0
14472025-06-17T17:45:26.510Z Compiling zstd-safe v7.2.3
14482025-06-17T17:45:26.600Z Compiling siphasher v0.3.11
14492025-06-17T17:45:26.785Z Compiling rayon-core v1.12.1
14502025-06-17T17:45:26.953Z Compiling base64 v0.22.1
14512025-06-17T17:45:27.037Z Compiling openssl-probe v0.1.5
14522025-06-17T17:45:27.096Z Compiling signal-hook v0.3.17
14532025-06-17T17:45:27.304Z Compiling hyper-util v0.1.14
14542025-06-17T17:45:27.437Z Compiling phf_shared v0.11.2
14552025-06-17T17:45:27.492Z Compiling stringprep v0.1.5
14562025-06-17T17:45:27.654Z Compiling crossbeam-deque v0.8.5
14572025-06-17T17:45:27.686Z Compiling usdt-impl v0.5.0
14582025-06-17T17:45:27.808Z Compiling rand v0.8.5
14592025-06-17T17:45:28.032Z Compiling rand v0.9.0
14602025-06-17T17:45:28.350Z Compiling curve25519-dalek v4.1.3
14612025-06-17T17:45:28.409Z Compiling serde_spanned v0.6.8
14622025-06-17T17:45:28.640Z Compiling toml_datetime v0.6.9
14632025-06-17T17:45:28.867Z Compiling serde_tokenstream v0.2.2
14642025-06-17T17:45:28.898Z Compiling md-5 v0.10.6
14652025-06-17T17:45:29.039Z Compiling num-integer v0.1.46
14662025-06-17T17:45:29.151Z Compiling ff v0.13.0
14672025-06-17T17:45:29.362Z Compiling hash32 v0.2.1
14682025-06-17T17:45:29.390Z Compiling memoffset v0.9.1
14692025-06-17T17:45:29.543Z Compiling base16ct v0.2.0
14702025-06-17T17:45:29.569Z Compiling portable-atomic v1.11.0
14712025-06-17T17:45:29.658Z Compiling psl-types v2.0.11
14722025-06-17T17:45:29.685Z Compiling gimli v0.31.1
14732025-06-17T17:45:29.710Z Compiling cfg_aliases v0.2.1
14742025-06-17T17:45:29.817Z Compiling num-bigint-dig v0.8.4
14752025-06-17T17:45:29.847Z Compiling newtype-uuid v1.2.2
14762025-06-17T17:45:29.874Z Compiling smoltcp v0.9.1
14772025-06-17T17:45:30.107Z Compiling fallible-iterator v0.2.0
14782025-06-17T17:45:30.107Z Compiling litrs v0.4.1
14792025-06-17T17:45:30.411Z Compiling publicsuffix v2.3.0
14802025-06-17T17:45:30.441Z Compiling nix v0.29.0
14812025-06-17T17:45:30.466Z Compiling sec1 v0.7.3
14822025-06-17T17:45:30.698Z Compiling postgres-protocol v0.6.8
14832025-06-17T17:45:30.975Z Compiling num-iter v0.1.45
14842025-06-17T17:45:31.042Z Compiling document-features v0.2.10
14852025-06-17T17:45:31.109Z Compiling group v0.13.0
14862025-06-17T17:45:31.406Z Compiling tokio-native-tls v0.3.1
14872025-06-17T17:45:32.204Z Compiling flate2 v1.1.2
14882025-06-17T17:45:32.355Z Compiling ipnetwork v0.21.1
14892025-06-17T17:45:32.498Z Compiling webpki-roots v0.26.6
14902025-06-17T17:45:32.579Z Compiling terminal_size v0.4.0
14912025-06-17T17:45:32.684Z Compiling http-body-util v0.1.3
14922025-06-17T17:45:32.710Z Compiling hkdf v0.12.4
14932025-06-17T17:45:32.799Z Compiling crypto-bigint v0.5.5
14942025-06-17T17:45:32.996Z Compiling curve25519-dalek-derive v0.1.1
14952025-06-17T17:45:33.032Z Compiling async-trait v0.1.88
14962025-06-17T17:45:33.092Z Compiling sync_wrapper v1.0.1
14972025-06-17T17:45:33.162Z Compiling addr2line v0.24.2
14982025-06-17T17:45:33.264Z Compiling fs-err v3.1.1
14992025-06-17T17:45:33.505Z Compiling object v0.36.5
15002025-06-17T17:45:33.638Z Compiling ahash v0.8.11
15012025-06-17T17:45:33.773Z Compiling ipnet v2.11.0
15022025-06-17T17:45:33.922Z Compiling anyhow v1.0.98
15032025-06-17T17:45:34.077Z Compiling lockfree-object-pool v0.1.6
15042025-06-17T17:45:34.321Z Compiling winnow v0.5.40
15052025-06-17T17:45:34.412Z Compiling zip v2.6.1
15062025-06-17T17:45:34.667Z Compiling buf-list v1.0.3
15072025-06-17T17:45:34.694Z Compiling rustc-demangle v0.1.24
15082025-06-17T17:45:34.994Z Compiling simd-adler32 v0.3.7
15092025-06-17T17:45:35.184Z Compiling bumpalo v3.16.0
15102025-06-17T17:45:35.466Z Compiling managed v0.8.0
15112025-06-17T17:45:35.557Z Compiling tower-layer v0.3.3
15122025-06-17T17:45:35.647Z Compiling unicode-width v0.2.0
15132025-06-17T17:45:35.714Z Compiling tower v0.5.2
15142025-06-17T17:45:36.023Z Compiling console v0.15.10
15152025-06-17T17:45:36.425Z Compiling clap_builder v4.5.35
15162025-06-17T17:45:37.103Z Compiling toml_edit v0.19.15
15172025-06-17T17:45:37.221Z Compiling zopfli v0.8.1
15182025-06-17T17:45:37.436Z Compiling elliptic-curve v0.13.8
15192025-06-17T17:45:37.571Z Compiling strum_macros v0.25.3
15202025-06-17T17:45:37.792Z Compiling hubpack_derive v0.1.1
15212025-06-17T17:45:38.487Z Compiling hubpack v0.1.2
15222025-06-17T17:45:38.819Z Compiling hyper-tls v0.6.0
15232025-06-17T17:45:38.870Z Compiling oxnet v0.1.2
15242025-06-17T17:45:39.172Z Compiling backtrace v0.3.74
15252025-06-17T17:45:39.521Z Compiling signal-hook-mio v0.2.4
15262025-06-17T17:45:39.547Z Compiling cookie_store v0.21.1
15272025-06-17T17:45:39.700Z Compiling zstd v0.13.3
15282025-06-17T17:45:40.167Z Compiling rayon v1.10.0
15292025-06-17T17:45:40.406Z Compiling postgres-types v0.2.9
15302025-06-17T17:45:42.005Z Compiling usdt-macro v0.5.0
15312025-06-17T17:45:42.626Z Compiling usdt-attr-macro v0.5.0
15322025-06-17T17:45:42.652Z Compiling phf v0.11.2
15332025-06-17T17:45:42.903Z Compiling ed25519 v2.2.3
15342025-06-17T17:45:42.936Z Compiling strum_macros v0.26.4
15352025-06-17T17:45:43.148Z Compiling bzip2 v0.4.4
15362025-06-17T17:45:43.504Z Compiling bzip2 v0.5.2
15372025-06-17T17:45:43.854Z Compiling clap_derive v4.5.32
15382025-06-17T17:45:43.918Z Compiling enum-as-inner v0.6.1
15392025-06-17T17:45:43.949Z Compiling rustls-pemfile v2.2.0
15402025-06-17T17:45:44.243Z Compiling futures-executor v0.3.31
15412025-06-17T17:45:44.323Z Compiling serde_urlencoded v0.7.1
15422025-06-17T17:45:44.403Z Compiling serde-big-array v0.5.1
15432025-06-17T17:45:44.618Z Compiling pkcs1 v0.7.5
15442025-06-17T17:45:44.688Z Compiling rfc6979 v0.4.0
15452025-06-17T17:45:44.724Z Compiling bstr v1.10.0
15462025-06-17T17:45:44.764Z Compiling serde_repr v0.1.19
15472025-06-17T17:45:44.885Z Compiling daft-derive v0.1.3
15482025-06-17T17:45:45.391Z Compiling float-cmp v0.10.0
15492025-06-17T17:45:45.618Z Compiling encoding_rs v0.8.34
15502025-06-17T17:45:45.644Z Compiling new_debug_unreachable v1.0.6
15512025-06-17T17:45:45.744Z Compiling data-encoding v2.6.0
15522025-06-17T17:45:45.975Z Compiling mime v0.3.17
15532025-06-17T17:45:46.201Z Compiling predicates-core v1.0.8
15542025-06-17T17:45:46.386Z Compiling whoami v1.5.2
15552025-06-17T17:45:46.441Z Compiling precomputed-hash v0.1.1
15562025-06-17T17:45:46.526Z Compiling static_assertions v1.1.0
15572025-06-17T17:45:46.592Z Compiling normalize-line-endings v0.3.0
15582025-06-17T17:45:46.653Z Compiling difflib v0.4.0
15592025-06-17T17:45:46.731Z Compiling unicode-segmentation v1.12.0
15602025-06-17T17:45:46.946Z Compiling number_prefix v0.4.0
15612025-06-17T17:45:47.219Z Compiling fixedbitset v0.4.2
15622025-06-17T17:45:47.332Z Compiling toml_edit v0.22.26
15632025-06-17T17:45:47.332Z Compiling clap v4.5.35
15642025-06-17T17:45:47.401Z Compiling similar v2.7.0
15652025-06-17T17:45:47.452Z Compiling petgraph v0.6.5
15662025-06-17T17:45:47.560Z Compiling indicatif v0.17.11
15672025-06-17T17:45:47.726Z Compiling predicates v3.1.3
15682025-06-17T17:45:48.598Z Compiling tokio-postgres v0.7.13
15692025-06-17T17:45:49.029Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
15702025-06-17T17:45:49.172Z Compiling string_cache v0.8.9
15712025-06-17T17:45:49.247Z Compiling strum v0.26.3
15722025-06-17T17:45:49.440Z Compiling hickory-proto v0.24.4
15732025-06-17T17:45:49.576Z Compiling daft v0.1.3
15742025-06-17T17:45:50.019Z Compiling usdt v0.5.0
15752025-06-17T17:45:50.454Z Compiling rsa v0.9.6
15762025-06-17T17:45:50.631Z Compiling ecdsa v0.16.9
15772025-06-17T17:45:51.340Z Compiling futures v0.3.31
15782025-06-17T17:45:51.474Z Compiling zip v0.6.6
15792025-06-17T17:45:52.577Z Compiling ed25519-dalek v2.1.1
15802025-06-17T17:45:53.263Z Compiling toml v0.7.8
15812025-06-17T17:45:53.725Z Compiling crossterm v0.28.1
15822025-06-17T17:45:54.487Z Compiling tokio-stream v0.1.17
15832025-06-17T17:45:54.693Z Compiling openapiv3 v2.0.0
15842025-06-17T17:45:54.888Z Compiling x509-cert v0.2.5
15852025-06-17T17:45:54.918Z Compiling sha1 v0.10.6
15862025-06-17T17:45:55.287Z Compiling itertools v0.10.5
15872025-06-17T17:45:55.313Z Compiling dirs-sys-next v0.1.2
15882025-06-17T17:45:55.769Z Compiling winnow v0.6.26
15892025-06-17T17:45:56.329Z Compiling lalrpop-util v0.19.12
15902025-06-17T17:45:56.437Z Compiling unicode-xid v0.2.6
15912025-06-17T17:45:56.623Z Compiling rustc-hash v2.1.1
15922025-06-17T17:45:56.669Z Compiling peg-runtime v0.8.5
15932025-06-17T17:45:56.763Z Compiling dirs-next v2.0.0
15942025-06-17T17:45:56.824Z Compiling thread_local v1.1.8
15952025-06-17T17:45:56.961Z Compiling slog-async v2.8.0
15962025-06-17T17:45:57.188Z Compiling term v0.7.0
15972025-06-17T17:45:57.265Z Compiling xattr v1.3.1
15982025-06-17T17:45:57.448Z Compiling crossbeam-channel v0.5.15
15992025-06-17T17:45:57.477Z Compiling is-terminal v0.4.13
16002025-06-17T17:45:57.528Z Compiling filetime v0.2.25
16012025-06-17T17:45:57.619Z Compiling take_mut v0.2.2
16022025-06-17T17:45:57.795Z Compiling tar v0.4.44
16032025-06-17T17:45:57.847Z Compiling slog-term v2.9.1
16042025-06-17T17:45:57.963Z Compiling camino v1.1.10
16052025-06-17T17:46:03.872Z Compiling aws-lc-sys v0.26.0
16062025-06-17T17:46:36.100Z Compiling rustls-webpki v0.102.8
16072025-06-17T17:46:42.004Z Compiling tokio-rustls v0.26.0
16082025-06-17T17:46:42.322Z Compiling hyper-rustls v0.27.3
16092025-06-17T17:46:42.637Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
16102025-06-17T17:46:46.812Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16112025-06-17T17:46:47.158Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16122025-06-17T17:46:52.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
16132025-06-17T17:46:52.526Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16142025-06-17T17:46:52.599ZJun 17 17:46:52.365 INFO Starting download, target: Clickhouse
16152025-06-17T17:46:52.599ZJun 17 17:46:52.365 INFO Starting download, target: Cockroach
16162025-06-17T17:46:52.599ZJun 17 17:46:52.365 INFO Starting download, target: Console
16172025-06-17T17:46:52.599ZJun 17 17:46:52.365 INFO Starting download, target: DendriteStub
16182025-06-17T17:46:52.626ZJun 17 17:46:52.365 INFO Starting download, target: MaghemiteMgd
16192025-06-17T17:46:52.626ZJun 17 17:46:52.365 INFO Starting download, target: TransceiverControl
16202025-06-17T17:46:52.626ZJun 17 17:46:52.367 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16212025-06-17T17:46:52.626ZJun 17 17:46:52.367 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16222025-06-17T17:46:52.626ZJun 17 17:46:52.367 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16232025-06-17T17:46:52.626ZJun 17 17:46:52.367 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16242025-06-17T17:46:52.626ZJun 17 17:46:52.367 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16252025-06-17T17:46:52.626ZJun 17 17:46:52.368 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16262025-06-17T17:46:52.981ZJun 17 17:46:52.742 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16272025-06-17T17:46:53.353ZJun 17 17:46:53.087 INFO Download complete, target: Console
16282025-06-17T17:46:53.396ZJun 17 17:46:53.097 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16292025-06-17T17:46:53.718ZJun 17 17:46:53.483 INFO Download complete, target: TransceiverControl
16302025-06-17T17:46:55.171ZJun 17 17:46:54.929 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16312025-06-17T17:46:55.406ZJun 17 17:46:55.172 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16322025-06-17T17:46:57.631ZJun 17 17:46:57.397 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16332025-06-17T17:46:57.631ZJun 17 17:46:57.397 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16342025-06-17T17:46:58.350ZJun 17 17:46:58.115 INFO Download complete, target: DendriteStub
16352025-06-17T17:46:58.962ZJun 17 17:46:58.728 INFO Download complete, target: MaghemiteMgd
16362025-06-17T17:47:05.044ZJun 17 17:47:04.810 INFO Checking that binary works, target: Cockroach
16372025-06-17T17:47:05.368ZJun 17 17:47:05.133 INFO Download complete, target: Cockroach
16382025-06-17T17:47:12.933ZJun 17 17:47:12.699 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16392025-06-17T17:47:23.896ZJun 17 17:47:23.661 INFO Checking that binary works, target: Clickhouse
16402025-06-17T17:47:24.090ZJun 17 17:47:23.855 INFO Download complete, target: Clickhouse
16412025-06-17T17:47:24.117ZAll builder prerequisites installed successfully, and PATH looks valid
16422025-06-17T17:47:24.117Z
16432025-06-17T17:47:24.117Zreal 5:17.391376793
16442025-06-17T17:47:24.117Zuser 13:30.732649639
16452025-06-17T17:47:24.117Zsys 2:18.680877713
16462025-06-17T17:47:24.117Ztrap 0.446222356
16472025-06-17T17:47:24.117Ztflt 0.431581421
16482025-06-17T17:47:24.117Zdflt 1.234109449
16492025-06-17T17:47:24.117Zkflt 0.009918581
16502025-06-17T17:47:24.117Zlock 26:17.234191054
16512025-06-17T17:47:24.117Zslp 49:15.794638483
16522025-06-17T17:47:24.117Zlat 1:00.899234010
16532025-06-17T17:47:24.117Zstop 2:23.280485622
16542025-06-17T17:47:24.117Z++ bmat factory name
16552025-06-17T17:47:24.143Z++ bmat factory private
16562025-06-17T17:47:24.143Z+ jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/31008 '{
16572025-06-17T17:47:24.143Z buildomat: {
16582025-06-17T17:47:24.143Z factory: {
16592025-06-17T17:47:24.143Z name: $bmat_factory_name,
16602025-06-17T17:47:24.143Z private: $bmat_factory_private,
16612025-06-17T17:47:24.143Z },
16622025-06-17T17:47:24.143Z },
16632025-06-17T17:47:24.143Z }'
16642025-06-17T17:47:24.171Z+ banner ls-apis
16652025-06-17T17:47:24.197Z
16662025-06-17T17:47:24.197Z # #### ## ##### # ####
16672025-06-17T17:47:24.197Z # # # # # # # #
16682025-06-17T17:47:24.197Z # #### ##### # # # # # ####
16692025-06-17T17:47:24.197Z # # ###### ##### # #
16702025-06-17T17:47:24.197Z # # # # # # # # #
16712025-06-17T17:47:24.197Z ###### #### # # # # ####
16722025-06-17T17:47:24.197Z
16732025-06-17T17:47:24.197Z+ source ./tools/include/force-git-over-https.sh
16742025-06-17T17:47:24.197Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16752025-06-17T17:47:24.197Z++ (( i = 0 ))
16762025-06-17T17:47:24.197Z++ (( i < 5 ))
16772025-06-17T17:47:24.197Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16782025-06-17T17:47:24.197Z++ (( i++ ))
16792025-06-17T17:47:24.197Z++ (( i < 5 ))
16802025-06-17T17:47:24.197Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16812025-06-17T17:47:24.197Z++ (( i++ ))
16822025-06-17T17:47:24.197Z++ (( i < 5 ))
16832025-06-17T17:47:24.197Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16842025-06-17T17:47:24.197Z++ (( i++ ))
16852025-06-17T17:47:24.197Z++ (( i < 5 ))
16862025-06-17T17:47:24.197Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16872025-06-17T17:47:24.198Z++ (( i++ ))
16882025-06-17T17:47:24.198Z++ (( i < 5 ))
16892025-06-17T17:47:24.198Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16902025-06-17T17:47:24.198Z++ (( i++ ))
16912025-06-17T17:47:24.198Z++ (( i < 5 ))
16922025-06-17T17:47:24.198Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16932025-06-17T17:47:24.198Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16942025-06-17T17:47:24.198Z+ ptime -m cargo xtask ls-apis apis
16952025-06-17T17:47:25.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
16962025-06-17T17:47:25.241Z Running `target/debug/xtask ls-apis apis`
16972025-06-17T17:47:26.528Z Compiling semver v0.1.20
16982025-06-17T17:47:26.560Z Compiling structmeta-derive v0.3.0
16992025-06-17T17:47:26.586Z Compiling thiserror-impl v2.0.12
17002025-06-17T17:47:26.587Z Compiling cargo-platform v0.1.8
17012025-06-17T17:47:26.587Z Compiling fixedbitset v0.5.7
17022025-06-17T17:47:26.587Z Compiling toml v0.8.22
17032025-06-17T17:47:26.898Z Compiling rustc_version v0.1.7
17042025-06-17T17:47:27.001Z Compiling petgraph v0.7.1
17052025-06-17T17:47:27.263Z Compiling newtype_derive v0.1.6
17062025-06-17T17:47:28.132Z Compiling structmeta v0.3.0
17072025-06-17T17:47:28.371Z Compiling thiserror v2.0.12
17082025-06-17T17:47:28.454Z Compiling parse-display-derive v0.10.0
17092025-06-17T17:47:28.492Z Compiling cargo_metadata v0.19.2
17102025-06-17T17:47:30.453Z Compiling parse-display v0.10.0
17112025-06-17T17:47:30.723Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
17122025-06-17T17:47:35.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.68s
17132025-06-17T17:47:36.094Z Running `target/debug/ls-apis apis`
17142025-06-17T17:47:36.150Zloading metadata for workspace omicron from current workspace
17152025-06-17T17:47:41.059Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
17162025-06-17T17:47:41.084Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml
17172025-06-17T17:47:41.084Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
17182025-06-17T17:47:41.084Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
17192025-06-17T17:47:41.084Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
17202025-06-17T17:48:00.906Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
17212025-06-17T17:48:02.112Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17222025-06-17T17:48:02.138Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17232025-06-17T17:48:02.337ZBootstrap Agent (client: bootstrap-agent-client)
17242025-06-17T17:48:02.337Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17252025-06-17T17:48:02.337Z consumed by: wicketd (omicron/wicketd) via 2 paths
17262025-06-17T17:48:02.337Z
17272025-06-17T17:48:02.337ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
17282025-06-17T17:48:02.337Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17292025-06-17T17:48:02.337Z
17302025-06-17T17:48:02.337ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
17312025-06-17T17:48:02.337Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17322025-06-17T17:48:02.337Z
17332025-06-17T17:48:02.337ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
17342025-06-17T17:48:02.337Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17352025-06-17T17:48:02.337Z
17362025-06-17T17:48:02.337ZCockroachDB Cluster Admin (client: cockroach-admin-client)
17372025-06-17T17:48:02.337Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17382025-06-17T17:48:02.337Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17392025-06-17T17:48:02.337Z
17402025-06-17T17:48:02.337ZCrucible Agent (client: crucible-agent-client)
17412025-06-17T17:48:02.363Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17422025-06-17T17:48:02.363Z
17432025-06-17T17:48:02.363ZCrucible Control (for testing only) (client: crucible-control-client)
17442025-06-17T17:48:02.363Z
17452025-06-17T17:48:02.364ZCrucible Pantry (client: crucible-pantry-client)
17462025-06-17T17:48:02.364Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17472025-06-17T17:48:02.364Z
17482025-06-17T17:48:02.364ZMaghemite DDM Admin (client: ddm-admin-client)
17492025-06-17T17:48:02.364Z consumed by: installinator (omicron/installinator) via 1 path
17502025-06-17T17:48:02.364Z consumed by: mgd (maghemite/mgd) via 1 path
17512025-06-17T17:48:02.364Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17522025-06-17T17:48:02.364Z consumed by: wicketd (omicron/wicketd) via 1 path
17532025-06-17T17:48:02.364Z
17542025-06-17T17:48:02.364ZDNS Server (client: dns-service-client)
17552025-06-17T17:48:02.364Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17562025-06-17T17:48:02.364Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17572025-06-17T17:48:02.364Z
17582025-06-17T17:48:02.364ZDendrite DPD (client: dpd-client)
17592025-06-17T17:48:02.364Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17602025-06-17T17:48:02.364Z consumed by: lldpd (lldp/lldpd) via 2 paths
17612025-06-17T17:48:02.364Z consumed by: mgd (maghemite/mgd) via 1 path
17622025-06-17T17:48:02.364Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17632025-06-17T17:48:02.364Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17642025-06-17T17:48:02.364Z consumed by: tfportd (dendrite/tfportd) via 1 path
17652025-06-17T17:48:02.364Z consumed by: wicketd (omicron/wicketd) via 2 paths
17662025-06-17T17:48:02.364Z
17672025-06-17T17:48:02.364ZDownstairs Controller (debugging only) (client: dsc-client)
17682025-06-17T17:48:02.364Z
17692025-06-17T17:48:02.364ZManagement Gateway Service (client: gateway-client)
17702025-06-17T17:48:02.364Z consumed by: dpd (dendrite/dpd) via 1 path
17712025-06-17T17:48:02.364Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
17722025-06-17T17:48:02.364Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17732025-06-17T17:48:02.364Z consumed by: wicketd (omicron/wicketd) via 3 paths
17742025-06-17T17:48:02.364Z
17752025-06-17T17:48:02.364ZWicketd Installinator (client: installinator-client)
17762025-06-17T17:48:02.364Z consumed by: installinator (omicron/installinator) via 1 path
17772025-06-17T17:48:02.364Z
17782025-06-17T17:48:02.364ZLLDP daemon (client: lldpd-client)
17792025-06-17T17:48:02.364Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17802025-06-17T17:48:02.364Z consumed by: tfportd (dendrite/tfportd) via 1 path
17812025-06-17T17:48:02.364Z
17822025-06-17T17:48:02.364ZMaghemite MG Admin (client: mg-admin-client)
17832025-06-17T17:48:02.365Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17842025-06-17T17:48:02.365Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17852025-06-17T17:48:02.365Z
17862025-06-17T17:48:02.365ZNexus Internal API (client: nexus-client)
17872025-06-17T17:48:02.391Z consumed by: crucible-pantry (crucible/pantry) via 1 path
17882025-06-17T17:48:02.391Z consumed by: dpd (dendrite/dpd) via 1 path
17892025-06-17T17:48:02.391Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17902025-06-17T17:48:02.391Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17912025-06-17T17:48:02.391Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17922025-06-17T17:48:02.391Z
17932025-06-17T17:48:02.391ZExternal API (client: oxide-client)
17942025-06-17T17:48:02.391Z
17952025-06-17T17:48:02.391ZOximeter (client: oximeter-client)
17962025-06-17T17:48:02.391Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17972025-06-17T17:48:02.391Z
17982025-06-17T17:48:02.391ZPropolis (client: propolis-client)
17992025-06-17T17:48:02.391Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18002025-06-17T17:48:02.391Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18012025-06-17T17:48:02.391Z
18022025-06-17T17:48:02.391ZCrucible Repair (client: repair-client)
18032025-06-17T17:48:02.391Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
18042025-06-17T17:48:02.391Z
18052025-06-17T17:48:02.391ZRepo Depot API (client: repo-depot-client)
18062025-06-17T17:48:02.391Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18072025-06-17T17:48:02.392Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18082025-06-17T17:48:02.392Z
18092025-06-17T17:48:02.392ZSled Agent (client: sled-agent-client)
18102025-06-17T17:48:02.392Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
18112025-06-17T17:48:02.392Z
18122025-06-17T17:48:02.392ZWicketd (client: wicketd-client)
18132025-06-17T17:48:02.392Z
18142025-06-17T17:48:02.469Z
18152025-06-17T17:48:02.495Zreal 38.248376608
18162025-06-17T17:48:02.495Zuser 36.474511787
18172025-06-17T17:48:02.495Zsys 15.198052538
18182025-06-17T17:48:02.495Ztrap 0.020532419
18192025-06-17T17:48:02.495Ztflt 0.043414209
18202025-06-17T17:48:02.495Zdflt 0.281482364
18212025-06-17T17:48:02.495Zkflt 0.000057382
18222025-06-17T17:48:02.495Zlock 42.123213198
18232025-06-17T17:48:02.495Zslp 4:15.158748561
18242025-06-17T17:48:02.495Zlat 0.990077123
18252025-06-17T17:48:02.496Zstop 1.709319703
18262025-06-17T17:48:02.496Z+ ptime -m cargo xtask ls-apis deployment-units
18272025-06-17T17:48:03.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
18282025-06-17T17:48:03.581Z Running `target/debug/xtask ls-apis deployment-units`
18292025-06-17T17:48:05.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
18302025-06-17T17:48:05.123Z Running `target/debug/ls-apis deployment-units`
18312025-06-17T17:48:05.184Zloading metadata for workspace omicron from current workspace
18322025-06-17T17:48:07.295Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
18332025-06-17T17:48:07.322Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
18342025-06-17T17:48:07.322Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml
18352025-06-17T17:48:07.322Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
18362025-06-17T17:48:07.322Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
18372025-06-17T17:48:10.761Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
18382025-06-17T17:48:11.743Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18392025-06-17T17:48:11.769Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18402025-06-17T17:48:11.969ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
18412025-06-17T17:48:11.969Z omicron-clickhouse-admin (omicron/clickhouse-admin)
18422025-06-17T17:48:11.969Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
18432025-06-17T17:48:11.969Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18442025-06-17T17:48:11.969Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
18452025-06-17T17:48:12.019Z
18462025-06-17T17:48:12.019Z
18472025-06-17T17:48:12.019ZCockroach
18482025-06-17T17:48:12.019Z omicron-cockroach-admin (omicron/cockroach-admin)
18492025-06-17T17:48:12.019Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18502025-06-17T17:48:12.019Z
18512025-06-17T17:48:12.019Z
18522025-06-17T17:48:12.019ZCrucible
18532025-06-17T17:48:12.019Z crucible-agent (crucible/agent)
18542025-06-17T17:48:12.019Z exposes: Crucible Agent (client = crucible-agent-client)
18552025-06-17T17:48:12.019Z
18562025-06-17T17:48:12.019Z crucible-downstairs (crucible/downstairs)
18572025-06-17T17:48:12.019Z exposes: Crucible Repair (client = repair-client)
18582025-06-17T17:48:12.019Z consumes: repair-client
18592025-06-17T17:48:12.019Z
18602025-06-17T17:48:12.019Z
18612025-06-17T17:48:12.019ZCrucible Pantry
18622025-06-17T17:48:12.019Z crucible-pantry (crucible/pantry)
18632025-06-17T17:48:12.019Z exposes: Crucible Pantry (client = crucible-pantry-client)
18642025-06-17T17:48:12.019Z consumes: nexus-client
18652025-06-17T17:48:12.019Z
18662025-06-17T17:48:12.019Z
18672025-06-17T17:48:12.019ZDNS Server
18682025-06-17T17:48:12.019Z dns-server (omicron/dns-server)
18692025-06-17T17:48:12.020Z exposes: DNS Server (client = dns-service-client)
18702025-06-17T17:48:12.020Z
18712025-06-17T17:48:12.020Z
18722025-06-17T17:48:12.020ZHost OS
18732025-06-17T17:48:12.020Z ddmd (maghemite/ddmd)
18742025-06-17T17:48:12.020Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18752025-06-17T17:48:12.020Z consumes: dpd-client
18762025-06-17T17:48:12.020Z
18772025-06-17T17:48:12.020Z dpd (dendrite/dpd)
18782025-06-17T17:48:12.020Z exposes: Dendrite DPD (client = dpd-client)
18792025-06-17T17:48:12.020Z consumes: gateway-client
18802025-06-17T17:48:12.020Z consumes: nexus-client
18812025-06-17T17:48:12.020Z
18822025-06-17T17:48:12.020Z lldpd (lldp/lldpd)
18832025-06-17T17:48:12.020Z exposes: LLDP daemon (client = lldpd-client)
18842025-06-17T17:48:12.020Z consumes: dpd-client
18852025-06-17T17:48:12.020Z
18862025-06-17T17:48:12.020Z mgd (maghemite/mgd)
18872025-06-17T17:48:12.020Z exposes: Maghemite MG Admin (client = mg-admin-client)
18882025-06-17T17:48:12.020Z consumes: ddm-admin-client
18892025-06-17T17:48:12.020Z consumes: dpd-client
18902025-06-17T17:48:12.020Z
18912025-06-17T17:48:12.020Z omicron-gateway (omicron/gateway)
18922025-06-17T17:48:12.020Z exposes: Management Gateway Service (client = gateway-client)
18932025-06-17T17:48:12.020Z
18942025-06-17T17:48:12.020Z omicron-sled-agent (omicron/sled-agent)
18952025-06-17T17:48:12.020Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18962025-06-17T17:48:12.020Z exposes: Repo Depot API (client = repo-depot-client)
18972025-06-17T17:48:12.020Z exposes: Sled Agent (client = sled-agent-client)
18982025-06-17T17:48:12.020Z consumes: bootstrap-agent-client
18992025-06-17T17:48:12.020Z consumes: cockroach-admin-client
19002025-06-17T17:48:12.020Z consumes: ddm-admin-client
19012025-06-17T17:48:12.020Z consumes: dns-service-client
19022025-06-17T17:48:12.020Z consumes: dpd-client
19032025-06-17T17:48:12.020Z consumes: gateway-client
19042025-06-17T17:48:12.020Z consumes: mg-admin-client
19052025-06-17T17:48:12.020Z consumes: nexus-client
19062025-06-17T17:48:12.021Z consumes: propolis-client
19072025-06-17T17:48:12.021Z consumes: repo-depot-client
19082025-06-17T17:48:12.021Z
19092025-06-17T17:48:12.021Z propolis-server (propolis/bin/propolis-server)
19102025-06-17T17:48:12.021Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19112025-06-17T17:48:12.021Z exposes: Propolis (client = propolis-client)
19122025-06-17T17:48:12.021Z consumes: nexus-client
19132025-06-17T17:48:12.021Z
19142025-06-17T17:48:12.021Z tfportd (dendrite/tfportd)
19152025-06-17T17:48:12.021Z consumes: dpd-client
19162025-06-17T17:48:12.021Z consumes: lldpd-client
19172025-06-17T17:48:12.021Z
19182025-06-17T17:48:12.021Z wicketd (omicron/wicketd)
19192025-06-17T17:48:12.021Z exposes: Wicketd Installinator (client = installinator-client)
19202025-06-17T17:48:12.021Z exposes: Wicketd (client = wicketd-client)
19212025-06-17T17:48:12.021Z consumes: bootstrap-agent-client
19222025-06-17T17:48:12.021Z consumes: ddm-admin-client
19232025-06-17T17:48:12.021Z consumes: dpd-client
19242025-06-17T17:48:12.021Z consumes: gateway-client
19252025-06-17T17:48:12.021Z
19262025-06-17T17:48:12.021Z
19272025-06-17T17:48:12.021ZInstallinator
19282025-06-17T17:48:12.021Z installinator (omicron/installinator)
19292025-06-17T17:48:12.021Z consumes: ddm-admin-client
19302025-06-17T17:48:12.021Z consumes: installinator-client
19312025-06-17T17:48:12.021Z
19322025-06-17T17:48:12.021Z
19332025-06-17T17:48:12.021ZNexus
19342025-06-17T17:48:12.021Z omicron-nexus (omicron/nexus)
19352025-06-17T17:48:12.021Z exposes: Nexus Internal API (client = nexus-client)
19362025-06-17T17:48:12.021Z exposes: External API (client = oxide-client)
19372025-06-17T17:48:12.021Z consumes: clickhouse-admin-keeper-client
19382025-06-17T17:48:12.021Z consumes: clickhouse-admin-server-client
19392025-06-17T17:48:12.021Z consumes: clickhouse-admin-single-client
19402025-06-17T17:48:12.021Z consumes: cockroach-admin-client
19412025-06-17T17:48:12.021Z consumes: crucible-agent-client
19422025-06-17T17:48:12.021Z consumes: crucible-pantry-client
19432025-06-17T17:48:12.021Z consumes: dns-service-client
19442025-06-17T17:48:12.022Z consumes: dpd-client
19452025-06-17T17:48:12.048Z consumes: gateway-client
19462025-06-17T17:48:12.048Z consumes: lldpd-client
19472025-06-17T17:48:12.048Z consumes: mg-admin-client
19482025-06-17T17:48:12.048Z consumes: oximeter-client
19492025-06-17T17:48:12.048Z consumes: propolis-client
19502025-06-17T17:48:12.048Z consumes: repo-depot-client
19512025-06-17T17:48:12.048Z consumes: sled-agent-client
19522025-06-17T17:48:12.048Z
19532025-06-17T17:48:12.048Z
19542025-06-17T17:48:12.048ZOximeter
19552025-06-17T17:48:12.048Z oximeter-collector (omicron/oximeter/collector)
19562025-06-17T17:48:12.048Z exposes: Oximeter (client = oximeter-client)
19572025-06-17T17:48:12.048Z consumes: nexus-client
19582025-06-17T17:48:12.048Z
19592025-06-17T17:48:12.048Z
19602025-06-17T17:48:12.089Z
19612025-06-17T17:48:12.089Zreal 9.588164145
19622025-06-17T17:48:12.089Zuser 7.043613400
19632025-06-17T17:48:12.089Zsys 4.098369533
19642025-06-17T17:48:12.089Ztrap 0.001845072
19652025-06-17T17:48:12.089Ztflt 0.000057419
19662025-06-17T17:48:12.115Zdflt 0.000132847
19672025-06-17T17:48:12.115Zkflt 0.000003086
19682025-06-17T17:48:12.115Zlock 0.518210498
19692025-06-17T17:48:12.115Zslp 30.021893109
19702025-06-17T17:48:12.115Zlat 0.048814591
19712025-06-17T17:48:12.115Zstop 0.013463148
19722025-06-17T17:48:12.115Z+ ptime -m cargo xtask ls-apis servers
19732025-06-17T17:48:12.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19742025-06-17T17:48:12.947Z Running `target/debug/xtask ls-apis servers`
19752025-06-17T17:48:14.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
19762025-06-17T17:48:14.249Z Running `target/debug/ls-apis servers`
19772025-06-17T17:48:14.310Zloading metadata for workspace omicron from current workspace
19782025-06-17T17:48:16.071Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
19792025-06-17T17:48:16.097Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
19802025-06-17T17:48:16.097Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml
19812025-06-17T17:48:16.097Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
19822025-06-17T17:48:16.097Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
19832025-06-17T17:48:19.442Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
19842025-06-17T17:48:20.431Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19852025-06-17T17:48:20.457Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19862025-06-17T17:48:20.664Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19872025-06-17T17:48:20.665Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19882025-06-17T17:48:20.665Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19892025-06-17T17:48:20.665Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19902025-06-17T17:48:20.714Z
19912025-06-17T17:48:20.714Zomicron-cockroach-admin (omicron/cockroach-admin)
19922025-06-17T17:48:20.714Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19932025-06-17T17:48:20.714Z
19942025-06-17T17:48:20.714Zcrucible-agent (crucible/agent)
19952025-06-17T17:48:20.714Z exposes: Crucible Agent (client = crucible-agent-client)
19962025-06-17T17:48:20.714Z
19972025-06-17T17:48:20.714Zcrucible-downstairs (crucible/downstairs)
19982025-06-17T17:48:20.714Z exposes: Crucible Repair (client = repair-client)
19992025-06-17T17:48:20.714Z consumes: repair-client
20002025-06-17T17:48:20.714Z
20012025-06-17T17:48:20.714Zcrucible-pantry (crucible/pantry)
20022025-06-17T17:48:20.714Z exposes: Crucible Pantry (client = crucible-pantry-client)
20032025-06-17T17:48:20.714Z consumes: nexus-client
20042025-06-17T17:48:20.714Z
20052025-06-17T17:48:20.714Zdns-server (omicron/dns-server)
20062025-06-17T17:48:20.714Z exposes: DNS Server (client = dns-service-client)
20072025-06-17T17:48:20.714Z
20082025-06-17T17:48:20.714Zomicron-sled-agent (omicron/sled-agent)
20092025-06-17T17:48:20.714Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20102025-06-17T17:48:20.714Z exposes: Repo Depot API (client = repo-depot-client)
20112025-06-17T17:48:20.714Z exposes: Sled Agent (client = sled-agent-client)
20122025-06-17T17:48:20.714Z consumes: bootstrap-agent-client
20132025-06-17T17:48:20.714Z consumes: cockroach-admin-client
20142025-06-17T17:48:20.714Z consumes: ddm-admin-client
20152025-06-17T17:48:20.714Z consumes: dns-service-client
20162025-06-17T17:48:20.714Z consumes: dpd-client
20172025-06-17T17:48:20.715Z consumes: gateway-client
20182025-06-17T17:48:20.715Z consumes: mg-admin-client
20192025-06-17T17:48:20.715Z consumes: nexus-client
20202025-06-17T17:48:20.715Z consumes: propolis-client
20212025-06-17T17:48:20.715Z consumes: repo-depot-client
20222025-06-17T17:48:20.715Z
20232025-06-17T17:48:20.715Zpropolis-server (propolis/bin/propolis-server)
20242025-06-17T17:48:20.715Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20252025-06-17T17:48:20.715Z exposes: Propolis (client = propolis-client)
20262025-06-17T17:48:20.715Z consumes: nexus-client
20272025-06-17T17:48:20.715Z
20282025-06-17T17:48:20.715Zddmd (maghemite/ddmd)
20292025-06-17T17:48:20.715Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20302025-06-17T17:48:20.715Z consumes: dpd-client
20312025-06-17T17:48:20.715Z
20322025-06-17T17:48:20.715Zdpd (dendrite/dpd)
20332025-06-17T17:48:20.715Z exposes: Dendrite DPD (client = dpd-client)
20342025-06-17T17:48:20.715Z consumes: gateway-client
20352025-06-17T17:48:20.715Z consumes: nexus-client
20362025-06-17T17:48:20.715Z
20372025-06-17T17:48:20.715Zlldpd (lldp/lldpd)
20382025-06-17T17:48:20.715Z exposes: LLDP daemon (client = lldpd-client)
20392025-06-17T17:48:20.715Z consumes: dpd-client
20402025-06-17T17:48:20.715Z
20412025-06-17T17:48:20.715Zmgd (maghemite/mgd)
20422025-06-17T17:48:20.715Z exposes: Maghemite MG Admin (client = mg-admin-client)
20432025-06-17T17:48:20.715Z consumes: ddm-admin-client
20442025-06-17T17:48:20.715Z consumes: dpd-client
20452025-06-17T17:48:20.715Z
20462025-06-17T17:48:20.715Zomicron-gateway (omicron/gateway)
20472025-06-17T17:48:20.715Z exposes: Management Gateway Service (client = gateway-client)
20482025-06-17T17:48:20.715Z
20492025-06-17T17:48:20.715Ztfportd (dendrite/tfportd)
20502025-06-17T17:48:20.715Z consumes: dpd-client
20512025-06-17T17:48:20.715Z consumes: lldpd-client
20522025-06-17T17:48:20.715Z
20532025-06-17T17:48:20.715Zwicketd (omicron/wicketd)
20542025-06-17T17:48:20.716Z exposes: Wicketd Installinator (client = installinator-client)
20552025-06-17T17:48:20.716Z exposes: Wicketd (client = wicketd-client)
20562025-06-17T17:48:20.716Z consumes: bootstrap-agent-client
20572025-06-17T17:48:20.716Z consumes: ddm-admin-client
20582025-06-17T17:48:20.716Z consumes: dpd-client
20592025-06-17T17:48:20.716Z consumes: gateway-client
20602025-06-17T17:48:20.716Z
20612025-06-17T17:48:20.716Zinstallinator (omicron/installinator)
20622025-06-17T17:48:20.716Z consumes: ddm-admin-client
20632025-06-17T17:48:20.716Z consumes: installinator-client
20642025-06-17T17:48:20.716Z
20652025-06-17T17:48:20.716Zomicron-nexus (omicron/nexus)
20662025-06-17T17:48:20.716Z exposes: Nexus Internal API (client = nexus-client)
20672025-06-17T17:48:20.716Z exposes: External API (client = oxide-client)
20682025-06-17T17:48:20.716Z consumes: clickhouse-admin-keeper-client
20692025-06-17T17:48:20.716Z consumes: clickhouse-admin-server-client
20702025-06-17T17:48:20.716Z consumes: clickhouse-admin-single-client
20712025-06-17T17:48:20.716Z consumes: cockroach-admin-client
20722025-06-17T17:48:20.716Z consumes: crucible-agent-client
20732025-06-17T17:48:20.716Z consumes: crucible-pantry-client
20742025-06-17T17:48:20.716Z consumes: dns-service-client
20752025-06-17T17:48:20.716Z consumes: dpd-client
20762025-06-17T17:48:20.716Z consumes: gateway-client
20772025-06-17T17:48:20.716Z consumes: lldpd-client
20782025-06-17T17:48:20.716Z consumes: mg-admin-client
20792025-06-17T17:48:20.716Z consumes: oximeter-client
20802025-06-17T17:48:20.716Z consumes: propolis-client
20812025-06-17T17:48:20.716Z consumes: repo-depot-client
20822025-06-17T17:48:20.716Z consumes: sled-agent-client
20832025-06-17T17:48:20.716Z
20842025-06-17T17:48:20.716Zoximeter-collector (omicron/oximeter/collector)
20852025-06-17T17:48:20.716Z exposes: Oximeter (client = oximeter-client)
20862025-06-17T17:48:20.716Z consumes: nexus-client
20872025-06-17T17:48:20.716Z
20882025-06-17T17:48:20.784Z
20892025-06-17T17:48:20.784Zreal 8.664372162
20902025-06-17T17:48:20.784Zuser 7.042610849
20912025-06-17T17:48:20.810Zsys 3.101719052
20922025-06-17T17:48:20.810Ztrap 0.001317776
20932025-06-17T17:48:20.810Ztflt 0.000126803
20942025-06-17T17:48:20.810Zdflt 0.000133238
20952025-06-17T17:48:20.810Zkflt 0.000027463
20962025-06-17T17:48:20.810Zlock 0.394576160
20972025-06-17T17:48:20.810Zslp 28.785542415
20982025-06-17T17:48:20.810Zlat 0.035052444
20992025-06-17T17:48:20.810Zstop 0.012086852
21002025-06-17T17:48:20.810Z+ ptime -m cargo xtask ls-apis check
21012025-06-17T17:48:21.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21022025-06-17T17:48:21.708Z Running `target/debug/xtask ls-apis check`
21032025-06-17T17:48:22.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
21042025-06-17T17:48:23.055Z Running `target/debug/ls-apis check`
21052025-06-17T17:48:23.118Zloading metadata for workspace omicron from current workspace
21062025-06-17T17:48:24.877Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
21072025-06-17T17:48:24.902Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
21082025-06-17T17:48:24.903Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
21092025-06-17T17:48:24.903Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml
21102025-06-17T17:48:24.903Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
21112025-06-17T17:48:28.312Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
21122025-06-17T17:48:29.327Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21132025-06-17T17:48:29.352Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21142025-06-17T17:48:29.680Z
21152025-06-17T17:48:29.680Z
21162025-06-17T17:48:29.680ZServer-managed APIs:
21172025-06-17T17:48:29.680Z
21182025-06-17T17:48:29.680Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
21192025-06-17T17:48:29.680Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
21202025-06-17T17:48:29.680Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
21212025-06-17T17:48:29.680Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
21222025-06-17T17:48:29.680Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
21232025-06-17T17:48:29.680Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
21242025-06-17T17:48:29.680Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
21252025-06-17T17:48:29.680Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
21262025-06-17T17:48:29.680Z DNS Server (dns-service-client, exposed by dns-server)
21272025-06-17T17:48:29.680Z Dendrite DPD (dpd-client, exposed by dpd)
21282025-06-17T17:48:29.680Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
21292025-06-17T17:48:29.680Z LLDP daemon (lldpd-client, exposed by lldpd)
21302025-06-17T17:48:29.680Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
21312025-06-17T17:48:29.680Z External API (oxide-client, exposed by omicron-nexus)
21322025-06-17T17:48:29.680Z Oximeter (oximeter-client, exposed by oximeter-collector)
21332025-06-17T17:48:29.680Z Propolis (propolis-client, exposed by propolis-server)
21342025-06-17T17:48:29.680Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
21352025-06-17T17:48:29.680Z Wicketd (wicketd-client, exposed by wicketd)
21362025-06-17T17:48:29.680Z
21372025-06-17T17:48:29.680Z
21382025-06-17T17:48:29.680ZClient-managed API:
21392025-06-17T17:48:29.680Z
21402025-06-17T17:48:29.680Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
21412025-06-17T17:48:29.680Z reason: depends on itself (i.e., instances call each other)
21422025-06-17T17:48:29.680Z Wicketd Installinator (installinator-client, exposed by wicketd)
21432025-06-17T17:48:29.680Z reason: client is provided implicitly by the operator
21442025-06-17T17:48:29.680Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
21452025-06-17T17:48:29.681Z reason: Circular dependencies between Nexus and other services
21462025-06-17T17:48:29.681Z Crucible Repair (repair-client, exposed by crucible-downstairs)
21472025-06-17T17:48:29.681Z reason: depends on itself (i.e., instances call each other)
21482025-06-17T17:48:29.681Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
21492025-06-17T17:48:29.681Z reason: depends on itself (i.e., instances call each other)
21502025-06-17T17:48:29.681Z
21512025-06-17T17:48:29.681Z
21522025-06-17T17:48:29.681ZAPIs with unknown version management: none
21532025-06-17T17:48:29.756Z
21542025-06-17T17:48:29.756Zreal 8.940452693
21552025-06-17T17:48:29.756Zuser 7.223471306
21562025-06-17T17:48:29.756Zsys 3.220542811
21572025-06-17T17:48:29.756Ztrap 0.001533112
21582025-06-17T17:48:29.756Ztflt 0.000092427
21592025-06-17T17:48:29.756Zdflt 0.000385782
21602025-06-17T17:48:29.756Zkflt 0.000000000
21612025-06-17T17:48:29.756Zlock 0.494106311
21622025-06-17T17:48:29.756Zslp 29.460661613
21632025-06-17T17:48:29.756Zlat 0.035590523
21642025-06-17T17:48:29.756Zstop 0.012988887
21652025-06-17T17:48:29.782Z+ ptime -m cargo xtask ls-apis adoc
21662025-06-17T17:48:30.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21672025-06-17T17:48:30.674Z Running `target/debug/xtask ls-apis adoc`
21682025-06-17T17:48:31.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
21692025-06-17T17:48:31.991Z Running `target/debug/ls-apis adoc`
21702025-06-17T17:48:32.051Zloading metadata for workspace omicron from current workspace
21712025-06-17T17:48:33.840Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
21722025-06-17T17:48:33.865Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
21732025-06-17T17:48:33.865Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml
21742025-06-17T17:48:33.865Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
21752025-06-17T17:48:33.865Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
21762025-06-17T17:48:37.274Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
21772025-06-17T17:48:38.276Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21782025-06-17T17:48:38.301Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21792025-06-17T17:48:38.637Z
21802025-06-17T17:48:38.637Zreal 8.851610708
21812025-06-17T17:48:38.637Zuser 7.160656193
21822025-06-17T17:48:38.637Zsys 3.218923155
21832025-06-17T17:48:38.663Ztrap 0.001271554
21842025-06-17T17:48:38.663Ztflt 0.000157825
21852025-06-17T17:48:38.663Zdflt 0.000116186
21862025-06-17T17:48:38.663Zkflt 0.000002464
21872025-06-17T17:48:38.663Zlock 0.405748470
21882025-06-17T17:48:38.663Zslp 29.495906414
21892025-06-17T17:48:38.663Zlat 0.033190884
21902025-06-17T17:48:38.663Zstop 0.013450220
21912025-06-17T17:48:38.663Z+ banner build
21922025-06-17T17:48:38.663Z
21932025-06-17T17:48:38.663Z ##### # # # # #####
21942025-06-17T17:48:38.663Z # # # # # # # #
21952025-06-17T17:48:38.663Z ##### # # # # # #
21962025-06-17T17:48:38.663Z # # # # # # # #
21972025-06-17T17:48:38.663Z # # # # # # # #
21982025-06-17T17:48:38.663Z ##### #### # ###### #####
21992025-06-17T17:48:38.663Z
22002025-06-17T17:48:38.663Z+ export 'RUSTFLAGS=-D warnings'
22012025-06-17T17:48:38.663Z+ RUSTFLAGS='-D warnings'
22022025-06-17T17:48:38.664Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
22032025-06-17T17:48:38.664Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
22042025-06-17T17:48:38.664Z+ [[ illumos == \i\l\l\u\m\o\s ]]
22052025-06-17T17:48:38.664Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
22062025-06-17T17:48:38.664Z+ export TMPDIR=/var/tmp/omicron_tmp
22072025-06-17T17:48:38.664Z+ TMPDIR=/var/tmp/omicron_tmp
22082025-06-17T17:48:38.664Z+ export RUST_BACKTRACE=1
22092025-06-17T17:48:38.664Z+ RUST_BACKTRACE=1
22102025-06-17T17:48:38.664Z+ export CARGO_INCREMENTAL=0
22112025-06-17T17:48:38.664Z+ CARGO_INCREMENTAL=0
22122025-06-17T17:48:38.664Z+ export RUSTC_BOOTSTRAP=1
22132025-06-17T17:48:38.664Z+ RUSTC_BOOTSTRAP=1
22142025-06-17T17:48:38.664Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
22152025-06-17T17:48:42.075Z Compiling proc-macro2 v1.0.95
22162025-06-17T17:48:42.075Z Compiling unicode-ident v1.0.18
22172025-06-17T17:48:42.075Z Compiling libc v0.2.173
22182025-06-17T17:48:42.124Z Compiling cfg-if v1.0.1
22192025-06-17T17:48:42.124Z Compiling serde v1.0.219
22202025-06-17T17:48:42.124Z Compiling autocfg v1.4.0
22212025-06-17T17:48:42.124Z Compiling memchr v2.7.4
22222025-06-17T17:48:42.124Z Compiling value-bag v1.9.0
22232025-06-17T17:48:42.124Z 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=-3de3afdffd237457 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22242025-06-17T17:48:42.124Z 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=-2fb36b43ac59150a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-2fb36b43ac59150a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252025-06-17T17:48:42.124Z 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=-5277623ea9b67371 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-5277623ea9b67371 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22262025-06-17T17:48:42.124Z 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.173/build.rs --error-format=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=4960cac18f068f97 -C extra-filename=-10c2e2d25442dd25 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-10c2e2d25442dd25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272025-06-17T17:48:42.150Z 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=-8e6784b78ff938fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22282025-06-17T17:48:42.150Z 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=-64eddfadf42e0b77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22292025-06-17T17:48:42.150Z 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=-6461ceff8954e4ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22302025-06-17T17:48:42.263Z 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=-ac95aa56f11c7576 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22312025-06-17T17:48:42.433Z Compiling version_check v0.9.5
22322025-06-17T17:48:42.478Z 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=-64521a973ff0676f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22332025-06-17T17:48:42.511Z Compiling smallvec v1.15.0
22342025-06-17T17:48:42.568Z 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=-16929c956149f697 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22352025-06-17T17:48:42.687Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-5277623ea9b67371/build-script-build`
22362025-06-17T17:48:42.757Z Compiling itoa v1.0.11
22372025-06-17T17:48:42.792Z 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=-52e1d93ca6a73556 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22382025-06-17T17:48:42.853Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-2fb36b43ac59150a/build-script-build`
22392025-06-17T17:48:42.927Z Compiling log v0.4.27
22402025-06-17T17:48:42.953Z 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=-0c3f9f9074fd84d6 --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-ac95aa56f11c7576.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22412025-06-17T17:48:42.979Z Compiling scopeguard v1.2.0
22422025-06-17T17:48:42.979Z 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=-4c50366c16e309bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22432025-06-17T17:48:42.979Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-10c2e2d25442dd25/build-script-build`
22442025-06-17T17:48:43.062Z Compiling libm v0.2.8
22452025-06-17T17:48:43.101Z 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=-42fe6926b00b33f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-42fe6926b00b33f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22462025-06-17T17:48:43.126Z Compiling stable_deref_trait v1.2.0
22472025-06-17T17:48:43.126Z 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=-24cb4a3f30bb21bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22482025-06-17T17:48:43.160Z 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.173/src/lib.rs --error-format=json --json=diagnostic-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=5eb4fb3bb1bbe5d5 -C extra-filename=-8cf0273e9bc6b4ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(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"))'`
22492025-06-17T17:48:43.212Z Compiling ryu v1.0.18
22502025-06-17T17:48:43.237Z 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=-e333b6170bff6ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512025-06-17T17:48:43.273Z Compiling lock_api v0.4.12
22522025-06-17T17:48:43.274Z 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=-8adc48cc7413a953 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8adc48cc7413a953 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22532025-06-17T17:48:43.303Z Compiling num-traits v0.2.19
22542025-06-17T17:48:43.344Z 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=-f46049b56443760a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-f46049b56443760a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22552025-06-17T17:48:43.370Z 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=-6a79716c0dc665fc --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-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
22562025-06-17T17:48:43.450Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-42fe6926b00b33f5/build-script-build`
22572025-06-17T17:48:43.511Z 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=-52e190b49346b5a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582025-06-17T17:48:43.563Z Compiling once_cell v1.21.3
22592025-06-17T17:48:43.606Z 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="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=073205cb5e32e35b -C extra-filename=-2a147402c71c6c21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22602025-06-17T17:48:43.635Z Compiling serde_json v1.0.140
22612025-06-17T17:48:43.660Z 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=-314eacb57da6407e --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-314eacb57da6407e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622025-06-17T17:48:43.660Z Compiling shlex v1.3.0
22632025-06-17T17:48:43.660Z 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=-6a0bc1bb118c96fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642025-06-17T17:48:43.694Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8adc48cc7413a953/build-script-build`
22652025-06-17T17:48:43.735Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-f46049b56443760a/build-script-build`
22662025-06-17T17:48:43.886Z 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=-18688dbff68d1a2c --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-4c50366c16e309bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
22672025-06-17T17:48:43.989Z Compiling pin-project-lite v0.2.14
22682025-06-17T17:48:44.014Z 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=-0110dcd00b10bbfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22692025-06-17T17:48:44.039Z Compiling writeable v0.5.5
22702025-06-17T17:48:44.040Z Compiling semver v1.0.26
22712025-06-17T17:48:44.040Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-314eacb57da6407e/build-script-build`
22722025-06-17T17:48:44.078Z 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=-8a3842fb3f0bb28e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22732025-06-17T17:48:44.105Z 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=-37a9b4b591d42ad3 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-37a9b4b591d42ad3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22742025-06-17T17:48:44.163Z Compiling quote v1.0.40
22752025-06-17T17:48:44.204Z 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=-2a3bb5719b58d5fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22762025-06-17T17:48:44.229Z Compiling getrandom v0.2.15
22772025-06-17T17:48:44.229Z 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=8530d7d5df66a163 -C extra-filename=-d675cde62c0b25c7 --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-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782025-06-17T17:48:44.340Z 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=-1fb6e8465c7f7e68 --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-52e190b49346b5a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
22792025-06-17T17:48:44.381Z Compiling jobserver v0.1.32
22802025-06-17T17:48:44.406Z 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=0b0837471fd24351 -C extra-filename=-ea38a4ca174f92b5 --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812025-06-17T17:48:44.596Z Compiling syn v2.0.101
22822025-06-17T17:48:44.621Z 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.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=33b74cda02620911 -C extra-filename=-afae99689092f356 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22832025-06-17T17:48:44.647Z Compiling rand_core v0.6.4
22842025-06-17T17:48:44.673Z Compiling litemap v0.7.3
22852025-06-17T17:48:44.673Z 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=6ffc0c1a80b08b80 -C extra-filename=-2303bba6afbdc220 --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-d675cde62c0b25c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862025-06-17T17:48:44.698Z 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=-a1aea475dd5a4024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872025-06-17T17:48:44.698Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-37a9b4b591d42ad3/build-script-build`
22882025-06-17T17:48:44.777Z Compiling cc v1.2.15
22892025-06-17T17:48:44.803Z Compiling regex-syntax v0.8.5
22902025-06-17T17:48:44.803Z 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=d961e6ccb897bdd4 -C extra-filename=-9c0f0e3c46931341 --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-ea38a4ca174f92b5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6a0bc1bb118c96fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912025-06-17T17:48:44.834Z 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=-8a5c4ab1e9e4d4bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22922025-06-17T17:48:44.861Z Compiling icu_locid_transform_data v1.5.0
22932025-06-17T17:48:44.900Z 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=-b2a8e588de5bc58d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22942025-06-17T17:48:45.019Z Compiling allocator-api2 v0.2.21
22952025-06-17T17:48:45.044Z 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=-df4c6555eb057f00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22962025-06-17T17:48:45.083Z Compiling foldhash v0.1.5
22972025-06-17T17:48:45.109Z 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=-fafd2c26c8cb50b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982025-06-17T17:48:45.137Z Compiling byteorder v1.5.0
22992025-06-17T17:48:45.137Z 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=-bd9324fe48e620f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23002025-06-17T17:48:45.239Z Compiling icu_properties_data v1.5.0
23012025-06-17T17:48:45.264Z 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=-7dfbae7f50591b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23022025-06-17T17:48:45.506Z Compiling equivalent v1.0.2
23032025-06-17T17:48:45.531Z 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=-22ca525b16ae489c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042025-06-17T17:48:45.558Z Compiling percent-encoding v2.3.1
23052025-06-17T17:48:45.558Z 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=-1ffbb2c1bbf7af15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23062025-06-17T17:48:45.594Z Compiling utf16_iter v1.0.5
23072025-06-17T17:48:45.620Z 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=-cc49e5090736ecd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082025-06-17T17:48:45.692Z Compiling hashbrown v0.15.3
23092025-06-17T17:48:45.717Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=82ccc2fba92889a9 -C extra-filename=-5d6c4ad23ea5f468 --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-df4c6555eb057f00.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-22ca525b16ae489c.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-fafd2c26c8cb50b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102025-06-17T17:48:45.743Z Compiling icu_normalizer_data v1.5.0
23112025-06-17T17:48:45.782Z 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=-234d8fd31bf85695 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23122025-06-17T17:48:45.808Z Compiling write16 v1.0.0
23132025-06-17T17:48:45.808Z 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=-514bf1cb798ddbec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142025-06-17T17:48:45.843Z Compiling utf8_iter v1.0.4
23152025-06-17T17:48:45.868Z 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=-0d248010a893f171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162025-06-17T17:48:45.895Z Compiling aho-corasick v1.1.3
23172025-06-17T17:48:45.895Z Compiling parking_lot_core v0.9.10
23182025-06-17T17:48:45.895Z 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=-36bced02ae4bd5ce --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-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23192025-06-17T17:48:45.933Z 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=-c9e62b891ff46edb --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-c9e62b891ff46edb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202025-06-17T17:48:45.980Z Compiling subtle v2.6.1
23212025-06-17T17:48:46.005Z 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=-c6d4853b27733a97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222025-06-17T17:48:46.125Z Compiling form_urlencoded v1.2.1
23232025-06-17T17:48:46.150Z 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=-3baecd70a88ba04a --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-1ffbb2c1bbf7af15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23242025-06-17T17:48:46.350Z Compiling errno v0.3.12
23252025-06-17T17:48:46.375Z 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=e48709adcd578356 -C extra-filename=-ad93887c05554acd --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262025-06-17T17:48:46.404Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-c9e62b891ff46edb/build-script-build`
23272025-06-17T17:48:46.449Z Compiling getrandom v0.3.1
23282025-06-17T17:48:46.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/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=-23a75501c567e501 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-23a75501c567e501 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292025-06-17T17:48:46.475Z 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=7ffcbdc0ff632c39 -C extra-filename=-21d20bb53989630d --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-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23302025-06-17T17:48:46.616Z Compiling signal-hook-registry v1.4.2
23312025-06-17T17:48:46.641Z 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=d06cf80eb21f1d81 -C extra-filename=-dbfa4732e3cd5706 --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23322025-06-17T17:48:46.769Z Compiling typenum v1.17.0
23332025-06-17T17:48:46.795Z 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=-cd7505c3f5376888 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-cd7505c3f5376888 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23342025-06-17T17:48:47.037Z Compiling parking_lot v0.12.3
23352025-06-17T17:48:47.064Z 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=8e4a7f51c7a0e5be -C extra-filename=-350e0472b85021fc --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-18688dbff68d1a2c.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-21d20bb53989630d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23362025-06-17T17:48:47.117Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-23a75501c567e501/build-script-build`
23372025-06-17T17:48:47.174Z 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=5cf7bf3b6a9648e2 -C extra-filename=-5df1821aa7bb7d13 --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-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382025-06-17T17:48:47.293Z Compiling fnv v1.0.7
23392025-06-17T17:48:47.318Z 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=-4cbe4ea4e54cb639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402025-06-17T17:48:47.493Z Compiling generic-array v0.14.7
23412025-06-17T17:48:47.493Z 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=-592abe1686d9b77f --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-592abe1686d9b77f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422025-06-17T17:48:47.630Z Compiling futures-core v0.3.31
23432025-06-17T17:48:47.655Z 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=-cc268f9244d9ad28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442025-06-17T17:48:47.721Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-cd7505c3f5376888/build-script-main`
23452025-06-17T17:48:47.815Z Compiling thiserror v1.0.69
23462025-06-17T17:48:47.841Z 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=-74e1c85a16b70b83 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-74e1c85a16b70b83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23472025-06-17T17:48:47.901Z Compiling regex-automata v0.4.8
23482025-06-17T17:48:47.926Z 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=-6fc1782911ea05df --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-36bced02ae4bd5ce.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23492025-06-17T17:48:47.952Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-592abe1686d9b77f/build-script-build`
23502025-06-17T17:48:47.953Z 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=-b4e1437a670c0b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23512025-06-17T17:48:48.073Z Compiling rustix v0.38.37
23522025-06-17T17:48:48.099Z 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=-1156ada6d05aa0f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-1156ada6d05aa0f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23532025-06-17T17:48:48.125Z Compiling mio v1.0.2
23542025-06-17T17:48:48.125Z 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=d6393443a3188e56 -C extra-filename=-b511f58f5ba76c42 --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-8cf0273e9bc6b4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23552025-06-17T17:48:48.450Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-74e1c85a16b70b83/build-script-build`
23562025-06-17T17:48:48.872Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1156ada6d05aa0f6/build-script-build`
23572025-06-17T17:48:48.949Z Compiling either v1.14.0
23582025-06-17T17:48:48.974Z 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.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=6c8a17d94586f4f9 -C extra-filename=-ed761dbd9a6ae688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23592025-06-17T17:48:49.022Z Compiling heck v0.5.0
23602025-06-17T17:48:49.048Z 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=-973fa8e1d737893b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23612025-06-17T17:48:49.105Z Compiling socket2 v0.5.9
23622025-06-17T17:48:49.140Z 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.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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=c61c01384bd83f34 -C extra-filename=-ce8f5810df3c54c9 --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632025-06-17T17:48:49.166Z Compiling iana-time-zone v0.1.63
23642025-06-17T17:48:49.166Z 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=-b563444bd3d79103 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652025-06-17T17:48:49.396Z Compiling spin v0.9.8
23662025-06-17T17:48:49.422Z 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=-dc900234ca880324 --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-18688dbff68d1a2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23672025-06-17T17:48:49.495Z Compiling slab v0.4.9
23682025-06-17T17:48:49.520Z 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=-8148b1b24de65c0e --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-8148b1b24de65c0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692025-06-17T17:48:49.551Z Compiling pkg-config v0.3.31
23702025-06-17T17:48:49.581Z 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=-f17f01e4eb57ec55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712025-06-17T17:48:49.630Z Compiling futures-io v0.3.31
23722025-06-17T17:48:49.630Z 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=-e716efa3b094ca97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23732025-06-17T17:48:49.658Z Compiling const-oid v0.9.6
23742025-06-17T17:48:49.658Z 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=-e55f68fe8b969bcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23752025-06-17T17:48:49.812Z Compiling schemars v0.8.22
23762025-06-17T17:48:49.838Z 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=-b027ec65f4ec9f14 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-b027ec65f4ec9f14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772025-06-17T17:48:49.914Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-8148b1b24de65c0e/build-script-build`
23782025-06-17T17:48:49.954Z Compiling dyn-clone v1.0.19
23792025-06-17T17:48:49.980Z 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=-0eed3e3386dece13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802025-06-17T17:48:50.006Z Compiling lazy_static v1.5.0
23812025-06-17T17:48:50.006Z 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=-7d13f98916d1d3e8 --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-dc900234ca880324.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23822025-06-17T17:48:50.120Z 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=-30b5dc21d1e08451 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832025-06-17T17:48:50.267Z Compiling futures-sink v0.3.31
23842025-06-17T17:48:50.293Z 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=-b54f0766faacde7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852025-06-17T17:48:50.320Z Compiling cpufeatures v0.2.14
23862025-06-17T17:48:50.320Z 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=-d1d1da8be6c6940e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872025-06-17T17:48:50.357Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-b027ec65f4ec9f14/build-script-build`
23882025-06-17T17:48:50.423Z Compiling syn v1.0.109
23892025-06-17T17:48:50.450Z 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=-9b8c17f050b04b66 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-9b8c17f050b04b66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23902025-06-17T17:48:50.488Z Compiling pin-utils v0.1.0
23912025-06-17T17:48:50.488Z 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=-edeb4baaa379e23d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23922025-06-17T17:48:50.531Z Compiling futures-channel v0.3.31
23932025-06-17T17:48:50.558Z Compiling futures-task v0.3.31
23942025-06-17T17:48:50.558Z 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=-3690577ee22f758c --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-cc268f9244d9ad28.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952025-06-17T17:48:50.558Z 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=-e1867bd8b0b9071d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23962025-06-17T17:48:50.647Z Compiling glob v0.3.2
23972025-06-17T17:48:50.673Z 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=-344997d15477f1f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23982025-06-17T17:48:50.835Z Compiling synstructure v0.13.1
23992025-06-17T17:48:50.835Z 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=0fdb0f3684f32fa3 -C extra-filename=-f94d59b04a3ccf50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24002025-06-17T17:48:50.898Z Compiling serde_derive_internals v0.29.1
24012025-06-17T17:48:50.924Z 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=2e1410fa91877032 -C extra-filename=-40eba67257973264 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24022025-06-17T17:48:51.030Z Compiling tracing-core v0.1.32
24032025-06-17T17:48:51.056Z 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=94ad7ddcc6aa1d0b -C extra-filename=-9659a3212ee65609 --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-2a147402c71c6c21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24042025-06-17T17:48:51.082Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-9b8c17f050b04b66/build-script-build`
24052025-06-17T17:48:51.191Z 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=-7764272970a39c34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
24062025-06-17T17:48:51.435Z Compiling strsim v0.11.1
24072025-06-17T17:48:51.460Z 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=-f78af29a5eda1a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24082025-06-17T17:48:51.490Z Compiling clang-sys v1.8.1
24092025-06-17T17:48:51.490Z 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=-7f7aa14ae4aee28c --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-7f7aa14ae4aee28c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102025-06-17T17:48:52.097Z Compiling minimal-lexical v0.2.1
24112025-06-17T17:48:52.123Z 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=-72e3a8a9dedb0455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122025-06-17T17:48:52.149Z Compiling prettyplease v0.2.32
24132025-06-17T17:48:52.149Z Compiling paste v1.0.15
24142025-06-17T17:48:52.178Z 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.32/build.rs --error-format=json --json=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=66aca6455c8e76f4 -C extra-filename=-23cc2ce8ea683f64 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-23cc2ce8ea683f64 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24152025-06-17T17:48:52.206Z 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=-9b70284ad1378aa4 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-9b70284ad1378aa4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162025-06-17T17:48:52.234Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-7f7aa14ae4aee28c/build-script-build`
24172025-06-17T17:48:52.287Z Compiling libloading v0.8.5
24182025-06-17T17:48:52.313Z 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=-60ebb17e243006fe --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-3de3afdffd237457.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192025-06-17T17:48:52.559Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-23cc2ce8ea683f64/build-script-build`
24202025-06-17T17:48:52.605Z Compiling regex v1.11.1
24212025-06-17T17:48:52.644Z 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=-ea2bf633eee21eec --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-36bced02ae4bd5ce.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222025-06-17T17:48:52.670Z Compiling nom v7.1.3
24232025-06-17T17:48:52.670Z 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=-e822832db8731ed7 --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-6461ceff8954e4ce.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-72e3a8a9dedb0455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242025-06-17T17:48:52.697Z Compiling adler2 v2.0.0
24252025-06-17T17:48:52.697Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-9b70284ad1378aa4/build-script-build`
24262025-06-17T17:48:52.723Z 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=-76f51ffbe3ea7acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272025-06-17T17:48:52.804Z Compiling crossbeam-utils v0.8.21
24282025-06-17T17:48:52.829Z 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=-c17f0827ec75066b --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c17f0827ec75066b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292025-06-17T17:48:52.829Z 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=-5a7744e0b57282b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
24302025-06-17T17:48:52.991Z Compiling miniz_oxide v0.8.5
24312025-06-17T17:48:53.017Z 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=-6988ec5fa265824a --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-76f51ffbe3ea7acb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322025-06-17T17:48:53.340Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c17f0827ec75066b/build-script-build`
24332025-06-17T17:48:53.395Z 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.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="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=159784dd0c98f3de -C extra-filename=-a041e6542cd42be6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
24342025-06-17T17:48:53.468Z 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=c945b1b4a58e4f66 -C extra-filename=-24c73c6136c96119 --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-344997d15477f1f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-60ebb17e243006fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352025-06-17T17:48:53.792Z Compiling home v0.5.9
24362025-06-17T17:48:53.818Z 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=-28e9aeedac828e4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372025-06-17T17:48:54.029Z Compiling vcpkg v0.2.15
24382025-06-17T17:48:54.055Z 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=-e151e297389c0a87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392025-06-17T17:48:54.236Z 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=-7359b4299789c5bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
24402025-06-17T17:48:54.832Z Compiling serde_derive v1.0.219
24412025-06-17T17:48:54.858Z 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=8c708184a4d9c374 -C extra-filename=-3d752c196cd4ce71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422025-06-17T17:48:55.260Z Compiling zeroize_derive v1.4.2
24432025-06-17T17:48:55.286Z 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=9a0adac9b29cfb3e -C extra-filename=-9f1310d1232108a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442025-06-17T17:48:55.449Z Compiling zerofrom-derive v0.1.4
24452025-06-17T17:48:55.475Z 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=71e935fe6cd7fadc -C extra-filename=-3d660f634f718e9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-f94d59b04a3ccf50.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462025-06-17T17:48:55.531Z Compiling yoke-derive v0.7.4
24472025-06-17T17:48:55.565Z 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=4dcaf980dabc5105 -C extra-filename=-e8efd4eeb25a66cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-f94d59b04a3ccf50.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482025-06-17T17:48:55.848Z Compiling zerovec-derive v0.10.3
24492025-06-17T17:48:55.874Z 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=0d1864b3ae48b481 -C extra-filename=-3b6f78436fb426b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24502025-06-17T17:48:56.558Z Compiling zeroize v1.8.1
24512025-06-17T17:48:56.584Z 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=c8ae92a43e51dc96 -C extra-filename=-93964ecc8c97fb70 --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-9f1310d1232108a9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522025-06-17T17:48:56.711Z Compiling displaydoc v0.2.5
24532025-06-17T17:48:56.736Z 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=2a3092af86d87d72 -C extra-filename=-f489b490341827e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542025-06-17T17:48:56.942Z Compiling icu_provider_macros v1.5.0
24552025-06-17T17:48:56.968Z 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=9811a4dfa2d021c1 -C extra-filename=-66c589f85791eac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562025-06-17T17:48:57.843Z 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=7b6d2af6f090e968 -C extra-filename=-5a41f0b5a4a31464 --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-b4e1437a670c0b17.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
24572025-06-17T17:48:57.922Z Compiling thiserror-impl v1.0.69
24582025-06-17T17:48:57.966Z 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=cb8de79222731a3e -C extra-filename=-90a513fe90410f25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592025-06-17T17:48:57.991Z Compiling tokio-macros v2.5.0
24602025-06-17T17:48:57.991Z 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=6a395aa50deadbfa -C extra-filename=-2f30c89b4440f63b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612025-06-17T17:48:58.120Z Compiling zerocopy-derive v0.7.35
24622025-06-17T17:48:58.146Z 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=2e521eafc3e9203b -C extra-filename=-eb80665367f731b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632025-06-17T17:48:58.503Z Compiling zerofrom v0.1.4
24642025-06-17T17:48:58.528Z 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=18e56eb73f0ea1e5 -C extra-filename=-507314faa92ccb59 --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-3d660f634f718e9c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652025-06-17T17:48:58.772Z Compiling yoke v0.7.4
24662025-06-17T17:48:58.798Z 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=a390410581c12657 -C extra-filename=-f8056db3d7c88bd1 --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-24cb4a3f30bb21bb.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-e8efd4eeb25a66cf.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-507314faa92ccb59.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672025-06-17T17:48:59.087Z Compiling crypto-common v0.1.6
24682025-06-17T17:48:59.113Z 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=608e2eee42060f3e -C extra-filename=-63775a6f5ace49bd --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-5a41f0b5a4a31464.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b4e1437a670c0b17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692025-06-17T17:48:59.152Z Compiling zerovec v0.10.4
24702025-06-17T17:49:00.268Z 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=ca1b09a3363c220d -C extra-filename=-336890301ab731bb --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-f8056db3d7c88bd1.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-507314faa92ccb59.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-3b6f78436fb426b2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712025-06-17T17:49:00.295Z Compiling schemars_derive v0.8.22
24722025-06-17T17:49:00.295Z 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=fd23954a74ccff1d -C extra-filename=-88e6c477243deaea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-40eba67257973264.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732025-06-17T17:49:00.295Z Compiling block-buffer v0.10.4
24742025-06-17T17:49:00.295Z 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=9741bbfb27b77bfa -C extra-filename=-8145955707eb5cc0 --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-5a41f0b5a4a31464.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752025-06-17T17:49:00.295Z Compiling digest v0.10.7
24762025-06-17T17:49:00.295Z 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=05ac7e8f0f390975 -C extra-filename=-4819c0fb8a967ba9 --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-8145955707eb5cc0.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e55f68fe8b969bcd.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-63775a6f5ace49bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772025-06-17T17:49:00.295Z Compiling zerocopy v0.7.35
24782025-06-17T17:49:00.296Z 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=30c5a3206a0dc00c -C extra-filename=-86d4ae5d34df00b9 --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-bd9324fe48e620f7.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-eb80665367f731b0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792025-06-17T17:49:00.296Z Compiling futures-macro v0.3.31
24802025-06-17T17:49:00.296Z 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=2551e86a438c8b6e -C extra-filename=-c108fd55ee661d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812025-06-17T17:49:00.740Z 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=ffd10cd9a5673a1a -C extra-filename=-da1f261dcf0b07b9 --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-90a513fe90410f25.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
24822025-06-17T17:49:00.768Z Compiling tinystr v0.7.6
24832025-06-17T17:49:00.768Z 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=dbefc7ea68721bd0 -C extra-filename=-150b3f115664a213 --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-f489b490341827e2.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-336890301ab731bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24842025-06-17T17:49:01.091Z Compiling icu_collections v1.5.0
24852025-06-17T17:49:01.120Z 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=ef961c3813542639 -C extra-filename=-7013996d5f31e3f3 --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-f489b490341827e2.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-f8056db3d7c88bd1.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-507314faa92ccb59.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-336890301ab731bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862025-06-17T17:49:01.120Z Compiling icu_locid v1.5.0
24872025-06-17T17:49:01.120Z 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=98ffccd51d40c26a -C extra-filename=-3797518153757616 --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-3d752c196cd4ce71.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
24882025-06-17T17:49:01.120Z 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=e5c3d7475083963b -C extra-filename=-baa273429dc128db --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-f489b490341827e2.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-a1aea475dd5a4024.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-150b3f115664a213.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-8a3842fb3f0bb28e.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-336890301ab731bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892025-06-17T17:49:01.319Z Compiling ppv-lite86 v0.2.20
24902025-06-17T17:49:01.378Z 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=af7ce9eb74bee56e -C extra-filename=-833a6f2afb35dc9f --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-86d4ae5d34df00b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912025-06-17T17:49:01.405Z Compiling tracing-attributes v0.1.27
24922025-06-17T17:49:01.405Z 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=8367cd32a3b35f1d -C extra-filename=-ec296b087d291c01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932025-06-17T17:49:01.917Z Compiling rand_chacha v0.3.1
24942025-06-17T17:49:01.943Z 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=c851cc3e070b3dd7 -C extra-filename=-1418941ba3ffcfc7 --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-833a6f2afb35dc9f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952025-06-17T17:49:01.986Z Compiling futures-util v0.3.31
24962025-06-17T17:49:01.986Z 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=83267082975997f9 -C extra-filename=-fa33b9f36748c437 --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-3690577ee22f758c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-c108fd55ee661d46.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-edeb4baaa379e23d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972025-06-17T17:49:02.011Z Compiling cexpr v0.6.0
24982025-06-17T17:49:02.012Z 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=-8b73cb8b6ee8149f --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-e822832db8731ed7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992025-06-17T17:49:02.220Z Compiling icu_provider v1.5.0
25002025-06-17T17:49:02.246Z 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=f9703a9903213fb4 -C extra-filename=-a64874799c64688a --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-f489b490341827e2.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-baa273429dc128db.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-66c589f85791eac0.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-24cb4a3f30bb21bb.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-150b3f115664a213.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-8a3842fb3f0bb28e.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-f8056db3d7c88bd1.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-507314faa92ccb59.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-336890301ab731bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012025-06-17T17:49:02.271Z Compiling ring v0.17.14
25022025-06-17T17:49:02.271Z 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=746dc72626c1f888 -C extra-filename=-d69177779d5c8490 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-d69177779d5c8490 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9c0f0e3c46931341.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032025-06-17T17:49:02.886Z Compiling icu_locid_transform v1.5.0
25042025-06-17T17:49:02.912Z 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=c582b4013f198b0f -C extra-filename=-04ffd3548ee20ba5 --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-f489b490341827e2.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-baa273429dc128db.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-b2a8e588de5bc58d.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-a64874799c64688a.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-150b3f115664a213.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-336890301ab731bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052025-06-17T17:49:03.076Z Compiling rand v0.8.5
25062025-06-17T17:49:03.101Z 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=abf12c8b40c1d310 -C extra-filename=-d1e544ba461f0a82 --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-8cf0273e9bc6b4ef.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1418941ba3ffcfc7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072025-06-17T17:49:03.259Z Compiling block-padding v0.3.3
25082025-06-17T17:49:03.285Z 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=f168c14a203ac5c9 -C extra-filename=-71bac9e52723f8b9 --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-5a41f0b5a4a31464.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092025-06-17T17:49:03.344Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-d69177779d5c8490/build-script-build`
25102025-06-17T17:49:03.369Z Compiling itertools v0.12.1
25112025-06-17T17:49:03.369Z 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=72401c74d83c5575 -C extra-filename=-0d7cde468535b2dd --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-ed761dbd9a6ae688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122025-06-17T17:49:03.543Z Compiling time-core v0.1.2
25132025-06-17T17:49:03.569Z 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=-a8cbde7d806426e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142025-06-17T17:49:03.758Z Compiling powerfmt v0.2.0
25152025-06-17T17:49:03.783Z 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=-1b951eb685767300 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162025-06-17T17:49:04.019Z Compiling icu_properties v1.5.1
25172025-06-17T17:49:04.045Z 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=b96bee6367d478bf -C extra-filename=-f33d654c3488e116 --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-f489b490341827e2.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-7013996d5f31e3f3.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-04ffd3548ee20ba5.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-7dfbae7f50591b51.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-a64874799c64688a.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-150b3f115664a213.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-336890301ab731bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182025-06-17T17:49:04.141Z Compiling tracing v0.1.40
25192025-06-17T17:49:04.166Z 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=d495db44b80c1416 -C extra-filename=-5601242d4cca54cf --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-0c3f9f9074fd84d6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-ec296b087d291c01.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-9659a3212ee65609.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202025-06-17T17:49:04.633Z Compiling num-conv v0.1.0
25212025-06-17T17:49:04.658Z 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=-a6397ed30fc5127a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222025-06-17T17:49:04.829Z Compiling deranged v0.3.11
25232025-06-17T17:49:04.854Z 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=-fbee571ca486c4d6 --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-1b951eb685767300.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242025-06-17T17:49:04.881Z Compiling inout v0.1.3
25252025-06-17T17:49:04.881Z 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=547a656aa195f9ab -C extra-filename=-bc205343c3f910de --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-71bac9e52723f8b9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262025-06-17T17:49:04.935Z Compiling time-macros v0.2.18
25272025-06-17T17:49:04.960Z 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=-a83722f41e62c232 --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-a6397ed30fc5127a.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-a8cbde7d806426e6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282025-06-17T17:49:05.238Z Compiling num_threads v0.1.7
25292025-06-17T17:49:05.263Z 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=-a586c74fc555cb89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302025-06-17T17:49:05.420Z Compiling bindgen v0.69.5
25312025-06-17T17:49:05.445Z 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=-19bb01bd254ab687 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-19bb01bd254ab687 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322025-06-17T17:49:05.780Z Compiling bytes v1.10.1
25332025-06-17T17:49:05.805Z 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=6721193a9d3ea6b4 -C extra-filename=-5d6c1e9618f55f42 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342025-06-17T17:49:05.926Z Compiling bitflags v2.9.0
25352025-06-17T17:49:05.951Z 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=3d095304145955d4 -C extra-filename=-beab76081c319986 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362025-06-17T17:49:06.110Z 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=cb78d0812b6b4bb0 -C extra-filename=-6251bde64cce40ae --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-52e1d93ca6a73556.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e333b6170bff6ca3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
25372025-06-17T17:49:06.285Z 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=1600fdc2b9745588 -C extra-filename=-5571e112a653d91b --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
25382025-06-17T17:49:06.385Z 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=82afbc19ad2d3a99 -C extra-filename=-21107336716e293c --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-beab76081c319986.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-ad93887c05554acd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
25392025-06-17T17:49:06.749Z Compiling indexmap v2.9.0
25402025-06-17T17:49:06.774Z 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=9c7325248dd4a7b1 -C extra-filename=-56a830621ceec454 --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-22ca525b16ae489c.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5d6c4ad23ea5f468.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412025-06-17T17:49:06.927Z Compiling tokio v1.45.0
25422025-06-17T17:49:06.952Z 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.0/src/lib.rs --error-format=json --json=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=52ba334d50dd4f02 -C extra-filename=-d811c5ea5d19e21c --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-5d6c1e9618f55f42.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-b511f58f5ba76c42.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-350e0472b85021fc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-dbfa4732e3cd5706.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ce8f5810df3c54c9.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-2f30c89b4440f63b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432025-06-17T17:49:07.112Z Compiling chrono v0.4.41
25442025-06-17T17:49:07.137Z 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=fa9181d4a86fe6fd -C extra-filename=-1cd817a3f34bbccd --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-b563444bd3d79103.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452025-06-17T17:49:07.442Z Compiling icu_normalizer v1.5.0
25462025-06-17T17:49:07.467Z 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=28938f094ff24a03 -C extra-filename=-5125ff04b09b51bc --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-f489b490341827e2.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-7013996d5f31e3f3.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-234d8fd31bf85695.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-f33d654c3488e116.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-a64874799c64688a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-cc49e5090736ecd3.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-0d248010a893f171.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-514bf1cb798ddbec.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-336890301ab731bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472025-06-17T17:49:07.813Z Compiling uuid v1.16.0
25482025-06-17T17:49:07.839Z 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.16.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=35c1396f13fb5a65 -C extra-filename=-1c0b56278cc10eee --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-5df1821aa7bb7d13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492025-06-17T17:49:07.987Z Compiling http v1.3.1
25502025-06-17T17:49:08.013Z 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=734f2f9286d6bbc6 -C extra-filename=-0a6f4624c17fcf4b --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-5d6c1e9618f55f42.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4cbe4ea4e54cb639.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512025-06-17T17:49:08.038Z Compiling time v0.3.36
25522025-06-17T17:49:08.038Z 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=86a4b9082a2d5fc2 -C extra-filename=-59ff3ebd8b679676 --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-fbee571ca486c4d6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-a6397ed30fc5127a.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-a586c74fc555cb89.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1b951eb685767300.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-a8cbde7d806426e6.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-a83722f41e62c232.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532025-06-17T17:49:08.417Z Compiling idna_adapter v1.2.0
25542025-06-17T17:49:08.443Z 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=74af28f280f9e913 -C extra-filename=-a29bb5dbac395a91 --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-5125ff04b09b51bc.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-f33d654c3488e116.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25552025-06-17T17:49:08.670Z Compiling idna v1.0.3
25562025-06-17T17:49:08.695Z 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=314bcc48dadc2cc7 -C extra-filename=-9b8e2c4257d31372 --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-a29bb5dbac395a91.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-0d248010a893f171.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572025-06-17T17:49:08.858Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-19bb01bd254ab687/build-script-build`
25582025-06-17T17:49:08.912Z Compiling serde_tokenstream v0.2.2
25592025-06-17T17:49:08.937Z 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=ccc408eb6a901dad -C extra-filename=-c0d3326f90e6d1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602025-06-17T17:49:09.052Z Compiling cipher v0.4.4
25612025-06-17T17:49:09.078Z 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=5ea996830d3599ea -C extra-filename=-dbb179055a8e85be --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-63775a6f5ace49bd.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-bc205343c3f910de.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622025-06-17T17:49:09.450Z Compiling url v2.5.3
25632025-06-17T17:49:09.476Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=b12a31fef52ebee2 -C extra-filename=-ae56821aaf503578 --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-3baecd70a88ba04a.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9b8e2c4257d31372.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642025-06-17T17:49:09.558Z Compiling which v4.4.2
25652025-06-17T17:49:09.583Z 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=d783945267787ee6 -C extra-filename=-0e77a98daf1b4ef1 --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-ed761dbd9a6ae688.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-28e9aeedac828e4f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-21107336716e293c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662025-06-17T17:49:09.820Z Compiling httparse v1.9.5
25672025-06-17T17:49:09.846Z 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=-1691dad6cc9e2a85 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-1691dad6cc9e2a85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682025-06-17T17:49:09.915Z Compiling rustc-hash v1.1.0
25692025-06-17T17:49:09.940Z 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=-a87979940961ffe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702025-06-17T17:49:09.966Z Compiling lazycell v1.3.0
25712025-06-17T17:49:09.966Z 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=-b74e44824986a351 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722025-06-17T17:49:10.074Z Compiling atomic-waker v1.1.2
25732025-06-17T17:49:10.099Z 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=-b88de53e82c6fffa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742025-06-17T17:49:10.125Z Compiling cmake v0.1.51
25752025-06-17T17:49:10.207Z 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=721582a5b90c89e5 -C extra-filename=-7ea23549b4831836 --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-9c0f0e3c46931341.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762025-06-17T17:49:10.233Z 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=b2d5b036460c6456 -C extra-filename=-a7fcc99166d08d92 --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-beab76081c319986.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-8b73cb8b6ee8149f.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-24c73c6136c96119.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-b74e44824986a351.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-a87979940961ffe0.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6a0bc1bb118c96fe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-0e77a98daf1b4ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772025-06-17T17:49:10.307Z Compiling untrusted v0.9.0
25782025-06-17T17:49:10.333Z 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=-7300bbcd9e2b6e82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792025-06-17T17:49:10.358Z Compiling fs_extra v1.3.0
25802025-06-17T17:49:10.422Z 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=-b1d532e803ea1f2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812025-06-17T17:49:10.541Z 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=af3005ce1521c790 -C extra-filename=-c3b52c09cbc8c65f --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-5d6c1e9618f55f42.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-88e6c477243deaea.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
25822025-06-17T17:49:10.578Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-1691dad6cc9e2a85/build-script-build`
25832025-06-17T17:49:10.677Z Compiling dunce v1.0.5
25842025-06-17T17:49:10.702Z 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=-9e0505f906e2b10b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852025-06-17T17:49:10.919Z 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=-bd816f45ec33d3cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
25862025-06-17T17:49:10.919Z 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=6ad1ae2da73dd152 -C extra-filename=-9d5d299a99d4fa9f --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-3de3afdffd237457.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d675cde62c0b25c7.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7300bbcd9e2b6e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
25872025-06-17T17:49:10.960Z Compiling gimli v0.31.1
25882025-06-17T17:49:10.986Z 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=-5c0780044f773d47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892025-06-17T17:49:11.014Z Compiling base64ct v1.6.0
25902025-06-17T17:49:11.069Z 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=-fae69d05f1cd8859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912025-06-17T17:49:11.470Z Compiling toml_datetime v0.6.9
25922025-06-17T17:49:11.496Z 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.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 '--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="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=67bab3c8a36960a9 -C extra-filename=-1a53d49653501b73 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932025-06-17T17:49:11.561Z Compiling serde_spanned v0.6.8
25942025-06-17T17:49:11.587Z 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=c31e58d4742d9f21 -C extra-filename=-b1bfaaa4ff399fe1 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952025-06-17T17:49:11.822Z Compiling sha2 v0.10.8
25962025-06-17T17:49:11.847Z 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=26b44254d8c23d23 -C extra-filename=-9e32879821bb2d51 --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-3de3afdffd237457.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4819c0fb8a967ba9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972025-06-17T17:49:11.875Z Compiling hmac v0.12.1
25982025-06-17T17:49:11.875Z 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=3e66fbb868fbe003 -C extra-filename=-eceeae9dfa8a7001 --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-4819c0fb8a967ba9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992025-06-17T17:49:11.918Z Compiling object v0.36.5
26002025-06-17T17:49:11.968Z 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=-b73ccbd776489aa0 --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-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012025-06-17T17:49:12.172Z Compiling anyhow v1.0.98
26022025-06-17T17:49:12.198Z 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=-4de3a49e942672b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-4de3a49e942672b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032025-06-17T17:49:12.737Z Compiling rustc-demangle v0.1.24
26042025-06-17T17:49:12.762Z 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=-1d8d2fc78523db1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052025-06-17T17:49:13.273Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-4de3a49e942672b7/build-script-build`
26062025-06-17T17:49:13.506Z Compiling base64 v0.22.1
26072025-06-17T17:49:13.531Z 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=-47534339b40df4f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082025-06-17T17:49:13.750Z Compiling rustls-pki-types v1.10.0
26092025-06-17T17:49:13.776Z 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=-fe220a1c44515e68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102025-06-17T17:49:14.145Z Compiling tokio-util v0.7.13
26112025-06-17T17:49:14.171Z 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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --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=67c511c8166242f0 -C extra-filename=-37205d819994d122 --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-5d6c1e9618f55f42.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122025-06-17T17:49:14.221Z Compiling aws-lc-rs v1.12.4
26132025-06-17T17:49:14.246Z 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=-ec08acd25c6a0b2d --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-ec08acd25c6a0b2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142025-06-17T17:49:14.546Z Compiling addr2line v0.24.2
26152025-06-17T17:49:14.571Z 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=-c43a618e0283b0ed --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-5c0780044f773d47.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162025-06-17T17:49:14.615Z Compiling http-body v1.0.1
26172025-06-17T17:49:14.641Z 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=bf4918ed09d8c7b8 -C extra-filename=-68878559edd21b25 --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-5d6c1e9618f55f42.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182025-06-17T17:49:14.675Z Compiling httpdate v1.0.3
26192025-06-17T17:49:14.700Z 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=-bafdc436c339b98a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202025-06-17T17:49:14.870Z Compiling untrusted v0.7.1
26212025-06-17T17:49:14.901Z 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=-fa3ccdb9ba98dc3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222025-06-17T17:49:14.926Z Compiling try-lock v0.2.5
26232025-06-17T17:49:14.926Z 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=-5de0ae846aa9ec6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242025-06-17T17:49:15.103Z Compiling want v0.3.1
26252025-06-17T17:49:15.128Z 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=-11a8256d92ee1122 --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-5de0ae846aa9ec6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262025-06-17T17:49:15.162Z Compiling h2 v0.4.6
26272025-06-17T17:49:15.187Z Compiling pem-rfc7468 v0.7.0
26282025-06-17T17:49:15.187Z 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=883f980f92eeef00 -C extra-filename=-2e33f5429d6185d7 --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-b88de53e82c6fffa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4cbe4ea4e54cb639.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292025-06-17T17:49:15.187Z 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=-342e1c0a888cffaa --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-fae69d05f1cd8859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302025-06-17T17:49:15.238Z Compiling openssl-sys v0.9.109
26312025-06-17T17:49:15.263Z 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=f76bb8d7f05d88d1 -C extra-filename=-a49b69e9208f57e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-a49b69e9208f57e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9c0f0e3c46931341.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-e151e297389c0a87.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322025-06-17T17:49:15.447Z Compiling utf8parse v0.2.2
26332025-06-17T17:49:15.472Z 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=-03bf52d9306b5785 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342025-06-17T17:49:15.497Z Compiling rustversion v1.0.17
26352025-06-17T17:49:15.497Z 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=-f734781250b5f121 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-f734781250b5f121 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362025-06-17T17:49:15.672Z Compiling tower-service v0.3.3
26372025-06-17T17:49:15.697Z 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=-d346929584aa12d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382025-06-17T17:49:15.750Z Compiling der_derive v0.7.3
26392025-06-17T17:49:15.775Z 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=20bc89c33c9f4e9e -C extra-filename=-c28a50b52e18a6f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402025-06-17T17:49:15.856Z Compiling flagset v0.4.6
26412025-06-17T17:49:15.885Z 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=-d38e5dd6ee677f9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422025-06-17T17:49:16.115Z Compiling slog v2.7.0
26432025-06-17T17:49:16.140Z 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=-82494b0e7f315f12 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-82494b0e7f315f12 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442025-06-17T17:49:16.165Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-f734781250b5f121/build-script-build`
26452025-06-17T17:49:16.264Z 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=-148d4a25b6a900e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
26462025-06-17T17:49:16.356Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-a49b69e9208f57e5/build-script-main`
26472025-06-17T17:49:16.405Z Compiling pbkdf2 v0.12.2
26482025-06-17T17:49:16.431Z 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=4755e38bb8e8cd74 -C extra-filename=-65e6338ab5c8f407 --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-4819c0fb8a967ba9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eceeae9dfa8a7001.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492025-06-17T17:49:16.623Z Compiling aes v0.8.4
26502025-06-17T17:49:16.623Z 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=7b5453cc8fefbce0 -C extra-filename=-f816887885c0fda0 --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-3de3afdffd237457.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-dbb179055a8e85be.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512025-06-17T17:49:16.661Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-82494b0e7f315f12/build-script-build`
26522025-06-17T17:49:16.769Z Compiling mime v0.3.17
26532025-06-17T17:49:16.795Z 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=-6a9761af3a61b81d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542025-06-17T17:49:17.308Z Compiling anstyle v1.0.10
26552025-06-17T17:49:17.334Z 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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d4a2adc2d9189058 -C extra-filename=-f0d665ae03ab89d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562025-06-17T17:49:17.372Z 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=-ddf7ca289917e60a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
26572025-06-17T17:49:17.666Z Compiling backtrace v0.3.74
26582025-06-17T17:49:17.707Z 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=3153945f481b3f0b -C extra-filename=-7ec10362aba49c25 --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-c43a618e0283b0ed.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6988ec5fa265824a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-b73ccbd776489aa0.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-1d8d2fc78523db1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592025-06-17T17:49:17.747Z Compiling der v0.7.9
26602025-06-17T17:49:17.773Z 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=87b2dcbf0b0a97b8 -C extra-filename=-86dc450592e58195 --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-e55f68fe8b969bcd.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-c28a50b52e18a6f7.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-d38e5dd6ee677f9d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612025-06-17T17:49:18.038Z Compiling cbc v0.1.2
26622025-06-17T17:49:18.063Z 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=8416da576eb2be76 -C extra-filename=-63962228920178bf --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-dbb179055a8e85be.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632025-06-17T17:49:18.160Z Compiling salsa20 v0.10.2
26642025-06-17T17:49:18.186Z 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=3110c592e77723cf -C extra-filename=-01a0e19e0f93a4a7 --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-dbb179055a8e85be.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652025-06-17T17:49:18.214Z Compiling async-trait v0.1.88
26662025-06-17T17:49:18.253Z 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=3980325f2aac0494 -C extra-filename=-178f17d25fe9aeb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672025-06-17T17:49:18.339Z Compiling openssl v0.10.73
26682025-06-17T17:49:18.364Z 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=-ab626b4d2efbdd16 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-ab626b4d2efbdd16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692025-06-17T17:49:18.434Z Compiling foreign-types-shared v0.1.1
26702025-06-17T17:49:18.460Z 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=-63418ab7f95a3f86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712025-06-17T17:49:18.597Z 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=d89401df9291f8fc -C extra-filename=-b3a7b7d4cb8f861e --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-7ec10362aba49c25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_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)'`
26722025-06-17T17:49:18.681Z Compiling ipnet v2.11.0
26732025-06-17T17:49:18.706Z 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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=075aa5b107a6725f -C extra-filename=-2bbad1053bc3dd9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742025-06-17T17:49:18.790Z Compiling openssl-probe v0.1.5
26752025-06-17T17:49:18.815Z 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=-4df1d1c7c945f588 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762025-06-17T17:49:19.105Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-ab626b4d2efbdd16/build-script-build`
26772025-06-17T17:49:19.157Z Compiling foreign-types v0.3.2
26782025-06-17T17:49:19.183Z 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=-c2a0be81ef6eaaf6 --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-63418ab7f95a3f86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792025-06-17T17:49:19.295Z Compiling scrypt v0.11.0
26802025-06-17T17:49:19.321Z 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=ad1faea74c388118 -C extra-filename=-7c85b1b496e7c811 --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-65e6338ab5c8f407.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-01a0e19e0f93a4a7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812025-06-17T17:49:19.346Z 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=7ece39b403073c30 -C extra-filename=-6e48b675f334dd40 --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(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)'`
26822025-06-17T17:49:19.614Z Compiling spki v0.7.3
26832025-06-17T17:49:19.639Z 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=58a46c457aa78d06 -C extra-filename=-2de2a39b28629dce --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-86dc450592e58195.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842025-06-17T17:49:19.813Z Compiling anstyle-parse v0.2.5
26852025-06-17T17:49:19.838Z 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=-25e8598483079844 --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-03bf52d9306b5785.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862025-06-17T17:49:19.993Z Compiling http-body-util v0.1.3
26872025-06-17T17:49:20.018Z 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=4c081314e3d718f5 -C extra-filename=-835b7ceed5a00504 --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-5d6c1e9618f55f42.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-68878559edd21b25.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882025-06-17T17:49:20.045Z Compiling rustc_version v0.4.1
26892025-06-17T17:49:20.045Z 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=a488304541e94666 -C extra-filename=-9c42e7e0fc277399 --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-5571e112a653d91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902025-06-17T17:49:20.259Z Compiling openssl-macros v0.1.1
26912025-06-17T17:49:20.284Z 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=6d6a9fcd67aed06d -C extra-filename=-13bb9800bf6faa49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922025-06-17T17:49:20.311Z Compiling rustls v0.23.19
26932025-06-17T17:49:20.358Z 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=-1856558b521a9f8f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-1856558b521a9f8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942025-06-17T17:49:20.418Z Compiling colorchoice v1.0.2
26952025-06-17T17:49:20.457Z 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=-ab566953f6745526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962025-06-17T17:49:20.498Z Compiling is_terminal_polyfill v1.70.1
26972025-06-17T17:49:20.523Z 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=-6c3043da1ab8077d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982025-06-17T17:49:20.555Z Compiling anstyle-query v1.1.1
26992025-06-17T17:49:20.597Z 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=-34b0abdf8e6f8759 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002025-06-17T17:49:20.636Z Compiling pkcs5 v0.7.1
27012025-06-17T17:49:20.661Z 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=a6546662dcbfd60f -C extra-filename=-fc46cd3208cc9747 --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-f816887885c0fda0.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-63962228920178bf.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-86dc450592e58195.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-65e6338ab5c8f407.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-7c85b1b496e7c811.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2de2a39b28629dce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022025-06-17T17:49:20.687Z Compiling rustls-pemfile v2.2.0
27032025-06-17T17:49:20.687Z 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=-c8fc30b72ed3faa9 --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-fe220a1c44515e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042025-06-17T17:49:20.730Z Compiling anstream v0.6.18
27052025-06-17T17:49:20.756Z Compiling native-tls v0.2.12
27062025-06-17T17:49:20.756Z 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=0fb7f714b0029232 -C extra-filename=-d24e584261a1a2b7 --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-f0d665ae03ab89d5.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-25e8598483079844.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-34b0abdf8e6f8759.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-ab566953f6745526.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-6c3043da1ab8077d.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-03bf52d9306b5785.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072025-06-17T17:49:20.756Z 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=-32b55d0bedb36943 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-32b55d0bedb36943 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082025-06-17T17:49:20.823Z Compiling terminal_size v0.4.0
27092025-06-17T17:49:20.848Z 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=ed695d8d6bb591f0 -C extra-filename=-f2adca8f96e9aac8 --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-21107336716e293c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102025-06-17T17:49:21.057Z Compiling hyper v1.6.0
27112025-06-17T17:49:21.082Z 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=5033566a3646e4fa -C extra-filename=-26b35939f056fba3 --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-5d6c1e9618f55f42.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2e33f5429d6185d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-68878559edd21b25.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-bd816f45ec33d3cd.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-bafdc436c339b98a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-11a8256d92ee1122.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122025-06-17T17:49:21.082Z 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=a54918414b923ffc -C extra-filename=-e8d8d4d2c9cd7eff --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-beab76081c319986.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-c2a0be81ef6eaaf6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-13bb9800bf6faa49.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-6e48b675f334dd40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(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)'`
27132025-06-17T17:49:21.134Z Compiling serde_urlencoded v0.7.1
27142025-06-17T17:49:21.134Z 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=f0a9696b17c4cce7 -C extra-filename=-9dffcc25b3f24448 --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-3baecd70a88ba04a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e333b6170bff6ca3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152025-06-17T17:49:21.181Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-32b55d0bedb36943/build-script-build`
27162025-06-17T17:49:21.258Z Compiling pkcs8 v0.10.2
27172025-06-17T17:49:21.258Z 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=9d86c7fd5f834892 -C extra-filename=-4923f36f839db742 --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-86dc450592e58195.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-fc46cd3208cc9747.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2de2a39b28629dce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182025-06-17T17:49:21.378Z Compiling cookie v0.18.1
27192025-06-17T17:49:21.403Z 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=-f446e8e3b0a90ddc --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-f446e8e3b0a90ddc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202025-06-17T17:49:21.609Z Compiling encoding_rs v0.8.34
27212025-06-17T17:49:21.635Z 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=-103df2bcb070a288 --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-3de3afdffd237457.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222025-06-17T17:49:21.660Z Compiling clap_lex v0.7.4
27232025-06-17T17:49:21.660Z 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=-e97ca5fb56a9329f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242025-06-17T17:49:21.738Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-f446e8e3b0a90ddc/build-script-build`
27252025-06-17T17:49:21.839Z Compiling clap_derive v4.5.32
27262025-06-17T17:49:21.864Z 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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=20de8c2038a7218b -C extra-filename=-59c4c25bf92446f4 --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-973fa8e1d737893b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272025-06-17T17:49:21.892Z Compiling psl-types v2.0.11
27282025-06-17T17:49:21.893Z 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=-e4c58618c38e6c87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292025-06-17T17:49:22.086Z Compiling clap_builder v4.5.35
27302025-06-17T17:49:22.112Z 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.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=d3e30fdb20293d83 -C extra-filename=-86a67e4d44f49204 --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-d24e584261a1a2b7.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-f0d665ae03ab89d5.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e97ca5fb56a9329f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f78af29a5eda1a64.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f2adca8f96e9aac8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312025-06-17T17:49:22.137Z Compiling litrs v0.4.1
27322025-06-17T17:49:22.137Z 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=-b4b1cbd943d6e953 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332025-06-17T17:49:23.062Z Compiling document-features v0.2.10
27342025-06-17T17:49:23.087Z 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=-1da1b4a8417ed643 --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-b4b1cbd943d6e953.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352025-06-17T17:49:23.210Z Compiling hyper-util v0.1.14
27362025-06-17T17:49:23.235Z 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="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=79775ba5b2fecb6f -C extra-filename=-a4afd14cb428eb53 --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-5d6c1e9618f55f42.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-68878559edd21b25.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ce8f5810df3c54c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372025-06-17T17:49:24.029Z Compiling publicsuffix v2.3.0
27382025-06-17T17:49:24.055Z 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=d4710f08534bb364 -C extra-filename=-c1404b9710661a5a --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-9b8e2c4257d31372.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-e4c58618c38e6c87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392025-06-17T17:49:24.140Z 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=14531519c21f4bea -C extra-filename=-4d2a292cd42c0fd7 --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-1ffbb2c1bbf7af15.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-59ff3ebd8b679676.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402025-06-17T17:49:24.346Z Compiling webpki-roots v0.26.6
27412025-06-17T17:49:24.371Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0af50a0e91d0115a -C extra-filename=-803ad1264bde6062 --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-fe220a1c44515e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422025-06-17T17:49:24.480Z Compiling openapiv3 v2.0.0
27432025-06-17T17:49:24.505Z 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.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=328d95a561d4439a -C extra-filename=-5028b41ffe19e8b8 --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-56a830621ceec454.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442025-06-17T17:49:24.576Z Compiling futures-executor v0.3.31
27452025-06-17T17:49:24.602Z 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=1757befdc29efe58 -C extra-filename=-231de2b7b493161c --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-cc268f9244d9ad28.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462025-06-17T17:49:24.995Z Compiling sync_wrapper v1.0.1
27472025-06-17T17:49:25.020Z 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=-01d21f426bdedda3 --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-cc268f9244d9ad28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482025-06-17T17:49:25.046Z Compiling tower-layer v0.3.3
27492025-06-17T17:49:25.046Z 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=-9e72ee3d92fccfd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502025-06-17T17:49:25.244Z Compiling futures v0.3.31
27512025-06-17T17:49:25.270Z 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=2fa427a7798cccdd -C extra-filename=-86316886c4cceb3b --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-3690577ee22f758c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-231de2b7b493161c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522025-06-17T17:49:25.371Z Compiling tower v0.5.2
27532025-06-17T17:49:25.400Z 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=8020c1e3852b230e -C extra-filename=-b63f0ade728b3428 --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-cc268f9244d9ad28.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-01d21f426bdedda3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-9e72ee3d92fccfd5.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542025-06-17T17:49:25.426Z Compiling cookie_store v0.21.1
27552025-06-17T17:49:25.426Z Compiling clap v4.5.35
27562025-06-17T17:49:25.426Z 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=77242516cfbdfaa9 -C extra-filename=-90c96192c5b4ba90 --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-4d2a292cd42c0fd7.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-1da1b4a8417ed643.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9b8e2c4257d31372.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-c1404b9710661a5a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-59ff3ebd8b679676.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572025-06-17T17:49:25.426Z 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.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=e528fd26b1c7e233 -C extra-filename=-5db4581f092629bd --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-86a67e4d44f49204.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-59c4c25bf92446f4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582025-06-17T17:49:25.626Z Compiling ipnetwork v0.21.1
27592025-06-17T17:49:25.652Z 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=5fb586c5450e1dd4 -C extra-filename=-079fb96fdf9cca87 --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-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602025-06-17T17:49:26.163Z 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=77eea8a8c460408e -C extra-filename=-3bae33c73363af34 --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-0c3f9f9074fd84d6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4df1d1c7c945f588.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-6e48b675f334dd40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
27612025-06-17T17:49:26.258Z Compiling ucd-trie v0.1.7
27622025-06-17T17:49:26.258Z 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=-93393122bde76d9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632025-06-17T17:49:26.388Z Compiling winnow v0.5.40
27642025-06-17T17:49:26.413Z 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=-be7caf338c4608ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652025-06-17T17:49:26.658Z Compiling tokio-native-tls v0.3.1
27662025-06-17T17:49:26.696Z 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=e671b604d202fe0e -C extra-filename=-329c8fb1d4afb82a --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-3bae33c73363af34.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27672025-06-17T17:49:26.721Z Compiling pest v2.7.14
27682025-06-17T17:49:26.721Z 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=5dd0815a254878a1 -C extra-filename=-47cc135d8a974a73 --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-6461ceff8954e4ce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-93393122bde76d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692025-06-17T17:49:26.755Z Compiling zerocopy v0.8.25
27702025-06-17T17:49:26.780Z 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.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=ec352d8198eed401 -C extra-filename=-bb9c1cd8862c99ec --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-bb9c1cd8862c99ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712025-06-17T17:49:26.961Z Compiling hyper-tls v0.6.0
27722025-06-17T17:49:26.987Z 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=689ac37d79739195 -C extra-filename=-fbe578c49d455daa --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-5d6c1e9618f55f42.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a4afd14cb428eb53.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-3bae33c73363af34.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-329c8fb1d4afb82a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27732025-06-17T17:49:27.358Z Compiling signature v2.2.0
27742025-06-17T17:49:27.384Z 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=1cb489d1641115b5 -C extra-filename=-fe9fee921fbfb20e --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-4819c0fb8a967ba9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752025-06-17T17:49:27.513Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-bb9c1cd8862c99ec/build-script-build`
27762025-06-17T17:49:27.553Z Compiling scroll_derive v0.12.0
27772025-06-17T17:49:27.578Z 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=9c4b221e71e3f9bd -C extra-filename=-16405648cbc37068 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782025-06-17T17:49:27.624Z Compiling zerocopy-derive v0.8.25
27792025-06-17T17:49:27.649Z 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.25/src/lib.rs --error-format=json --json=diagnostic-rendered-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=e366c2745484ff04 -C extra-filename=-2ee2e42a023f80ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802025-06-17T17:49:27.675Z Compiling toml_write v0.1.1
27812025-06-17T17:49:27.675Z 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.1/src/lib.rs --error-format=json --json=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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=664ca428822214aa -C extra-filename=-76b2168571226076 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822025-06-17T17:49:27.715Z Compiling data-encoding v2.6.0
27832025-06-17T17:49:27.740Z 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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=138c5975bb42c88a -C extra-filename=-48ef01d1b4729c3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842025-06-17T17:49:28.099Z Compiling winnow v0.7.10
27852025-06-17T17:49:28.125Z 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=-1eb43030107365d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862025-06-17T17:49:28.364Z Compiling tinyvec_macros v0.1.1
27872025-06-17T17:49:28.390Z 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=-47258b81c2acc1d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882025-06-17T17:49:28.504Z Compiling plain v0.2.3
27892025-06-17T17:49:28.530Z 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=-99923c2741c78449 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902025-06-17T17:49:28.707Z Compiling siphasher v0.3.11
27912025-06-17T17:49:28.740Z 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=-476a87f7f513ad72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922025-06-17T17:49:28.785Z Compiling scroll v0.12.0
27932025-06-17T17:49:28.810Z 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=d45e1491272f6fe9 -C extra-filename=-97a8d44bb49ffee7 --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-16405648cbc37068.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942025-06-17T17:49:29.084Z Compiling toml_edit v0.19.15
27952025-06-17T17:49:29.109Z 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=58f704fa6f2cb92d -C extra-filename=-e76c8daf0a9e73b2 --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-56a830621ceec454.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b1bfaaa4ff399fe1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-1a53d49653501b73.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-be7caf338c4608ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962025-06-17T17:49:29.195Z Compiling pest_meta v2.7.14
27972025-06-17T17:49:29.220Z 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=293ef08fabbb8b8c -C extra-filename=-abef2ae21216464e --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-2a147402c71c6c21.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-47cc135d8a974a73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982025-06-17T17:49:29.245Z Compiling goblin v0.8.2
27992025-06-17T17:49:29.280Z 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=51c7594b648b8d8f -C extra-filename=-8458a4fa7b161a64 --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-0c3f9f9074fd84d6.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-99923c2741c78449.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-97a8d44bb49ffee7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002025-06-17T17:49:29.305Z Compiling phf_shared v0.11.2
28012025-06-17T17:49:29.305Z 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=-c3d33902be3a3c7a --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-476a87f7f513ad72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022025-06-17T17:49:29.331Z Compiling tinyvec v1.8.0
28032025-06-17T17:49:29.378Z 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=-325532fcd294f993 --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-47258b81c2acc1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042025-06-17T17:49:29.659Z Compiling usdt-impl v0.5.0
28052025-06-17T17:49:29.684Z 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=-1a1416f23c19b077 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-1a1416f23c19b077 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062025-06-17T17:49:30.053Z Compiling pretty-hex v0.4.1
28072025-06-17T17:49:30.078Z 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=-1a836bdbd14b3195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082025-06-17T17:49:30.287Z 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.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=2134cf9ed0d463fa -C extra-filename=-b755c5a6bb05839b --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-2ee2e42a023f80ec.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
28092025-06-17T17:49:30.370Z Compiling bitflags v1.3.2
28102025-06-17T17:49:30.395Z 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=-be8aff341cdf0f9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112025-06-17T17:49:30.516Z Compiling pest_generator v2.7.14
28122025-06-17T17:49:30.541Z 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=3ece796ee92fc222 -C extra-filename=-a143433d25293c16 --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-47cc135d8a974a73.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-abef2ae21216464e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132025-06-17T17:49:30.598Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-1a1416f23c19b077/build-script-build`
28142025-06-17T17:49:30.778Z Compiling sha1 v0.10.6
28152025-06-17T17:49:30.805Z 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=b632f15998dabb51 -C extra-filename=-b55f9577dc663577 --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-3de3afdffd237457.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4819c0fb8a967ba9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162025-06-17T17:49:31.097Z Compiling toml_edit v0.22.26
28172025-06-17T17:49:31.122Z 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.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' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=c727494eee39ad15 -C extra-filename=-5f13081d5dce1f3d --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-56a830621ceec454.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b1bfaaa4ff399fe1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-1a53d49653501b73.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-76b2168571226076.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1eb43030107365d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182025-06-17T17:49:31.179Z Compiling num-integer v0.1.46
28192025-06-17T17:49:31.205Z 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=-a8d9c42ce3064789 --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-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202025-06-17T17:49:31.789Z Compiling thread-id v4.2.2
28212025-06-17T17:49:31.814Z 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=ca1aa191c06e3ffe -C extra-filename=-a1e9b5613911de3c --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222025-06-17T17:49:31.936Z Compiling crc32fast v1.4.2
28232025-06-17T17:49:31.961Z 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=-d745b8ddf068285d --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-3de3afdffd237457.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242025-06-17T17:49:31.986Z Compiling unicode-segmentation v1.12.0
28252025-06-17T17:49:31.986Z 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=-360547933b906551 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262025-06-17T17:49:32.287Z Compiling static_assertions v1.1.0
28272025-06-17T17:49:32.312Z 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=-722f924b2fade996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282025-06-17T17:49:32.430Z Compiling base16ct v0.2.0
28292025-06-17T17:49:32.455Z 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=-2fad40719046d586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302025-06-17T17:49:32.667Z Compiling pest_derive v2.7.14
28312025-06-17T17:49:32.706Z 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=035bb4213e9339c3 -C extra-filename=-61d432139eb67ed6 --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-47cc135d8a974a73.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-a143433d25293c16.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322025-06-17T17:49:32.735Z Compiling sec1 v0.7.3
28332025-06-17T17:49:32.768Z 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=539b6b9406e57eac -C extra-filename=-275829a21a0934eb --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-2fad40719046d586.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-86dc450592e58195.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4923f36f839db742.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342025-06-17T17:49:32.793Z Compiling oxnet v0.1.2
28352025-06-17T17:49:32.818Z 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=6404843b1c1da3b7 -C extra-filename=-b2cc2d8d42410241 --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-079fb96fdf9cca87.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362025-06-17T17:49:33.162Z Compiling hubpack_derive v0.1.1
28372025-06-17T17:49:33.187Z 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=-ac58161a22a25e08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382025-06-17T17:49:33.282Z Compiling crossbeam-epoch v0.9.18
28392025-06-17T17:49:33.307Z 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=-31712546fcde96fc --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-7359b4299789c5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402025-06-17T17:49:33.479Z Compiling bstr v1.10.0
28412025-06-17T17:49:33.504Z 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=-74fae681615b10bb --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-6461ceff8954e4ce.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422025-06-17T17:49:33.528Z Compiling dtrace-parser v0.2.0
28432025-06-17T17:49:33.529Z 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=e0d5b6fc0c5be077 -C extra-filename=-8db4de405a8ad8c3 --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-47cc135d8a974a73.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-61d432139eb67ed6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442025-06-17T17:49:33.932Z Compiling ff v0.13.0
28452025-06-17T17:49:33.957Z 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=964a94c2ef85215f -C extra-filename=-fbfa3fae7af13bb2 --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-2303bba6afbdc220.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462025-06-17T17:49:34.033Z Compiling unicode-width v0.2.0
28472025-06-17T17:49:34.058Z 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=-f8e3d5f3ac8a66c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482025-06-17T17:49:34.186Z Compiling dof v0.3.0
28492025-06-17T17:49:34.211Z 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=b84ea239c71f6297 -C extra-filename=-9fc69d5c4eb5f54b --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-8458a4fa7b161a64.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86d4ae5d34df00b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502025-06-17T17:49:34.523Z Compiling heck v0.4.1
28512025-06-17T17:49:34.548Z 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=-983699ac8dfc5d2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522025-06-17T17:49:34.687Z Compiling group v0.13.0
28532025-06-17T17:49:34.727Z 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=a8543b2d9cea43a1 -C extra-filename=-d2ae1774cbcf81ea --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-fbfa3fae7af13bb2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542025-06-17T17:49:34.816Z Compiling hubpack v0.1.2
28552025-06-17T17:49:34.842Z 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=b8b9d285ae668752 -C extra-filename=-13b29d216221c8e7 --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-ac58161a22a25e08.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562025-06-17T17:49:34.911Z 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=df0cbc861e30c523 -C extra-filename=-62d4e1c26dbfe5eb --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-bd9324fe48e620f7.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9fc69d5c4eb5f54b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8db4de405a8ad8c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a1e9b5613911de3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
28572025-06-17T17:49:35.036Z Compiling num-iter v0.1.45
28582025-06-17T17:49:35.062Z 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=-b1af0a1645222b48 --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-a8d9c42ce3064789.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592025-06-17T17:49:35.099Z Compiling strum_macros v0.26.4
28602025-06-17T17:49:35.125Z 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=81d0de7974f869ab -C extra-filename=-2c3edb2c616c3ea7 --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-973fa8e1d737893b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-148d4a25b6a900e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612025-06-17T17:49:35.296Z Compiling hkdf v0.12.4
28622025-06-17T17:49:35.321Z 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=847a6291c986f7ee -C extra-filename=-7610e41b38d972ad --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-eceeae9dfa8a7001.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632025-06-17T17:49:35.346Z Compiling crypto-bigint v0.5.5
28642025-06-17T17:49:35.346Z 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=54e3e012a39b4d8c -C extra-filename=-d61c37987a672107 --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-5a41f0b5a4a31464.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652025-06-17T17:49:35.595Z Compiling bzip2-sys v0.1.13+1.0.8
28662025-06-17T17:49:35.620Z 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=741b345240b14c4f -C extra-filename=-8cf1aaf32e382a36 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8cf1aaf32e382a36 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9c0f0e3c46931341.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672025-06-17T17:49:35.728Z Compiling memmap v0.7.0
28682025-06-17T17:49:35.753Z 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=fc397e0faf4fe72a -C extra-filename=-99ffd596abedb4e0 --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692025-06-17T17:49:36.061Z Compiling num-bigint-dig v0.8.4
28702025-06-17T17:49:36.087Z 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=-a558fb6f75232e6e --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a558fb6f75232e6e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712025-06-17T17:49:36.127Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8cf1aaf32e382a36/build-script-build`
28722025-06-17T17:49:36.166Z Compiling crossbeam-deque v0.8.5
28732025-06-17T17:49:36.191Z 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=-03eeb3299729bc03 --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-31712546fcde96fc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742025-06-17T17:49:36.439Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a558fb6f75232e6e/build-script-build`
28752025-06-17T17:49:36.491Z Compiling flate2 v1.1.2
28762025-06-17T17:49:36.516Z 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="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=c4cc077e3938653b -C extra-filename=-13e2f3155af59d16 --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-d745b8ddf068285d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6988ec5fa265824a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772025-06-17T17:49:36.542Z Compiling unicode-xid v0.2.6
28782025-06-17T17:49:36.542Z 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=-61828afd5cf1b997 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792025-06-17T17:49:36.755Z Compiling newtype-uuid v1.2.2
28802025-06-17T17:49:36.780Z 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.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="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=535e37643583dcbf -C extra-filename=-057ee621dd65e6e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-057ee621dd65e6e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812025-06-17T17:49:36.855Z 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=83356d3a91d4385d -C extra-filename=-11dd3877f51b14f7 --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-bd9324fe48e620f7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-52e190b49346b5a0.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
28822025-06-17T17:49:36.894Z Compiling usdt-attr-macro v0.5.0
28832025-06-17T17:49:36.919Z 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=bf1b02acd3d4855b -C extra-filename=-10bd8158386e4f27 --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-8db4de405a8ad8c3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-62d4e1c26dbfe5eb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842025-06-17T17:49:37.124Z Compiling usdt-macro v0.5.0
28852025-06-17T17:49:37.150Z 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=4688fdacbf9fee81 -C extra-filename=-bf6546c87cb1c31a --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-8db4de405a8ad8c3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-62d4e1c26dbfe5eb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862025-06-17T17:49:37.261Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-057ee621dd65e6e7/build-script-build`
28872025-06-17T17:49:37.315Z Compiling pkcs1 v0.7.5
28882025-06-17T17:49:37.341Z 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=0cae1e44c7ffa129 -C extra-filename=-11e01f7962ab4bca --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-86dc450592e58195.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4923f36f839db742.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2de2a39b28629dce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892025-06-17T17:49:37.560Z 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=d14daf65d4616e54 -C extra-filename=-62dc156102bf3ccc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -l static=bz2`
28902025-06-17T17:49:37.739Z Compiling curve25519-dalek v4.1.3
28912025-06-17T17:49:37.764Z 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=94659da3427590e5 -C extra-filename=-920f39a66fa2443e --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-920f39a66fa2443e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c42e7e0fc277399.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922025-06-17T17:49:38.082Z Compiling elliptic-curve v0.13.8
28932025-06-17T17:49:38.107Z 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=cde67f495214cfa6 -C extra-filename=-7377c6d50ff135cc --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-2fad40719046d586.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-d61c37987a672107.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4819c0fb8a967ba9.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-fbfa3fae7af13bb2.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d2ae1774cbcf81ea.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7610e41b38d972ad.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4923f36f839db742.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-275829a21a0934eb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942025-06-17T17:49:38.404Z Compiling zstd-sys v2.0.14+zstd.1.5.7
28952025-06-17T17:49:38.430Z 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=1f077b7ea897abbe -C extra-filename=-09fbaa148ccf67c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-09fbaa148ccf67c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9c0f0e3c46931341.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962025-06-17T17:49:38.456Z Compiling itertools v0.10.5
28972025-06-17T17:49:38.500Z 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=6f98638a230bd0bd -C extra-filename=-c919e9c07f8e06f6 --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-ed761dbd9a6ae688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982025-06-17T17:49:38.553Z Compiling usdt v0.5.0
28992025-06-17T17:49:38.578Z 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=f22af29bfa442e1e -C extra-filename=-185e55c84d3889a9 --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-9fc69d5c4eb5f54b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8db4de405a8ad8c3.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-8458a4fa7b161a64.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-99ffd596abedb4e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-10bd8158386e4f27.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-62d4e1c26dbfe5eb.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-bf6546c87cb1c31a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002025-06-17T17:49:38.793Z Compiling strum v0.26.3
29012025-06-17T17:49:38.818Z 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=fcf9e5167f23b47a -C extra-filename=-c026122e39579104 --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-2c3edb2c616c3ea7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022025-06-17T17:49:38.860Z Compiling ahash v0.8.11
29032025-06-17T17:49:38.886Z 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=-c55cee3548e3d26f --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-c55cee3548e3d26f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042025-06-17T17:49:39.007Z Compiling rayon-core v1.12.1
29052025-06-17T17:49:39.033Z 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=-fd10f72247f301f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-fd10f72247f301f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062025-06-17T17:49:39.064Z Compiling signal-hook v0.3.17
29072025-06-17T17:49:39.064Z 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.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=6f93069a52ec085f -C extra-filename=-5544964e70527a4a --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-5544964e70527a4a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082025-06-17T17:49:39.169Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-09fbaa148ccf67c8/build-script-build`
29092025-06-17T17:49:39.273Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-c55cee3548e3d26f/build-script-build`
29102025-06-17T17:49:39.356Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-fd10f72247f301f8/build-script-build`
29112025-06-17T17:49:39.401Z Compiling rsa v0.9.6
29122025-06-17T17:49:39.401Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-5544964e70527a4a/build-script-build`
29132025-06-17T17:49:39.427Z 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=4718167f6d4e5a2d -C extra-filename=-14b19496d7ae46e1 --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-e55f68fe8b969bcd.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4819c0fb8a967ba9.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-11dd3877f51b14f7.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-11e01f7962ab4bca.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4923f36f839db742.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-fe9fee921fbfb20e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2de2a39b28629dce.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142025-06-17T17:49:39.474Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-920f39a66fa2443e/build-script-build`
29152025-06-17T17:49:39.518Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=d69bb13797794704 -C extra-filename=-db94dbc9c3de2035 --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-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
29162025-06-17T17:49:39.633Z Compiling toml v0.7.8
29172025-06-17T17:49:39.659Z 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=f46b6160894b5408 -C extra-filename=-72422bb88050bd70 --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-3797518153757616.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b1bfaaa4ff399fe1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-1a53d49653501b73.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e76c8daf0a9e73b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182025-06-17T17:49:39.890Z Compiling unicode-normalization v0.1.24
29192025-06-17T17:49:39.916Z 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=-c13988823d7f23c5 --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-325532fcd294f993.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202025-06-17T17:49:39.959Z Compiling rfc6979 v0.4.0
29212025-06-17T17:49:39.984Z 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=a9da0947ddbcb2de -C extra-filename=-0619a7fca656e0c6 --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-eceeae9dfa8a7001.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222025-06-17T17:49:40.264Z Compiling daft-derive v0.1.3
29232025-06-17T17:49:40.289Z 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=839ec16dc3c52f52 -C extra-filename=-6244d583ecf3518c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242025-06-17T17:49:40.679Z Compiling curve25519-dalek-derive v0.1.1
29252025-06-17T17:49:40.705Z 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=19f256fbe5e68b17 -C extra-filename=-1a945e7eb0a0c6fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262025-06-17T17:49:40.853Z Compiling memoffset v0.9.1
29272025-06-17T17:49:40.879Z 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=-d3306130064414d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-d3306130064414d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282025-06-17T17:49:40.941Z Compiling managed v0.8.0
29292025-06-17T17:49:40.967Z 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=-546499f45209a4df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302025-06-17T17:49:41.216Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d3306130064414d8/build-script-build`
29312025-06-17T17:49:41.368Z Compiling ecdsa v0.16.9
29322025-06-17T17:49:41.408Z 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=6bdb4372c70977c9 -C extra-filename=-49894938c024bc9b --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-86dc450592e58195.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4819c0fb8a967ba9.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7377c6d50ff135cc.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-0619a7fca656e0c6.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-fe9fee921fbfb20e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2de2a39b28629dce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332025-06-17T17:49:41.434Z 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.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=61b863707be10fa8 -C extra-filename=-91982100f47b54b8 --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-8cf0273e9bc6b4ef.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-dbfa4732e3cd5706.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342025-06-17T17:49:41.693Z Compiling daft v0.1.3
29352025-06-17T17:49:41.719Z 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=57301af9692f7492 -C extra-filename=-dbcbe6c32d49e34b --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-6244d583ecf3518c.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-db94dbc9c3de2035.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362025-06-17T17:49:41.939Z 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=d8b093b0134e3db6 -C extra-filename=-be0312d4cc2106db --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-3de3afdffd237457.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-1a945e7eb0a0c6fe.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4819c0fb8a967ba9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
29372025-06-17T17:49:42.116Z 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=845ef47092a88efd -C extra-filename=-ae82eed8e16fffa3 --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-3de3afdffd237457.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d675cde62c0b25c7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86d4ae5d34df00b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
29382025-06-17T17:49:42.186Z Compiling x509-cert v0.2.5
29392025-06-17T17:49:42.212Z 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=56b82ef7c8fbb701 -C extra-filename=-37ca749e972e1092 --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-e55f68fe8b969bcd.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-86dc450592e58195.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2de2a39b28629dce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402025-06-17T17:49:42.238Z Compiling fixedbitset v0.4.2
29412025-06-17T17:49:42.238Z 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=-28036b58c2f193fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422025-06-17T17:49:42.644Z Compiling zstd-safe v7.2.3
29432025-06-17T17:49:42.670Z 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=-329664a3737bad5d --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-329664a3737bad5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442025-06-17T17:49:42.696Z Compiling precomputed-hash v0.1.1
29452025-06-17T17:49:42.696Z 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=-2c14360bf6ee125e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462025-06-17T17:49:42.859Z Compiling new_debug_unreachable v1.0.6
29472025-06-17T17:49:42.885Z 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=-8b4e895896a22e10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482025-06-17T17:49:42.999Z Compiling string_cache v0.8.9
29492025-06-17T17:49:43.025Z 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=e5a988c6db8b91da -C extra-filename=-af3f0c8edfd15579 --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-8b4e895896a22e10.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-350e0472b85021fc.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-2c14360bf6ee125e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502025-06-17T17:49:43.051Z Compiling petgraph v0.6.5
29512025-06-17T17:49:43.051Z 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=e1a0748281dbddb2 -C extra-filename=-7c9e2d421731f02f --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-28036b58c2f193fa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522025-06-17T17:49:43.417Z 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=-8d08de17c8080ce8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of`
29532025-06-17T17:49:43.577Z 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=-61f364f613778fdd --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-03eeb3299729bc03.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542025-06-17T17:49:44.887Z Compiling rand_core v0.9.2
29552025-06-17T17:49:44.919Z 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=80e044b6bbf2914d -C extra-filename=-57fd7010d2e6f819 --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-5df1821aa7bb7d13.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562025-06-17T17:49:45.362Z Compiling ed25519 v2.2.3
29572025-06-17T17:49:45.388Z 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=3a7af04e26cd8468 -C extra-filename=-3541883ddde9ab2c --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-4923f36f839db742.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-fe9fee921fbfb20e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582025-06-17T17:49:45.622Z Compiling enum-as-inner v0.6.1
29592025-06-17T17:49:45.647Z 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=2b9b44ef707e31e2 -C extra-filename=-d3333394a65bc480 --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-973fa8e1d737893b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602025-06-17T17:49:45.673Z Compiling cfg_aliases v0.2.1
29612025-06-17T17:49:45.673Z 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=-f49e3f28a60c75c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622025-06-17T17:49:45.813Z Compiling nix v0.29.0
29632025-06-17T17:49:45.839Z 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=-635ff7a21040d961 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-635ff7a21040d961 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-f49e3f28a60c75c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642025-06-17T17:49:46.177Z Compiling ed25519-dalek v2.1.1
29652025-06-17T17:49:46.203Z 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=8b32449501beb733 -C extra-filename=-fe891bdd726b7d63 --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-be0312d4cc2106db.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-3541883ddde9ab2c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-fe9fee921fbfb20e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662025-06-17T17:49:46.579Z Compiling rand_chacha v0.9.0
29672025-06-17T17:49:46.605Z 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=7a62267f9cc57b1f -C extra-filename=-34985191e74eb11c --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-833a6f2afb35dc9f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57fd7010d2e6f819.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682025-06-17T17:49:46.635Z Compiling hickory-proto v0.24.4
29692025-06-17T17:49:46.635Z 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="default"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=5dcb256cd08d7a27 -C extra-filename=-9fdee76a63cbb7f5 --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-178f17d25fe9aeb4.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-48ef01d1b4729c3d.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-d3333394a65bc480.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9b8e2c4257d31372.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-325532fcd294f993.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702025-06-17T17:49:46.910Z Compiling signal-hook-mio v0.2.4
29712025-06-17T17:49:46.936Z 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=8f0acfbe2fdfa8fb -C extra-filename=-c723b571c82acb5e --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-8cf0273e9bc6b4ef.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-b511f58f5ba76c42.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-91982100f47b54b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722025-06-17T17:49:47.112Z Compiling bzip2 v0.4.4
29732025-06-17T17:49:47.137Z 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=40af079383f24050 -C extra-filename=-7d33644315ce24b9 --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-62dc156102bf3ccc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib`
29742025-06-17T17:49:47.348Z Compiling heapless v0.7.17
29752025-06-17T17:49:47.374Z 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=70ad59e25297fc70 -C extra-filename=-b2d6246391a59eb2 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-b2d6246391a59eb2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c42e7e0fc277399.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762025-06-17T17:49:47.486Z Compiling lalrpop-util v0.19.12
29772025-06-17T17:49:47.511Z 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=-45fc1ecef8334f2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782025-06-17T17:49:47.574Z Compiling bumpalo v3.16.0
29792025-06-17T17:49:47.600Z 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=-6aaad6148977693c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802025-06-17T17:49:47.714Z Compiling lockfree-object-pool v0.1.6
29812025-06-17T17:49:47.740Z 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=-e7bf1d027174f454 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822025-06-17T17:49:47.773Z Compiling zip v2.6.1
29832025-06-17T17:49:47.773Z 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/zip-2.6.1/src/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "getrandom", "hmac", "jiff-02", "lzma", "lzma-rs", "nt-time", "pbkdf2", "proc-macro2", "sha1", "time", "unreserved", "xz", "zeroize", "zopfli", "zstd"))' -C metadata=261cc4ade47b3b61 -C extra-filename=-7ec87a07c4ef1303 --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-7ec87a07c4ef1303 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842025-06-17T17:49:47.817Z Compiling simd-adler32 v0.3.7
29852025-06-17T17:49:47.842Z 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=-51c2577908a0ba33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862025-06-17T17:49:47.877Z Compiling rustc-hash v2.1.1
29872025-06-17T17:49:47.906Z 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=-6150782b8ea62017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882025-06-17T17:49:48.009Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-b2d6246391a59eb2/build-script-build`
29892025-06-17T17:49:48.053Z Compiling zip v0.6.6
29902025-06-17T17:49:48.079Z 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=4c1e5d7255ab8235 -C extra-filename=-f03ccb089c3f1440 --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-bd9324fe48e620f7.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-7d33644315ce24b9.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d745b8ddf068285d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib`
29912025-06-17T17:49:48.114Z Compiling crossterm v0.28.1
29922025-06-17T17:49:48.140Z 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=60b5b68e3a207c37 -C extra-filename=-6ff88f67fbbb4186 --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-beab76081c319986.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-b511f58f5ba76c42.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-350e0472b85021fc.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-21107336716e293c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-91982100f47b54b8.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-c723b571c82acb5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932025-06-17T17:49:48.166Z Compiling rand v0.9.0
29942025-06-17T17:49:48.166Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-7ec87a07c4ef1303/build-script-build`
29952025-06-17T17:49:48.166Z 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=d96df3b022eebdf7 -C extra-filename=-2fd3892d573096de --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-34985191e74eb11c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57fd7010d2e6f819.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962025-06-17T17:49:48.262Z Compiling zopfli v0.8.1
29972025-06-17T17:49:48.288Z 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=ee4fb7cfe9ea6242 -C extra-filename=-5040540ab6788819 --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-6aaad6148977693c.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d745b8ddf068285d.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-e7bf1d027174f454.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-51c2577908a0ba33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982025-06-17T17:49:48.341Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-635ff7a21040d961/build-script-build`
29992025-06-17T17:49:48.399Z Compiling bzip2 v0.5.2
30002025-06-17T17:49:48.425Z 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=1b5edaf404847253 -C extra-filename=-cb9836fef6862a1f --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-62dc156102bf3ccc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib`
30012025-06-17T17:49:48.796Z Compiling console v0.15.10
30022025-06-17T17:49:48.822Z 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=3e2d8b76e27078fa -C extra-filename=-8c9cf05edfba37d5 --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-8cf0273e9bc6b4ef.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f8e3d5f3ac8a66c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032025-06-17T17:49:49.163Z Compiling hash32 v0.2.1
30042025-06-17T17:49:49.189Z 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=-9e2a994cc2ca235b --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-bd9324fe48e620f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052025-06-17T17:49:49.538Z Compiling winnow v0.6.26
30062025-06-17T17:49:49.564Z 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=-4160d46f2ca5230e --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-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072025-06-17T17:49:49.633Z Compiling unicode-properties v0.1.3
30082025-06-17T17:49:49.659Z 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=-a0e0977a74aa9a9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092025-06-17T17:49:49.698Z Compiling smoltcp v0.9.1
30102025-06-17T17:49:49.724Z 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=-cfd4949fefb508f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-cfd4949fefb508f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112025-06-17T17:49:49.943Z Compiling unicode-bidi v0.3.17
30122025-06-17T17:49:49.971Z 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=-b6b415bde6543573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132025-06-17T17:49:50.013Z Compiling buf-list v1.0.3
30142025-06-17T17:49:50.039Z 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=-0f620de063912105 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-0f620de063912105 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152025-06-17T17:49:50.366Z Compiling portable-atomic v1.11.0
30162025-06-17T17:49:50.392Z 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=-2657fdf881e8a8f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-2657fdf881e8a8f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172025-06-17T17:49:50.657Z Compiling predicates-core v1.0.8
30182025-06-17T17:49:50.684Z 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=-44f787477a210ef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192025-06-17T17:49:50.785Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-329664a3737bad5d/build-script-build`
30202025-06-17T17:49:50.849Z 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=a434e699089d38a4 -C extra-filename=-7227b5c9b59dc829 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -l static=zstd`
30212025-06-17T17:49:50.940Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-0f620de063912105/build-script-build`
30222025-06-17T17:49:50.998Z Compiling stringprep v0.1.5
30232025-06-17T17:49:51.024Z 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=-65b8d77881977686 --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-b6b415bde6543573.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-c13988823d7f23c5.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-a0e0977a74aa9a9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242025-06-17T17:49:51.053Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-cfd4949fefb508f0/build-script-build`
30252025-06-17T17:49:51.095Z 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=c24b064b64f12adc -C extra-filename=-83c9fdebc58c1ceb --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-7227b5c9b59dc829.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
30262025-06-17T17:49:51.141Z 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=07af21705fc8e534 -C extra-filename=-e45acd00ab0e83cd --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-9e2a994cc2ca235b.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-24cb4a3f30bb21bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
30272025-06-17T17:49:51.186Z 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=1a3ca4d10edab694 -C extra-filename=-d0a0301c0c614fc2 --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-beab76081c319986.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-8d08de17c8080ce8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
30282025-06-17T17:49:51.275Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-2657fdf881e8a8f0/build-script-build`
30292025-06-17T17:49:51.378Z Compiling rayon v1.10.0
30302025-06-17T17:49:51.404Z 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=89cf1d4c767883ee -C extra-filename=-430d859215fc2171 --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-ed761dbd9a6ae688.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-61f364f613778fdd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312025-06-17T17:49:51.518Z Compiling zstd v0.13.3
30322025-06-17T17:49:51.543Z 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=3137378618b29053 -C extra-filename=-c29c0edd72fd5d70 --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-83c9fdebc58c1ceb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
30332025-06-17T17:49:51.870Z Compiling tokio-stream v0.1.17
30342025-06-17T17:49:51.896Z 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=a54c862f816e1313 -C extra-filename=-f80afeb3a4990cd5 --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-cc268f9244d9ad28.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352025-06-17T17:49:52.035Z 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-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="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "getrandom", "hmac", "jiff-02", "lzma", "lzma-rs", "nt-time", "pbkdf2", "proc-macro2", "sha1", "time", "unreserved", "xz", "zeroize", "zopfli", "zstd"))' -C metadata=27b120558596cac7 -C extra-filename=-ef2436a09b786922 --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-cb9836fef6862a1f.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d745b8ddf068285d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-5040540ab6788819.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-c29c0edd72fd5d70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
30362025-06-17T17:49:52.122Z Compiling md-5 v0.10.6
30372025-06-17T17:49:52.148Z 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=202a4164dfce32fa -C extra-filename=-9f0f26d0b5c511fe --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-3de3afdffd237457.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4819c0fb8a967ba9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382025-06-17T17:49:52.430Z Compiling float-cmp v0.10.0
30392025-06-17T17:49:52.455Z 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=-2dc33a91a868594e --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-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402025-06-17T17:49:52.489Z Compiling fs-err v3.1.1
30412025-06-17T17:49:52.516Z 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=-83f6b1f36e326031 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-83f6b1f36e326031 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422025-06-17T17:49:52.712Z Compiling difflib v0.4.0
30432025-06-17T17:49:52.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=-3352eda02888ee0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442025-06-17T17:49:52.763Z Compiling fallible-iterator v0.2.0
30452025-06-17T17:49:52.763Z 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=-88f6b8adc3ca0bc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462025-06-17T17:49:52.845Z Compiling normalize-line-endings v0.3.0
30472025-06-17T17:49:52.871Z 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=-2c2bfc43658c7590 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482025-06-17T17:49:52.923Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-83f6b1f36e326031/build-script-build`
30492025-06-17T17:49:53.025Z 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=1767a342396c4663 -C extra-filename=-cea0ec946525d2ee --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-be8aff341cdf0f9a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-e45acd00ab0e83cd.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502025-06-17T17:49:53.118Z 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=-7bfa30f50eedaa7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("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"))'`
30512025-06-17T17:49:53.382Z Compiling postgres-protocol v0.6.8
30522025-06-17T17:49:53.408Z 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=8e1701136cd2b825 -C extra-filename=-d688ea20fb958af5 --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-47534339b40df4f4.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-88f6b8adc3ca0bc5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eceeae9dfa8a7001.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-9f0f26d0b5c511fe.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2fd3892d573096de.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-65b8d77881977686.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532025-06-17T17:49:53.844Z Compiling predicates v3.1.3
30542025-06-17T17:49:53.870Z 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=24ddd19cefbaee6e -C extra-filename=-14b6e25768d4002a --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-f0d665ae03ab89d5.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-3352eda02888ee0f.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-2dc33a91a868594e.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-2c2bfc43658c7590.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-44f787477a210ef1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552025-06-17T17:49:53.925Z 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=56f19e98d16f8b27 -C extra-filename=-e9174a871a94f16a --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-5d6c1e9618f55f42.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
30562025-06-17T17:49:54.212Z Compiling strum_macros v0.25.3
30572025-06-17T17:49:54.238Z 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=a0b813b52df964b3 -C extra-filename=-ba5c72f125de0e60 --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-983699ac8dfc5d2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-148d4a25b6a900e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582025-06-17T17:49:54.264Z Compiling similar v2.7.0
30592025-06-17T17:49:54.316Z 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=-0559c45c5f37fd70 --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-74fae681615b10bb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-360547933b906551.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602025-06-17T17:49:54.390Z Compiling phf v0.11.2
30612025-06-17T17:49:54.416Z 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=-7d36d1187c824df7 --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-c3d33902be3a3c7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622025-06-17T17:49:54.464Z Compiling serde-big-array v0.5.1
30632025-06-17T17:49:54.489Z 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=53c069039ae596bd -C extra-filename=-a09db9ac982bc600 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642025-06-17T17:49:54.706Z Compiling serde_repr v0.1.19
30652025-06-17T17:49:54.742Z 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=313731a5772fe2a2 -C extra-filename=-8e4a15112b19aa56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662025-06-17T17:49:54.767Z Compiling peg-runtime v0.8.5
30672025-06-17T17:49:54.767Z Compiling number_prefix v0.4.0
30682025-06-17T17:49:54.767Z 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=-1d5d7e38952c741d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692025-06-17T17:49:54.767Z 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=-517d2876978551d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702025-06-17T17:49:55.066Z Compiling indicatif v0.17.11
30712025-06-17T17:49:55.091Z 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=e81f0da8f40584f5 -C extra-filename=-d097d037ddf35510 --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-8c9cf05edfba37d5.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-517d2876978551d7.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-7bfa30f50eedaa7d.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f8e3d5f3ac8a66c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722025-06-17T17:49:55.165Z Compiling postgres-types v0.2.9
30732025-06-17T17:49:55.190Z 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=d2a6bc06c9c74027 -C extra-filename=-4772433b0281b4bd --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-5d6c1e9618f55f42.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-88f6b8adc3ca0bc5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-d688ea20fb958af5.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742025-06-17T17:49:55.250Z 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=c2788c013b6cadd4 -C extra-filename=-dfa41c295b49ba02 --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-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
30752025-06-17T17:49:55.363Z Compiling whoami v1.5.2
30762025-06-17T17:49:55.389Z 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.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=56eadb9bd253c302 -C extra-filename=-521af590f1ebdea1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772025-06-17T17:49:55.851Z Compiling thiserror v2.0.12
30782025-06-17T17:49:55.876Z 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=-834eccd1b445f892 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-834eccd1b445f892 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792025-06-17T17:49:55.916Z Compiling tokio-postgres v0.7.13
30802025-06-17T17:49:55.941Z 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=8b746b7572b502cf -C extra-filename=-54faa13d3d939c88 --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-178f17d25fe9aeb4.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-88f6b8adc3ca0bc5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-350e0472b85021fc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-d688ea20fb958af5.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-4772433b0281b4bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2fd3892d573096de.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ce8f5810df3c54c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-521af590f1ebdea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812025-06-17T17:49:55.974Z Compiling thiserror-impl v2.0.12
30822025-06-17T17:49:55.999Z 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=be9596c362f5314e -C extra-filename=-6541148ce7c07aea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832025-06-17T17:49:56.099Z Compiling camino v1.1.10
30842025-06-17T17:49:56.124Z 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=-9cde8b273b7ddbbd --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-9cde8b273b7ddbbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852025-06-17T17:49:56.303Z Compiling fastrand v2.1.1
30862025-06-17T17:49:56.328Z 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=-227a30ba850577c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872025-06-17T17:49:56.455Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-834eccd1b445f892/build-script-build`
30882025-06-17T17:49:56.700Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-9cde8b273b7ddbbd/build-script-build`
30892025-06-17T17:49:56.805Z 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=5c2cbb1ff279198d -C extra-filename=-fb3f1df37a79266b --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
30902025-06-17T17:49:56.850Z Compiling is-terminal v0.4.13
30912025-06-17T17:49:56.889Z Compiling regress v0.10.3
30922025-06-17T17:49:56.915Z 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=0f4d5dc6c50486db -C extra-filename=-8acba6205a3c588d --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932025-06-17T17:49:56.915Z 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=918bc508fa74b5f3 -C extra-filename=-a8570c2f1c9c1454 --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-5d6c4ad23ea5f468.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942025-06-17T17:49:56.940Z Compiling dirs-sys-next v0.1.2
30952025-06-17T17:49:56.940Z 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=ffddac983b62a6b0 -C extra-filename=-b4e562f579e3c871 --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962025-06-17T17:49:57.043Z Compiling ident_case v1.0.1
30972025-06-17T17:49:57.068Z 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=-68e3e3945ea186a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982025-06-17T17:49:57.258Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
30992025-06-17T17:49:57.296Z 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=9d9d3d89f943db41 -C extra-filename=-ff295c182ec08f3d --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-beab76081c319986.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-13b29d216221c8e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-a09db9ac982bc600.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-8e4a15112b19aa56.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-cea0ec946525d2ee.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ba5c72f125de0e60.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31002025-06-17T17:49:57.296Z Compiling darling_core v0.20.10
31012025-06-17T17:49:57.321Z 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=ef34ebd2d72dc88e -C extra-filename=-9e5373f845f3fc11 --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-4cbe4ea4e54cb639.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-68e3e3945ea186a9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f78af29a5eda1a64.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022025-06-17T17:49:57.471Z Compiling dirs-next v2.0.0
31032025-06-17T17:49:57.496Z 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=22985fd30fa8cc3b -C extra-filename=-b49857fb18fd5659 --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-3de3afdffd237457.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-b4e562f579e3c871.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042025-06-17T17:49:57.578Z Compiling rustix v1.0.7
31052025-06-17T17:49:57.603Z 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=-32e95c3662c211f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-32e95c3662c211f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062025-06-17T17:49:57.700Z Compiling term v0.7.0
31072025-06-17T17:49:57.725Z 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=2b7af4b106c2f0d5 -C extra-filename=-3bac5aa842dc093e --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-b49857fb18fd5659.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082025-06-17T17:49:58.242Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-32e95c3662c211f0/build-script-build`
31092025-06-17T17:49:58.561Z 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=65408e5bbdd0a961 -C extra-filename=-03397d9cbdc5b57a --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-beab76081c319986.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-ad93887c05554acd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
31102025-06-17T17:49:58.677Z 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=4f531501a8c55ad6 -C extra-filename=-293894e97e6386bc --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-6541148ce7c07aea.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
31112025-06-17T17:49:58.823Z Compiling toml v0.8.22
31122025-06-17T17:49:58.849Z 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.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=75336b25fe870fca -C extra-filename=-2b489ae59900c494 --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-3797518153757616.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b1bfaaa4ff399fe1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-1a53d49653501b73.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5f13081d5dce1f3d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132025-06-17T17:49:58.882Z Compiling crossbeam-channel v0.5.15
31142025-06-17T17:49:58.916Z 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=-e27ca64bee1862ba --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-7359b4299789c5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152025-06-17T17:49:59.766Z Compiling thread_local v1.1.8
31162025-06-17T17:49:59.791Z 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=b314efa3c5969ec9 -C extra-filename=-82f28c68eaad3612 --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-3de3afdffd237457.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172025-06-17T17:50:00.083Z Compiling tempfile v3.20.0
31182025-06-17T17:50:00.109Z 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=75d5ea9055220083 -C extra-filename=-bd22b1dbef7d9e2d --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-227a30ba850577c3.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5df1821aa7bb7d13.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-03397d9cbdc5b57a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192025-06-17T17:50:00.315Z Compiling slog-async v2.8.0
31202025-06-17T17:50:00.341Z 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=-c381a5a1cfa3872e --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-c381a5a1cfa3872e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212025-06-17T17:50:00.372Z Compiling take_mut v0.2.2
31222025-06-17T17:50:00.372Z 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=-82098248e0fb9f72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232025-06-17T17:50:00.490Z Compiling unsafe-libyaml v0.2.11
31242025-06-17T17:50:00.515Z 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=-c5151a703ed68b76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252025-06-17T17:50:00.582Z Compiling slog-term v2.9.1
31262025-06-17T17:50:00.608Z 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=5815810b400aea8c -C extra-filename=-9abcb37ff20da6dc --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-8acba6205a3c588d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-3bac5aa842dc093e.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-82f28c68eaad3612.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-59ff3ebd8b679676.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272025-06-17T17:50:00.699Z Compiling quick-error v1.2.3
31282025-06-17T17:50:00.724Z 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=-4a5450cdebef5a61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292025-06-17T17:50:00.853Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-c381a5a1cfa3872e/build-script-build`
31302025-06-17T17:50:00.896Z Compiling match_cfg v0.1.0
31312025-06-17T17:50:00.921Z 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=-841fc7ac89c7ed30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322025-06-17T17:50:00.953Z Compiling hex v0.4.3
31332025-06-17T17:50:00.953Z 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=2809442b6284d70f -C extra-filename=-d1c0841ee202cde3 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342025-06-17T17:50:00.982Z 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=d2cad2f39dd0e51b -C extra-filename=-96e130d625f12bc5 --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-e27ca64bee1862ba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-82098248e0fb9f72.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-82f28c68eaad3612.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
31352025-06-17T17:50:01.054Z Compiling hostname v0.3.1
31362025-06-17T17:50:01.079Z 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=f09c4ed997c342c3 -C extra-filename=-af5d57e25dcad678 --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-8cf0273e9bc6b4ef.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-841fc7ac89c7ed30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372025-06-17T17:50:01.297Z Compiling structmeta-derive v0.3.0
31382025-06-17T17:50:01.322Z 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=05f8d191cc762432 -C extra-filename=-81faf6dc5fd2a838 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392025-06-17T17:50:01.545Z Compiling bit-vec v0.8.0
31402025-06-17T17:50:01.573Z 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=-63f54b76a91629a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412025-06-17T17:50:01.600Z Compiling serde_yaml v0.9.34+deprecated
31422025-06-17T17:50:01.600Z 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=ca98c9bd03cdfcae -C extra-filename=-cdce035019e0cdd8 --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-56a830621ceec454.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e333b6170bff6ca3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-c5151a703ed68b76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432025-06-17T17:50:01.898Z Compiling debug-ignore v1.0.5
31442025-06-17T17:50:01.924Z 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=-46745f9c6835f9eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452025-06-17T17:50:01.988Z Compiling bit-set v0.8.0
31462025-06-17T17:50:02.013Z 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=-1474895ebf0b0b53 --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-63f54b76a91629a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472025-06-17T17:50:02.039Z Compiling wait-timeout v0.2.0
31482025-06-17T17:50:02.078Z 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=0ddd408e22f5eb14 -C extra-filename=-e3f3208c8523e18c --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492025-06-17T17:50:02.110Z Compiling rustls v0.22.4
31502025-06-17T17:50:02.135Z 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=-a5d9830dc5bddc9c --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-a5d9830dc5bddc9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512025-06-17T17:50:02.161Z Compiling darling_macro v0.20.10
31522025-06-17T17:50:02.161Z 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=3f9d19bfca6c4b99 -C extra-filename=-0d84ea859cd1b94a --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-9e5373f845f3fc11.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31532025-06-17T17:50:02.322Z Compiling rusty-fork v0.3.0
31542025-06-17T17:50:02.347Z 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=f8046a3e42762ada -C extra-filename=-90c73eaab0b84ece --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-4cbe4ea4e54cb639.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-4a5450cdebef5a61.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e3f3208c8523e18c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552025-06-17T17:50:02.438Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a5d9830dc5bddc9c/build-script-build`
31562025-06-17T17:50:02.492Z Compiling serde_path_to_error v0.1.17
31572025-06-17T17:50:02.518Z 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=44b79381a761f80e -C extra-filename=-5a1252f0d8a4b7dd --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-52e1d93ca6a73556.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582025-06-17T17:50:02.544Z Compiling rand_xorshift v0.3.0
31592025-06-17T17:50:02.544Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=6a1c793457d25c25 -C extra-filename=-257c01bf74cc3701 --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-2303bba6afbdc220.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602025-06-17T17:50:02.876Z Compiling unarray v0.1.4
31612025-06-17T17:50:02.909Z 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=-49ef8c53e618957c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622025-06-17T17:50:02.934Z Compiling multer v3.1.0
31632025-06-17T17:50:02.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/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=-2d26fdada89b1792 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-2d26fdada89b1792 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642025-06-17T17:50:02.967Z Compiling slog-json v2.6.1
31652025-06-17T17:50:02.967Z 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=06d05d618f0a69d3 -C extra-filename=-f25fd27449fb4e9f --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-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-59ff3ebd8b679676.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662025-06-17T17:50:03.106Z Compiling proptest v1.6.0
31672025-06-17T17:50:03.131Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=da355f3390dd831c -C extra-filename=-fc615a9962c20fcc --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-1474895ebf0b0b53.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-63f54b76a91629a3.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-beab76081c319986.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1418941ba3ffcfc7.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-257c01bf74cc3701.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-90c73eaab0b84ece.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-49ef8c53e618957c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682025-06-17T17:50:03.158Z Compiling darling v0.20.10
31692025-06-17T17:50:03.188Z 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=29a9337d70b7b00e -C extra-filename=-9464675204c606a5 --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-9e5373f845f3fc11.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-0d84ea859cd1b94a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702025-06-17T17:50:03.216Z Compiling async-stream-impl v0.3.6
31712025-06-17T17:50:03.253Z 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=14f93e3c4b441ce6 -C extra-filename=-690badf21112bb4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722025-06-17T17:50:03.282Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-2d26fdada89b1792/build-script-build`
31732025-06-17T17:50:03.324Z Compiling dropshot v0.16.2
31742025-06-17T17:50:03.349Z 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=-f3518f263aa0eec2 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-f3518f263aa0eec2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752025-06-17T17:50:03.374Z Compiling slog-bunyan v2.5.0
31762025-06-17T17:50:03.374Z 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=471f802c9513b444 -C extra-filename=-dc7152997abb4295 --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-af5d57e25dcad678.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-f25fd27449fb4e9f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-59ff3ebd8b679676.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772025-06-17T17:50:03.418Z 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=5ae3c723d2e068cd -C extra-filename=-acb558b20d7de8ad --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-5d6c1e9618f55f42.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-103df2bcb070a288.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-bd816f45ec33d3cd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a9761af3a61b81d.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782025-06-17T17:50:03.552Z Compiling structmeta v0.3.0
31792025-06-17T17:50:03.578Z 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=c1ded3c960ed827c -C extra-filename=-36258188a2b7348a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-81faf6dc5fd2a838.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802025-06-17T17:50:03.640Z Compiling waitgroup v0.1.2
31812025-06-17T17:50:03.665Z 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=-64e0e824a97aa05d --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-b88de53e82c6fffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822025-06-17T17:50:03.697Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-f3518f263aa0eec2/build-script-build`
31832025-06-17T17:50:03.797Z Compiling dropshot_endpoint v0.16.2
31842025-06-17T17:50:03.822Z 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=2122fbab8429eb4a -C extra-filename=-051339e79ebd9bed --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-973fa8e1d737893b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852025-06-17T17:50:03.889Z Compiling hostname v0.4.0
31862025-06-17T17:50:03.929Z 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=ccaca9d0a9f586e1 -C extra-filename=-c761f59ad870a977 --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-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872025-06-17T17:50:03.954Z Compiling test-strategy v0.4.0
31882025-06-17T17:50:03.954Z 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.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=a269dcbb79de3ebf -C extra-filename=-e9dae80dd6e116b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-36258188a2b7348a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31892025-06-17T17:50:04.144Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
31902025-06-17T17:50:04.169Z 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=3ad9813175a7e4c0 -C extra-filename=-faea8cd48a0dbc46 --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-d1c0841ee202cde3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912025-06-17T17:50:04.289Z Compiling serde_with_macros v3.12.0
31922025-06-17T17:50:04.315Z 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=ebe77e90b34556f1 -C extra-filename=-460e9157e90fb85d --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-9464675204c606a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932025-06-17T17:50:04.344Z Compiling typify-impl v0.3.0
31942025-06-17T17:50:04.369Z 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=36f0721a2e132dfd -C extra-filename=-0cd7268369d3b4bc --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-973fa8e1d737893b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952025-06-17T17:50:04.395Z Compiling async-stream v0.3.6
31962025-06-17T17:50:04.421Z 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=03642777cac39873 -C extra-filename=-e2dbc60e44bb725a --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-690badf21112bb4d.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972025-06-17T17:50:04.605Z Compiling macaddr v1.0.1
31982025-06-17T17:50:04.630Z 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=90c1a0de9a194609 -C extra-filename=-4a43eaf5ad8d27ba --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992025-06-17T17:50:04.700Z Compiling instant v0.1.13
32002025-06-17T17:50:04.725Z 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=-a5b7a78a46e97d24 --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-3de3afdffd237457.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012025-06-17T17:50:04.886Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32022025-06-17T17:50:04.912Z 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=0d2a90c67ae5d17d -C extra-filename=-84927989e8808b0d --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-dbcbe6c32d49e34b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-db94dbc9c3de2035.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032025-06-17T17:50:05.019Z Compiling derive-where v1.2.7
32042025-06-17T17:50:05.044Z 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.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=da905a3446668bd0 -C extra-filename=-85e23b5420a509ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052025-06-17T17:50:05.524Z Compiling parse-display-derive v0.10.0
32062025-06-17T17:50:05.549Z 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=c010bde95b7df053 -C extra-filename=-7ed9698b4e1aff69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-36258188a2b7348a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072025-06-17T17:50:06.660Z Compiling serde_with v3.12.0
32082025-06-17T17:50:06.686Z 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=bd91325289bbba62 -C extra-filename=-ed4d36191df23078 --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-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-460e9157e90fb85d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092025-06-17T17:50:07.015Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32102025-06-17T17:50:07.041Z 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=710c29397313ea86 -C extra-filename=-f2b5e1c16c2bd827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112025-06-17T17:50:07.498Z Compiling ref-cast v1.0.24
32122025-06-17T17:50:07.523Z 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=-9ecf350cd9f2ecaa --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-9ecf350cd9f2ecaa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132025-06-17T17:50:07.835Z Compiling ref-cast-impl v1.0.24
32142025-06-17T17:50:07.867Z 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=cb0f2867534067f5 -C extra-filename=-6c5f53984465d212 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152025-06-17T17:50:07.892Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32162025-06-17T17:50:07.892Z 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=3439fd6a572bada5 -C extra-filename=-52454fd2ba1f89cc --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-ddf7ca289917e60a.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-f2b5e1c16c2bd827.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172025-06-17T17:50:08.058Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-9ecf350cd9f2ecaa/build-script-build`
32182025-06-17T17:50:08.138Z Compiling backoff v0.4.0
32192025-06-17T17:50:08.163Z 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=bf920031f899bf20 -C extra-filename=-58b9ce7499bda659 --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-cc268f9244d9ad28.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d675cde62c0b25c7.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a5b7a78a46e97d24.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202025-06-17T17:50:08.188Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
32212025-06-17T17:50:08.188Z 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=a95b3f1ec003397c -C extra-filename=-e68afd6d96d1b0a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222025-06-17T17:50:08.512Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
32232025-06-17T17:50:08.537Z 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/04681f2/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=141ddc3333f63f55 -C extra-filename=-14fb313926774ee2 --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-dbcbe6c32d49e34b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242025-06-17T17:50:08.892Z 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=1ed844cdd95002b8 -C extra-filename=-171db20798bef975 --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-6c5f53984465d212.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
32252025-06-17T17:50:09.085Z Compiling iddqd v0.3.7
32262025-06-17T17:50:09.110Z 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.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(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", "schemars08", "serde", "std"))' -C metadata=3d6581cd2aa45a88 -C extra-filename=-32b6bbccf23120d5 --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-df4c6555eb057f00.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-22ca525b16ae489c.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-fafd2c26c8cb50b7.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5d6c4ad23ea5f468.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-171db20798bef975.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6150782b8ea62017.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272025-06-17T17:50:09.136Z Compiling parse-display v0.10.0
32282025-06-17T17:50:09.172Z 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=8e6bd3e308f1af66 -C extra-filename=-cd0fe46122d3415a --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-7ed9698b4e1aff69.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292025-06-17T17:50:09.430Z Compiling camino-tempfile v1.4.1
32302025-06-17T17:50:09.456Z 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=a941885004365f68 -C extra-filename=-9c553b58b084cbc4 --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-fb3f1df37a79266b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312025-06-17T17:50:09.688Z Compiling unicode-width v0.1.14
32322025-06-17T17:50:09.714Z 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=-21117c0d696a5843 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332025-06-17T17:50:09.776Z Compiling proc-macro-error-attr v1.0.4
32342025-06-17T17:50:09.828Z 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=-a1d73e94cac1324c --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a1d73e94cac1324c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352025-06-17T17:50:09.867Z Compiling proc-macro-error v1.0.4
32362025-06-17T17:50:09.904Z 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=-98f6594da06e7bc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-98f6594da06e7bc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372025-06-17T17:50:09.929Z Compiling proc-macro-crate v1.3.1
32382025-06-17T17:50:09.929Z 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=ae16626609a2db88 -C extra-filename=-bfd3ec13660f01e6 --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-2a147402c71c6c21.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e76c8daf0a9e73b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392025-06-17T17:50:10.140Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a1d73e94cac1324c/build-script-build`
32402025-06-17T17:50:10.271Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32412025-06-17T17:50:10.313Z 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=-79abc4128a3366db --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-79abc4128a3366db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422025-06-17T17:50:10.338Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-98f6594da06e7bc7/build-script-build`
32432025-06-17T17:50:10.403Z 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=-5d826fe80afb52ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442025-06-17T17:50:10.525Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32452025-06-17T17:50:10.550Z 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=-d55a162c44c8a311 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-d55a162c44c8a311 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462025-06-17T17:50:10.668Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-79abc4128a3366db/build-script-build`
32472025-06-17T17:50:10.722Z Compiling tabwriter v1.4.0
32482025-06-17T17:50:10.747Z 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=-0934d224f5e402dd --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-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492025-06-17T17:50:10.826Z Compiling num_enum_derive v0.5.11
32502025-06-17T17:50:10.853Z 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=c1db9180b0cfbbf0 -C extra-filename=-70faf56b245a5e14 --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-bfd3ec13660f01e6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512025-06-17T17:50:10.913Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-d55a162c44c8a311/build-script-build`
32522025-06-17T17:50:10.939Z Compiling foreign-types-macros v0.2.3
32532025-06-17T17:50:10.939Z 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=b413e61f7b1fd756 -C extra-filename=-4800df717e4df0c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542025-06-17T17:50:11.116Z 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=-927bd74b4b9336a6 --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-5d826fe80afb52ee.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
32552025-06-17T17:50:11.156Z Compiling foreign-types-shared v0.3.1
32562025-06-17T17:50:11.182Z 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=-b103d03f38850b87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572025-06-17T17:50:11.225Z 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=-a23426112efd3f09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
32582025-06-17T17:50:11.349Z 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=-482c8b1944016b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
32592025-06-17T17:50:11.438Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32602025-06-17T17:50:11.463Z 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=-18a7f9ca81f6f36d --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-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612025-06-17T17:50:11.562Z Compiling cstr-argument v0.1.2
32622025-06-17T17:50:11.587Z 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=-07505a0a0e04399a --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-3de3afdffd237457.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632025-06-17T17:50:11.674Z Compiling pretty-hex v0.2.1
32642025-06-17T17:50:11.699Z 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=-8096325d5cb7db7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652025-06-17T17:50:11.838Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
32662025-06-17T17:50:11.863Z 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=-da0641e25c7fb567 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-da0641e25c7fb567 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672025-06-17T17:50:11.911Z Compiling colored v2.2.0
32682025-06-17T17:50:11.937Z 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=-00aa725a2871b002 --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-7d13f98916d1d3e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692025-06-17T17:50:12.081Z Compiling foreign-types v0.5.0
32702025-06-17T17:50:12.107Z 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=ed41d2b561bd2cc6 -C extra-filename=-3e0a5d563a4f75e6 --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-4800df717e4df0c4.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-b103d03f38850b87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712025-06-17T17:50:12.199Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-da0641e25c7fb567/build-script-build`
32722025-06-17T17:50:12.241Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32732025-06-17T17:50:12.278Z 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=faeb701acad31e8d -C extra-filename=-435586a37c53a478 --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-07505a0a0e04399a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-3e0a5d563a4f75e6.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-482c8b1944016b75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742025-06-17T17:50:12.304Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32752025-06-17T17:50:12.304Z 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=a3b1ed0d4855492f -C extra-filename=-1bb633ae9e7a1ac0 --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-8cf0273e9bc6b4ef.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-18a7f9ca81f6f36d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762025-06-17T17:50:12.337Z Compiling smf v0.2.3
32772025-06-17T17:50:12.337Z 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=da9a2feaa5a2ffe8 -C extra-filename=-89b1a37521970879 --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-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782025-06-17T17:50:12.518Z Compiling itertools v0.14.0
32792025-06-17T17:50:12.543Z 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=d8f2f3afdb96a1b0 -C extra-filename=-933f3f91cf655987 --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-ed761dbd9a6ae688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802025-06-17T17:50:12.602Z Compiling itertools v0.13.0
32812025-06-17T17:50:12.627Z 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=a61bdae6a41bd9f2 -C extra-filename=-50aa4900af2b0e9b --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-ed761dbd9a6ae688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822025-06-17T17:50:12.726Z Compiling atomicwrites v0.4.4
32832025-06-17T17:50:12.751Z 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=7f02b959899af3cc -C extra-filename=-6cca07370c307819 --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-21107336716e293c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842025-06-17T17:50:12.872Z Compiling num_enum v0.5.11
32852025-06-17T17:50:12.897Z 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=df58f39ca652ff2a -C extra-filename=-6fc2fa19656d821a --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-70faf56b245a5e14.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862025-06-17T17:50:13.087Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32872025-06-17T17:50:13.113Z Compiling crucible-workspace-hack v0.1.0
32882025-06-17T17:50:13.113Z 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=12439c27849b5512 -C extra-filename=-2bc4c4ee3b6d317c --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-8cf0273e9bc6b4ef.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-a23426112efd3f09.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-6fc2fa19656d821a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8096325d5cb7db7e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892025-06-17T17:50:13.113Z 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=-fe13fa56889615d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-fe13fa56889615d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902025-06-17T17:50:13.363Z Compiling heapless v0.8.0
32912025-06-17T17:50:13.388Z 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=-6510f075d57c3368 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-6510f075d57c3368 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922025-06-17T17:50:13.495Z 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=bbae56d716bd8dbc -C extra-filename=-6d13acf7943c6df7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-2bc4c4ee3b6d317c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-6fc2fa19656d821a.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-435586a37c53a478.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-482c8b1944016b75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-1bb633ae9e7a1ac0.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ce8f5810df3c54c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
32932025-06-17T17:50:13.537Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-fe13fa56889615d6/build-script-build`
32942025-06-17T17:50:13.563Z 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=-a26220e982e069bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952025-06-17T17:50:13.700Z Compiling hash32 v0.3.1
32962025-06-17T17:50:13.725Z 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=-4244ce8b8ef38371 --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-bd9324fe48e620f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972025-06-17T17:50:13.909Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-6510f075d57c3368/build-script-build`
32982025-06-17T17:50:13.974Z Compiling smoltcp v0.11.0
32992025-06-17T17:50:13.999Z 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=-20950faca6cf1351 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-20950faca6cf1351 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002025-06-17T17:50:14.222Z 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=-ce50bfa30d0f7691 --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-4244ce8b8ef38371.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-24cb4a3f30bb21bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012025-06-17T17:50:14.562Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-20950faca6cf1351/build-script-build`
33022025-06-17T17:50:14.615Z Compiling typify-impl v0.4.1
33032025-06-17T17:50:14.641Z 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=47cd870d55bf0054 -C extra-filename=-8089a5fedea4b7c5 --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-973fa8e1d737893b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042025-06-17T17:50:15.084Z Compiling cobs v0.2.3
33052025-06-17T17:50:15.109Z 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=-f0e61f2c8462d8c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062025-06-17T17:50:15.188Z Compiling ingot-macros v0.1.0
33072025-06-17T17:50:15.214Z 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=70f82258ea6093ac -C extra-filename=-ba8189cae1356cff --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-9464675204c606a5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-50aa4900af2b0e9b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082025-06-17T17:50:15.214Z 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=-5d724e2a75f8e642 --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-be8aff341cdf0f9a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-ce50bfa30d0f7691.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092025-06-17T17:50:15.434Z Compiling postcard v1.0.10
33102025-06-17T17:50:15.460Z 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=601a4cd6920e4479 -C extra-filename=-105a742a2753d80f --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-f0e61f2c8462d8c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112025-06-17T17:50:15.774Z Compiling typify-macro v0.3.0
33122025-06-17T17:50:15.800Z 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=8ba2cd81a35d69f6 -C extra-filename=-6076200036fe6cc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-0cd7268369d3b4bc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132025-06-17T17:50:16.013Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
33142025-06-17T17:50:16.038Z 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/f5560fa/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=27197a229dbce9f3 -C extra-filename=-51cfc06516339253 --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-beab76081c319986.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152025-06-17T17:50:16.557Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
33162025-06-17T17:50:16.582Z 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/f5560fa/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=ba170a568b52e286 -C extra-filename=-74f0ba49f588746e --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-74f0ba49f588746e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172025-06-17T17:50:16.638Z Compiling base64 v0.21.7
33182025-06-17T17:50:16.663Z 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=-40930d55b624874f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192025-06-17T17:50:16.895Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-74f0ba49f588746e/build-script-build`
33202025-06-17T17:50:16.991Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
33212025-06-17T17:50:17.016Z 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/f5560fa/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=555ade179fc4ef33 -C extra-filename=-8f5e2e8f3de0b8d4 --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-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222025-06-17T17:50:17.231Z Compiling sigpipe v0.1.3
33232025-06-17T17:50:17.257Z 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=4c539ec66f3740b9 -C extra-filename=-5e94675936ad627c --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242025-06-17T17:50:17.397Z Compiling jiff v0.2.15
33252025-06-17T17:50:17.423Z 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=-ed3746d7d986df7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262025-06-17T17:50:17.812Z Compiling zone_cfg_derive v0.3.0
33272025-06-17T17:50:17.838Z 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=-2f5988e7d8fbc860 --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-983699ac8dfc5d2a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-927bd74b4b9336a6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282025-06-17T17:50:18.838Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
33292025-06-17T17:50:18.863Z 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=4fb8db6bdb01759c -C extra-filename=-38de290e0396d44a --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-8cf0273e9bc6b4ef.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302025-06-17T17:50:19.081Z Compiling num-derive v0.4.2
33312025-06-17T17:50:19.106Z 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=bebda3931643e9e2 -C extra-filename=-f60b349543c2581f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322025-06-17T17:50:19.277Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33332025-06-17T17:50:19.306Z 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=-466907a367b70263 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-466907a367b70263 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342025-06-17T17:50:19.465Z Compiling typify v0.3.0
33352025-06-17T17:50:19.491Z 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=96e2c315d8e1ea9b -C extra-filename=-9858b5cdeec36237 --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-0cd7268369d3b4bc.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-6076200036fe6cc1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362025-06-17T17:50:19.659Z Compiling progenitor-impl v0.9.1
33372025-06-17T17:50:19.685Z 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=5bea4ecde1754b9d -C extra-filename=-97f83154db1ba8df --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-973fa8e1d737893b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-9858b5cdeec36237.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382025-06-17T17:50:19.710Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-466907a367b70263/build-script-build`
33392025-06-17T17:50:19.765Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
33402025-06-17T17:50:19.791Z 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=a6665ce835e49e3f -C extra-filename=-e954ea544b8617a9 --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-38de290e0396d44a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412025-06-17T17:50:20.278Z Compiling zone v0.3.1
33422025-06-17T17:50:20.304Z 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=7688fab93aa63f80 -C extra-filename=-819928da8f968ba1 --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-0d7cde468535b2dd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-2f5988e7d8fbc860.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432025-06-17T17:50:20.993Z Compiling ingot-types v0.1.0
33442025-06-17T17:50:21.023Z 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=9f74fb85cdf91f74 -C extra-filename=-6d5bc919cff4e7c0 --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-ba8189cae1356cff.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452025-06-17T17:50:21.112Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
33462025-06-17T17:50:21.137Z 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=2dd5e7ccfcf8bff0 -C extra-filename=-035f76e3c4070060 --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-a26220e982e069bc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-f60b349543c2581f.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472025-06-17T17:50:21.540Z Compiling convert_case v0.4.0
33482025-06-17T17:50:21.565Z 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=-b38d43d6d0a3d25d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492025-06-17T17:50:21.783Z Compiling ingot v0.1.0
33502025-06-17T17:50:21.808Z 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=7e2935ce8123d9c9 -C extra-filename=-b6e94bbbf49f4887 --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-beab76081c319986.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-ba8189cae1356cff.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-6d5bc919cff4e7c0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512025-06-17T17:50:21.834Z Compiling utf-8 v0.7.6
33522025-06-17T17:50:21.834Z 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=-5cf1910ce24cb533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532025-06-17T17:50:22.159Z Compiling tungstenite v0.21.0
33542025-06-17T17:50:22.185Z 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=d95abafe462d0c95 -C extra-filename=-bcee09358e2d450a --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-bd9324fe48e620f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-48ef01d1b4729c3d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-bd816f45ec33d3cd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b55f9577dc663577.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5cf1910ce24cb533.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552025-06-17T17:50:22.259Z Compiling derive_more v0.99.20
33562025-06-17T17:50:22.284Z 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=afa4d4061791eda4 -C extra-filename=-577a499c36dcf57a --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-b38d43d6d0a3d25d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572025-06-17T17:50:23.666Z Compiling aws-lc-sys v0.26.0
33582025-06-17T17:50:23.692Z 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=7e1b7204342b243e -C extra-filename=-d3abc189389fa081 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d3abc189389fa081 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-a7fcc99166d08d92.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9c0f0e3c46931341.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-7ea23549b4831836.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-9e0505f906e2b10b.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-b1d532e803ea1f2d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592025-06-17T17:50:23.777Z Compiling newline-converter v0.3.0
33602025-06-17T17:50:23.803Z 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=-a08188bbee2caed2 --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-360547933b906551.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612025-06-17T17:50:23.990Z Compiling half v2.4.1
33622025-06-17T17:50:24.016Z 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=-bbafcbfe8ef0906b --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-3de3afdffd237457.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632025-06-17T17:50:24.419Z Compiling ciborium-io v0.2.2
33642025-06-17T17:50:24.445Z 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=-f19374a6c13cd9f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652025-06-17T17:50:24.476Z Compiling expectorate v1.2.0
33662025-06-17T17:50:24.502Z 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=fbda8dcdda0c3867 -C extra-filename=-8001ed0045d3c216 --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-6cca07370c307819.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8c9cf05edfba37d5.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-a08188bbee2caed2.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672025-06-17T17:50:24.601Z Compiling ciborium-ll v0.2.2
33682025-06-17T17:50:24.626Z 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=-7b33b7c97ad84d4e --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-f19374a6c13cd9f1.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-bbafcbfe8ef0906b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692025-06-17T17:50:24.780Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
33702025-06-17T17:50:24.806Z 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/f5560fa/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=3a5e49b10f3a9362 -C extra-filename=-1545e4f389d5c5a7 --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-51cfc06516339253.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-b6e94bbbf49f4887.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-105a742a2753d80f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5d724e2a75f8e642.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712025-06-17T17:50:25.023Z Compiling tokio-tungstenite v0.21.0
33722025-06-17T17:50:25.048Z 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=163ca6a29fb614c0 -C extra-filename=-12a019f90148284c --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-fa33b9f36748c437.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-bcee09358e2d450a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732025-06-17T17:50:25.099Z Compiling ciborium v0.2.2
33742025-06-17T17:50:25.125Z 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=e43998bbbd2cf7bf -C extra-filename=-6b633eb087dcab50 --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-f19374a6c13cd9f1.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-7b33b7c97ad84d4e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752025-06-17T17:50:25.284Z Compiling progenitor-macro v0.9.1
33762025-06-17T17:50:25.309Z 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=c7758a038dfda1e2 -C extra-filename=-453995e48735180c --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-5028b41ffe19e8b8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-97f83154db1ba8df.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-cdce035019e0cdd8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772025-06-17T17:50:25.630Z Compiling num-rational v0.4.2
33782025-06-17T17:50:25.656Z 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=-3bddfea4db6446fb --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-a8d9c42ce3064789.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792025-06-17T17:50:25.930Z Compiling typify-macro v0.4.1
33802025-06-17T17:50:25.955Z 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=a590feffdb8549d3 -C extra-filename=-8e3eac7bbcaaa805 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-8089a5fedea4b7c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812025-06-17T17:50:26.281Z Compiling num-complex v0.4.6
33822025-06-17T17:50:26.306Z 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=-4e8fedabfba3dd60 --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-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832025-06-17T17:50:26.868Z 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/f5560fa/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=dd1cfd4473b03290 -C extra-filename=-daf47ed59b5d2200 --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-beab76081c319986.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-51cfc06516339253.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-b6e94bbbf49f4887.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-8f5e2e8f3de0b8d4.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-1545e4f389d5c5a7.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-105a742a2753d80f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0934d224f5e402dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
33842025-06-17T17:50:26.991Z Compiling float-ord v0.3.2
33852025-06-17T17:50:27.017Z 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=-15dab050fa171917 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862025-06-17T17:50:27.042Z Compiling secrecy v0.10.3
33872025-06-17T17:50:27.042Z 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=d5bfe8b9f7a6a71d -C extra-filename=-6bf1502fcb651c82 --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-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882025-06-17T17:50:27.134Z Compiling num v0.4.3
33892025-06-17T17:50:27.159Z 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=-6368f2b07121436b --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-4e8fedabfba3dd60.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-3bddfea4db6446fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902025-06-17T17:50:27.211Z Compiling same-file v1.0.6
33912025-06-17T17:50:27.236Z 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=-74af842c00779229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922025-06-17T17:50:27.279Z Compiling fixedbitset v0.5.7
33932025-06-17T17:50:27.304Z 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=-5608683ae2af4267 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942025-06-17T17:50:27.330Z Compiling indent_write v2.2.0
33952025-06-17T17:50:27.330Z 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=-20d09b58c5f7acd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962025-06-17T17:50:27.498Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
33972025-06-17T17:50:27.537Z 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/f5560fa/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=1153528ea1bf9351 -C extra-filename=-4662f52e2beca6b3 --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-3de3afdffd237457.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-51cfc06516339253.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-daf47ed59b5d2200.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0934d224f5e402dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982025-06-17T17:50:27.597Z Compiling walkdir v2.5.0
33992025-06-17T17:50:27.622Z 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=-502402daacd53cf1 --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-74af842c00779229.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002025-06-17T17:50:27.648Z Compiling password-hash v0.5.0
34012025-06-17T17:50:27.648Z Compiling blake2 v0.10.6
34022025-06-17T17:50:27.648Z 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=2332a67c62274d4f -C extra-filename=-7f74f0a50bdcb37d --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-fae69d05f1cd8859.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032025-06-17T17:50:27.649Z 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=e4a6b888bab4b918 -C extra-filename=-fedf11575be5aaba --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-4819c0fb8a967ba9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042025-06-17T17:50:27.870Z Compiling petgraph v0.7.1
34052025-06-17T17:50:27.895Z 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 --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=6fad4ec93c343c62 -C extra-filename=-15c137b4f4a6b1e5 --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-5608683ae2af4267.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062025-06-17T17:50:28.198Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34072025-06-17T17:50:28.224Z 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=-451ca367f13aee77 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-451ca367f13aee77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082025-06-17T17:50:28.412Z Compiling argon2 v0.5.3
34092025-06-17T17:50:28.437Z 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=5af6f7b2d1fba150 -C extra-filename=-af34e3d38874c268 --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-fae69d05f1cd8859.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-fedf11575be5aaba.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-7f74f0a50bdcb37d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102025-06-17T17:50:28.534Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-451ca367f13aee77/build-script-build`
34112025-06-17T17:50:28.586Z Compiling xattr v1.3.1
34122025-06-17T17:50:28.612Z 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=f8a3239a00b7e4a1 -C extra-filename=-3f0804cde1df5c9d --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-21107336716e293c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132025-06-17T17:50:28.665Z Compiling filetime v0.2.25
34142025-06-17T17:50:28.690Z 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=adcd59cbf29726b6 -C extra-filename=-0f6f29fe3da3da05 --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-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152025-06-17T17:50:28.864Z 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=488abb6091713434 -C extra-filename=-b62867646fb68ead --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-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
34162025-06-17T17:50:28.985Z Compiling tar v0.4.44
34172025-06-17T17:50:29.011Z 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=dce83c0359362741 -C extra-filename=-a36283e5adabc2f8 --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-0f6f29fe3da3da05.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-3f0804cde1df5c9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182025-06-17T17:50:29.210Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
34192025-06-17T17:50:29.235Z 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/f5560fa/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=06dceed63230fb68 -C extra-filename=-1f8548b5771dbeea --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-8cf0273e9bc6b4ef.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-6d13acf7943c6df7.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-daf47ed59b5d2200.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4662f52e2beca6b3.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-105a742a2753d80f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202025-06-17T17:50:29.328Z Compiling arc-swap v1.7.1
34212025-06-17T17:50:29.353Z 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=-a046c14e6a885976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222025-06-17T17:50:29.586Z Compiling typify v0.4.1
34232025-06-17T17:50:29.611Z 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=cb62c4a9cc90bbc1 -C extra-filename=-5ce0fd82c2284cc1 --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-8089a5fedea4b7c5.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-8e3eac7bbcaaa805.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242025-06-17T17:50:29.781Z Compiling progenitor-impl v0.10.0
34252025-06-17T17:50:29.806Z 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=68bf6af3bbf80da8 -C extra-filename=-9169531c89fcdcfb --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-973fa8e1d737893b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-5ce0fd82c2284cc1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262025-06-17T17:50:29.881Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34272025-06-17T17:50:29.915Z 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=-de12ac21968c01e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-de12ac21968c01e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282025-06-17T17:50:30.608Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-de12ac21968c01e6/build-script-build`
34292025-06-17T17:50:30.647Z Compiling slog-scope v4.4.0
34302025-06-17T17:50:30.672Z 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=-b6977333bd34080f --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-a046c14e6a885976.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312025-06-17T17:50:30.708Z Compiling owo-colors v4.2.1
34322025-06-17T17:50:30.734Z 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.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("alloc", "supports-color", "supports-colors"))' -C metadata=6348d0aa3deef5ca -C extra-filename=-8e799e5927137aa9 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-8e799e5927137aa9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332025-06-17T17:50:30.766Z Compiling cancel-safe-futures v0.1.5
34342025-06-17T17:50:30.811Z 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=-69dc3a648feeab65 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-69dc3a648feeab65 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352025-06-17T17:50:30.854Z Compiling libsw-core v0.3.1
34362025-06-17T17:50:30.854Z 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=ba2cce78fcdc9d98 -C extra-filename=-c5e51e9d76888a9d --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-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372025-06-17T17:50:31.098Z Compiling slog-stdlog v4.1.1
34382025-06-17T17:50:31.123Z 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=-fd451cb6841dc4c9 --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-0c3f9f9074fd84d6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-b6977333bd34080f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392025-06-17T17:50:31.149Z Compiling swrite v0.1.0
34402025-06-17T17:50:31.149Z 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=-948768355417aa57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412025-06-17T17:50:31.192Z Compiling libsw v3.4.0
34422025-06-17T17:50:31.193Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-69dc3a648feeab65/build-script-build`
34432025-06-17T17:50:31.218Z 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.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=320604eaadc2dbc3 -C extra-filename=-5a2f1b08d695c63f --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-c5e51e9d76888a9d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442025-06-17T17:50:31.297Z 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=cbd2818af534641f -C extra-filename=-cbe371f77000ee7c --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-cc268f9244d9ad28.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452025-06-17T17:50:31.345Z Compiling slog-envlogger v2.2.0
34462025-06-17T17:50:31.371Z 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=9f3d29cdb512c490 -C extra-filename=-1f9cee653458a518 --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-0c3f9f9074fd84d6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-b6977333bd34080f.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-fd451cb6841dc4c9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472025-06-17T17:50:31.371Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-8e799e5927137aa9/build-script-build`
34482025-06-17T17:50:31.484Z Compiling linear-map v1.2.0
34492025-06-17T17:50:31.509Z 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=-faa762f55049f9c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502025-06-17T17:50:31.567Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=2ce83a4a1b88daac -C extra-filename=-aec702e164c6ff65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'`
34512025-06-17T17:50:31.608Z Compiling keccak v0.1.5
34522025-06-17T17:50:31.633Z 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=-388bed5b78c7f6a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532025-06-17T17:50:31.826Z Compiling pem v3.0.5
34542025-06-17T17:50:31.852Z 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=-11e440f246b9f98d --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-47534339b40df4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552025-06-17T17:50:31.884Z Compiling highway v1.3.0
34562025-06-17T17:50:31.936Z 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=-d2eb89831c39492e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572025-06-17T17:50:31.981Z Compiling sha3 v0.10.8
34582025-06-17T17:50:32.014Z 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=7c12a30f7a3d2d49 -C extra-filename=-0deaf112a2b7f2ac --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-4819c0fb8a967ba9.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-388bed5b78c7f6a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592025-06-17T17:50:32.484Z Compiling typify-impl v0.2.0
34602025-06-17T17:50:32.510Z 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=30ce7e958c83a6ce -C extra-filename=-ededd8b7e99fb1b4 --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-973fa8e1d737893b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612025-06-17T17:50:32.536Z Compiling headers-core v0.3.0
34622025-06-17T17:50:32.536Z 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=4f0354429d1334c7 -C extra-filename=-d2aedf31428a53a4 --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-0a6f4624c17fcf4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632025-06-17T17:50:32.573Z Compiling linked-hash-map v0.5.6
34642025-06-17T17:50:32.620Z 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=-736251c8af299c7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652025-06-17T17:50:32.733Z Compiling headers v0.4.1
34662025-06-17T17:50:32.758Z 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=1d161bdbc47103e8 -C extra-filename=-e00bde7f4707c5f1 --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-47534339b40df4f4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-d2aedf31428a53a4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-bafdc436c339b98a.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a9761af3a61b81d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b55f9577dc663577.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672025-06-17T17:50:32.837Z Compiling resolv-conf v0.7.0
34682025-06-17T17:50:32.862Z 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=db3e2f2107e8e491 -C extra-filename=-21e3a2bcbdd1e324 --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-af5d57e25dcad678.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-4a5450cdebef5a61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692025-06-17T17:50:32.924Z Compiling lru-cache v0.1.2
34702025-06-17T17:50:32.951Z 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=-0a5c2e0fec56d0d3 --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-736251c8af299c7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712025-06-17T17:50:33.151Z Compiling lzma-sys v0.1.20
34722025-06-17T17:50:33.177Z 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=3b4dd648b914c50c -C extra-filename=-2fd0929b88d821ac --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-2fd0929b88d821ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9c0f0e3c46931341.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732025-06-17T17:50:33.209Z Compiling heck v0.3.3
34742025-06-17T17:50:33.239Z 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=-259e2d328230a8a3 --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-360547933b906551.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752025-06-17T17:50:33.493Z Compiling hickory-resolver v0.24.4
34762025-06-17T17:50:33.518Z 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=2e0eb5d0cdb4135a -C extra-filename=-9849e3998fa0d590 --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-3de3afdffd237457.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-0a5c2e0fec56d0d3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-350e0472b85021fc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-21e3a2bcbdd1e324.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772025-06-17T17:50:33.544Z Compiling zone_cfg_derive v0.1.2
34782025-06-17T17:50:33.601Z 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=-6c94cbc5a16b2f1b --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-259e2d328230a8a3.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-927bd74b4b9336a6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792025-06-17T17:50:33.929Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-2fd0929b88d821ac/build-script-build`
34802025-06-17T17:50:33.959Z 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=24fb42ff40aee97f -C extra-filename=-be119b891c390d7e --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
34812025-06-17T17:50:34.165Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34822025-06-17T17:50:34.190Z 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=0e6bede613fb6922 -C extra-filename=-675c0f0b127bec24 --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-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-72422bb88050bd70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832025-06-17T17:50:34.251Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-d3abc189389fa081/build-script-main`
34842025-06-17T17:50:34.287Z Compiling yasna v0.5.2
34852025-06-17T17:50:34.314Z 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=fcdbcfe20bc37d2f -C extra-filename=-26ffd614e0bb25d3 --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-59ff3ebd8b679676.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862025-06-17T17:50:34.580Z Compiling base64 v0.13.1
34872025-06-17T17:50:34.614Z 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=-9ce82c47c5046763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882025-06-17T17:50:34.812Z Compiling zone v0.1.8
34892025-06-17T17:50:34.838Z 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=8421767bd3514026 -C extra-filename=-0fb31e1577a584f6 --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-c919e9c07f8e06f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-6c94cbc5a16b2f1b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902025-06-17T17:50:35.061Z Compiling ron v0.7.1
34912025-06-17T17:50:35.086Z 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=a419104bfc0098ff -C extra-filename=-b15d595d09f262cd --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-9ce82c47c5046763.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be8aff341cdf0f9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922025-06-17T17:50:35.302Z Compiling progenitor-macro v0.10.0
34932025-06-17T17:50:35.328Z 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=15c3b7b466bca795 -C extra-filename=-8e3fe7e96179d117 --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-5028b41ffe19e8b8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9169531c89fcdcfb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-cdce035019e0cdd8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942025-06-17T17:50:35.637Z Compiling rcgen v0.12.1
34952025-06-17T17:50:35.662Z 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=4e35ba26b490c35e -C extra-filename=-7fe797f46b5566dd --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-11e440f246b9f98d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-59ff3ebd8b679676.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-26ffd614e0bb25d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out`
34962025-06-17T17:50:35.688Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34972025-06-17T17:50:35.713Z 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=1a6de5b7069ef308 -C extra-filename=-16d9b9daf0b8c6cb --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-675c0f0b127bec24.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-72422bb88050bd70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982025-06-17T17:50:36.043Z Compiling xz2 v0.1.7
34992025-06-17T17:50:36.069Z 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=2ef97d52e6b91f8d -C extra-filename=-f0e0825290c97aee --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-be119b891c390d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
35002025-06-17T17:50:36.258Z 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=-fb006f2bc6280bf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
35012025-06-17T17:50:36.451Z Compiling humantime v2.1.0
35022025-06-17T17:50:36.477Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5466e87a3aaffd28 -C extra-filename=-0e4dd5ffcc57d0fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032025-06-17T17:50:36.518Z Compiling universal-hash v0.5.1
35042025-06-17T17:50:36.544Z 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=8ebdfbc16be73b99 -C extra-filename=-47e8d38af1dcfccc --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-63775a6f5ace49bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052025-06-17T17:50:36.743Z Compiling subprocess v0.2.9
35062025-06-17T17:50:36.769Z 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=25935ac102cca847 -C extra-filename=-c167a4916ea35d73 --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072025-06-17T17:50:36.847Z Compiling semver v0.1.20
35082025-06-17T17:50:36.877Z 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=-ac792cf307ef5ce1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092025-06-17T17:50:36.905Z Compiling opaque-debug v0.3.1
35102025-06-17T17:50:36.905Z 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=-37213a0154867594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112025-06-17T17:50:37.064Z Compiling aead v0.5.2
35122025-06-17T17:50:37.089Z 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=b3777698a8220294 -C extra-filename=-9693fe2bb61aa719 --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-63775a6f5ace49bd.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132025-06-17T17:50:37.299Z Compiling rustc_version v0.1.7
35142025-06-17T17:50:37.325Z 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=-2f7576b9913eb88f --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-ac792cf307ef5ce1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35152025-06-17T17:50:37.413Z Compiling poly1305 v0.8.0
35162025-06-17T17:50:37.439Z 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=3ee0151fd5410b3c -C extra-filename=-eef21bd532ee51d5 --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-d1d1da8be6c6940e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-37213a0154867594.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-47e8d38af1dcfccc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172025-06-17T17:50:37.470Z Compiling chacha20 v0.9.1
35182025-06-17T17:50:37.470Z 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=aa74e7643308afc6 -C extra-filename=-2075b2280bc55e15 --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-3de3afdffd237457.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-dbb179055a8e85be.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192025-06-17T17:50:37.714Z Compiling newtype_derive v0.1.6
35202025-06-17T17:50:37.740Z 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=-0a9579ce75d40d1d --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-0a9579ce75d40d1d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-2f7576b9913eb88f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212025-06-17T17:50:37.927Z Compiling thiserror-impl-no-std v2.0.2
35222025-06-17T17:50:37.953Z 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=-1c30d8eb448ce790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35232025-06-17T17:50:38.060Z Compiling chacha20poly1305 v0.10.1
35242025-06-17T17:50:38.085Z 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=534363c5a948c401 -C extra-filename=-36657738a864a1cb --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-9693fe2bb61aa719.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-2075b2280bc55e15.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-dbb179055a8e85be.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-eef21bd532ee51d5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252025-06-17T17:50:38.111Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-0a9579ce75d40d1d/build-script-build`
35262025-06-17T17:50:38.161Z Compiling qorb v0.3.1
35272025-06-17T17:50:38.187Z 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.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="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=25ea20ac4e00a9e3 -C extra-filename=-55a31d4f1c7620b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2fd3892d573096de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282025-06-17T17:50:38.214Z 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=-d4d0916fca9466e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
35292025-06-17T17:50:38.341Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
35302025-06-17T17:50:38.367Z 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=059376ab52b62ca3 -C extra-filename=-c9dfdad9c82131ae --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-47534339b40df4f4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-a26220e982e069bc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312025-06-17T17:50:38.392Z Compiling steno v0.4.1
35322025-06-17T17:50:38.393Z 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=96690560a60d2f81 -C extra-filename=-9f23058f56984538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7c9e2d421731f02f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332025-06-17T17:50:38.737Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
35342025-06-17T17:50:38.763Z 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=272e579cfe6920b7 -C extra-filename=-0c85b4129f8ce5a5 --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-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35352025-06-17T17:50:39.277Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
35362025-06-17T17:50:39.304Z 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=8f038200c9e69ca5 -C extra-filename=-b9185ff0a894d721 --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-c9dfdad9c82131ae.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0c85b4129f8ce5a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372025-06-17T17:50:39.339Z Compiling slog-dtrace v0.3.0
35382025-06-17T17:50:39.365Z 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=-b8978e7330e70be9 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b8978e7330e70be9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392025-06-17T17:50:39.708Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b8978e7330e70be9/build-script-build`
35402025-06-17T17:50:39.820Z Compiling display-error-chain v0.2.2
35412025-06-17T17:50:39.848Z 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=-e54d7805221c2d6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422025-06-17T17:50:40.067Z 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=f2f8cf90fe9d76a2 -C extra-filename=-d4213129b406e027 --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-1cd817a3f34bbccd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432025-06-17T17:50:40.357Z Compiling thiserror-no-std v2.0.2
35442025-06-17T17:50:40.383Z 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=-c1a2752818d20559 --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-1c30d8eb448ce790.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452025-06-17T17:50:40.540Z Compiling vsss-rs v3.3.4
35462025-06-17T17:50:40.566Z 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=08e0b81ac3a6177e -C extra-filename=-5d68f70e87c98f09 --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-be0312d4cc2106db.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7377c6d50ff135cc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1418941ba3ffcfc7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-c1a2752818d20559.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472025-06-17T17:50:40.692Z Compiling bytecount v0.6.8
35482025-06-17T17:50:40.719Z 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=-bc40d045d90adc83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492025-06-17T17:50:40.941Z Compiling gethostname v0.5.0
35502025-06-17T17:50:40.966Z 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=f982a7220e7c45f9 -C extra-filename=-def091dd0ef5ee8a --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-21107336716e293c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512025-06-17T17:50:41.165Z Compiling nibble_vec v0.1.0
35522025-06-17T17:50:41.195Z 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=-5b19fa60fda377f8 --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-16929c956149f697.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532025-06-17T17:50:41.428Z Compiling endian-type v0.1.2
35542025-06-17T17:50:41.454Z 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=-c43b1e54335a4613 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552025-06-17T17:50:41.686Z Compiling radix_trie v0.2.1
35562025-06-17T17:50:41.712Z 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=-3ad2633285d6f455 --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-c43b1e54335a4613.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-5b19fa60fda377f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572025-06-17T17:50:41.928Z Compiling radium v0.7.0
35582025-06-17T17:50:41.954Z 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=-d17716ff9907b785 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-d17716ff9907b785 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592025-06-17T17:50:42.271Z Compiling zerocopy-derive v0.6.6
35602025-06-17T17:50:42.297Z 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=8cfea97ac309ec7b -C extra-filename=-ed105d5e6b2f86f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612025-06-17T17:50:42.426Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-d17716ff9907b785/build-script-build`
35622025-06-17T17:50:42.484Z Compiling maybe-uninit v2.0.0
35632025-06-17T17:50:42.510Z 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=-75d075cf657778cc --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75d075cf657778cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642025-06-17T17:50:42.975Z Compiling termcolor v1.4.1
35652025-06-17T17:50:43.001Z 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=-6e9281f1fbc48551 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662025-06-17T17:50:43.027Z Compiling tap v1.0.1
35672025-06-17T17:50:43.055Z 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=-5ed4c13db12c5285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682025-06-17T17:50:43.235Z Compiling wyz v0.5.1
35692025-06-17T17:50:43.261Z 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=-66d36ad80f8e487e --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-5ed4c13db12c5285.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702025-06-17T17:50:43.647Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75d075cf657778cc/build-script-build`
35712025-06-17T17:50:43.737Z Compiling typify-macro v0.2.0
35722025-06-17T17:50:43.763Z 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=-66bd1111406e4e18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
35732025-06-17T17:50:43.763Z 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=6a14232528c75f80 -C extra-filename=-cc1e7321211d164e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-ededd8b7e99fb1b4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742025-06-17T17:50:43.789Z Compiling crc-catalog v2.4.0
35752025-06-17T17:50:43.789Z 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=-532b33da06a0bd66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762025-06-17T17:50:43.789Z Compiling packed_struct v0.10.1
35772025-06-17T17:50:43.822Z 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=-7132da8d0347ed4d --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-7132da8d0347ed4d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782025-06-17T17:50:43.961Z Compiling zerocopy v0.6.6
35792025-06-17T17:50:43.987Z 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=f66d96a6dea46c6a -C extra-filename=-f06fbb6079a82b1f --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-bd9324fe48e620f7.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-ed105d5e6b2f86f1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802025-06-17T17:50:44.013Z Compiling funty v2.0.0
35812025-06-17T17:50:44.013Z 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=-8c8807f95a6ab162 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822025-06-17T17:50:44.055Z Compiling crc v3.2.1
35832025-06-17T17:50:44.095Z 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=-395239d49f2221f4 --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-532b33da06a0bd66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842025-06-17T17:50:44.134Z 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=-83c05e200884fafb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
35852025-06-17T17:50:44.288Z Compiling packed_struct_codegen v0.10.1
35862025-06-17T17:50:44.314Z 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=-34ae5d1857fe5cb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872025-06-17T17:50:44.314Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-7132da8d0347ed4d/build-script-build`
35882025-06-17T17:50:44.383Z Compiling indexmap v1.9.3
35892025-06-17T17:50:44.409Z 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=-c97c0e4194239116 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-c97c0e4194239116 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902025-06-17T17:50:44.631Z Compiling nodrop v0.1.14
35912025-06-17T17:50:44.657Z 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=-39b5ad1d38808121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35922025-06-17T17:50:44.683Z Compiling smallvec v0.6.14
35932025-06-17T17:50:44.683Z 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=-0c3a11672eda5910 --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-83c05e200884fafb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942025-06-17T17:50:44.752Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-c97c0e4194239116/build-script-build`
35952025-06-17T17:50:44.810Z Compiling bitvec v1.0.1
35962025-06-17T17:50:44.836Z 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=-d9e16eefe3c087e3 --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-8c8807f95a6ab162.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-66bd1111406e4e18.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-5ed4c13db12c5285.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-66d36ad80f8e487e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972025-06-17T17:50:44.864Z Compiling array-init v0.0.4
35982025-06-17T17:50:44.865Z 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=-37779e0ecf16902d --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-39b5ad1d38808121.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992025-06-17T17:50:45.090Z Compiling hashbrown v0.12.3
36002025-06-17T17:50:45.116Z 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=-73203feeec03a2ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012025-06-17T17:50:45.374Z Compiling bitfield v0.14.0
36022025-06-17T17:50:45.400Z 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=-e8f09b77c39c8db2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032025-06-17T17:50:45.699Z Compiling serde-hex v0.1.0
36042025-06-17T17:50:45.725Z 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=c99cd09a688da7bf -C extra-filename=-3d0f52208f47bacd --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-37779e0ecf16902d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0c3a11672eda5910.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052025-06-17T17:50:45.758Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36062025-06-17T17:50:45.784Z 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=dd96c03317e9877e -C extra-filename=-7f946f2fcf79a43a --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-bd9324fe48e620f7.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-395239d49f2221f4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f06fbb6079a82b1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072025-06-17T17:50:45.810Z Compiling env_logger v0.10.2
36082025-06-17T17:50:45.842Z 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=d4f868ff3eeb6318 -C extra-filename=-86248b611c3cd723 --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-8acba6205a3c588d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-6e9281f1fbc48551.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092025-06-17T17:50:46.043Z 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=-a68fb35c0e7173ee --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-73203feeec03a2ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
36102025-06-17T17:50:46.105Z Compiling ron v0.8.1
36112025-06-17T17:50:46.131Z 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=476d70102134227e -C extra-filename=-7f9ca7e555f81d04 --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-40930d55b624874f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-beab76081c319986.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122025-06-17T17:50:46.506Z Compiling hashbrown v0.13.2
36132025-06-17T17:50:46.532Z 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=23b49050ea701de8 -C extra-filename=-17f48f81728939aa --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-ae82eed8e16fffa3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142025-06-17T17:50:46.702Z Compiling async-recursion v1.1.1
36152025-06-17T17:50:46.728Z 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=a301f2e92bd184f0 -C extra-filename=-3f0800d66ba0dd22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162025-06-17T17:50:46.780Z Compiling crc-any v2.5.0
36172025-06-17T17:50:46.805Z 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=-c1c567f56c2503b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182025-06-17T17:50:47.254Z Compiling proc-macro-error-attr2 v2.0.0
36192025-06-17T17:50:47.280Z 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=-ea0e678521d4e358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202025-06-17T17:50:47.409Z Compiling typify v0.2.0
36212025-06-17T17:50:47.435Z 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=1ae8726031ac57c9 -C extra-filename=-0eeb5f5a5dac6b35 --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-ededd8b7e99fb1b4.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-cc1e7321211d164e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222025-06-17T17:50:47.461Z Compiling object v0.30.4
36232025-06-17T17:50:47.487Z 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=751f89a81077cac5 -C extra-filename=-0ace78414aa468cd --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-d745b8ddf068285d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-17f48f81728939aa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a68fb35c0e7173ee.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242025-06-17T17:50:47.615Z Compiling progenitor-impl v0.8.0
36252025-06-17T17:50:47.641Z 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=0bdeec2671eb5968 -C extra-filename=-bbb145650c5ad20a --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-973fa8e1d737893b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-0eeb5f5a5dac6b35.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262025-06-17T17:50:47.768Z 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=bda6f3fe011787ed -C extra-filename=-88eab8629360a4d4 --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-d9e16eefe3c087e3.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-34ae5d1857fe5cb3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272025-06-17T17:50:47.966Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36282025-06-17T17:50:47.992Z 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=136e6b3f2a4bf7c7 -C extra-filename=-ad83716e7f2daae3 --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-7f9ca7e555f81d04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7f946f2fcf79a43a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f06fbb6079a82b1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292025-06-17T17:50:48.018Z Compiling path-slash v0.1.5
36302025-06-17T17:50:48.053Z 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=-fab9a1a47d11fef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312025-06-17T17:50:48.079Z Compiling proc-macro-error2 v2.0.1
36322025-06-17T17:50:48.079Z 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=7be7a7e12232c663 -C extra-filename=-689680be0e14e2ca --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-ea0e678521d4e358.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332025-06-17T17:50:48.267Z Compiling maplit v1.0.2
36342025-06-17T17:50:48.293Z 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=-e954ece10883f074 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352025-06-17T17:50:48.428Z Compiling papergrid v0.14.0
36362025-06-17T17:50:48.455Z 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=-86182d346ebd7039 --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-bc40d045d90adc83.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4cbe4ea4e54cb639.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f8e3d5f3ac8a66c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372025-06-17T17:50:48.542Z Compiling num-derive v0.3.3
36382025-06-17T17:50:48.568Z 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=-95255242d06b0038 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392025-06-17T17:50:48.629Z Compiling tabled_derive v0.10.0
36402025-06-17T17:50:48.655Z 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=7e63eead397f197a -C extra-filename=-50d0e1bca0726971 --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-973fa8e1d737893b.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-689680be0e14e2ca.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412025-06-17T17:50:49.326Z Compiling fxhash v0.2.1
36422025-06-17T17:50:49.352Z 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=-c93b2e05cd7634c2 --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-bd9324fe48e620f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432025-06-17T17:50:49.545Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
36442025-06-17T17:50:49.571Z 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=7a944625986812c9 -C extra-filename=-bec2618ee2b728da --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-beab76081c319986.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-13b29d216221c8e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452025-06-17T17:50:50.307Z Compiling libscf-sys v1.1.0
36462025-06-17T17:50:50.333Z 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=97e6c8dd6c1afe53 -C extra-filename=-87f1e2342ce4a620 --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-8cf0273e9bc6b4ef.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-95255242d06b0038.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472025-06-17T17:50:50.560Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
36482025-06-17T17:50:50.586Z 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=c6f0894aa66b2f56 -C extra-filename=-66ac44f8b8d4343f --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-e8f09b77c39c8db2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-88eab8629360a4d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492025-06-17T17:50:50.813Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
36502025-06-17T17:50:50.839Z 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=-b483ce868555c76b --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-b483ce868555c76b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512025-06-17T17:50:50.967Z Compiling tabled v0.18.0
36522025-06-17T17:50:50.993Z 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=2444b7348b9cdbfd -C extra-filename=-80e8b6b3a409c96d --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-86182d346ebd7039.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-50d0e1bca0726971.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532025-06-17T17:50:51.150Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-b483ce868555c76b/build-script-build`
36542025-06-17T17:50:51.259Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
36552025-06-17T17:50:51.259Z 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=ae235a53ee5475a4 -C extra-filename=-c181be2e0d26d44e --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-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-bec2618ee2b728da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562025-06-17T17:50:51.488Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36572025-06-17T17:50:51.522Z 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=b86af71c2b62600c -C extra-filename=-f6c4fd44adb6a78d --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-8cf0273e9bc6b4ef.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-87f1e2342ce4a620.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582025-06-17T17:50:51.597Z Compiling vte_generate_state_changes v0.1.2
36592025-06-17T17:50:51.623Z 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=-7ab781b85ff32c2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602025-06-17T17:50:52.185Z Compiling fd-lock v4.0.2
36612025-06-17T17:50:52.211Z 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=521af49a7263191f -C extra-filename=-7a9d4d6aff062888 --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-3de3afdffd237457.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-21107336716e293c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622025-06-17T17:50:52.237Z Compiling vte v0.11.1
36632025-06-17T17:50:52.262Z 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=-67e6005de80c9065 --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-03bf52d9306b5785.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-7ab781b85ff32c2b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642025-06-17T17:50:52.447Z Compiling crc8 v0.1.1
36652025-06-17T17:50:52.473Z 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=-b836993cadc8e065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662025-06-17T17:50:52.654Z Compiling const_format_proc_macros v0.2.34
36672025-06-17T17:50:52.680Z 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=-10ada7bc6fafdc16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-61828afd5cf1b997.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682025-06-17T17:50:53.004Z Compiling progenitor-macro v0.8.0
36692025-06-17T17:50:53.036Z 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=ad2cbbfa668c4947 -C extra-filename=-cb2dafb2069210fe --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-5028b41ffe19e8b8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-bbb145650c5ad20a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-cdce035019e0cdd8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702025-06-17T17:50:53.390Z Compiling strip-ansi-escapes v0.2.0
36712025-06-17T17:50:53.416Z 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=-4a88f585492d7d87 --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-67e6005de80c9065.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722025-06-17T17:50:53.723Z Compiling nu-ansi-term v0.50.1
36732025-06-17T17:50:53.749Z 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=-13ae54e8c843c38d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742025-06-17T17:50:53.956Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
36752025-06-17T17:50:53.982Z 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/04681f2/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=cc2f06b12e58ded0 -C extra-filename=-71900d961ffe2057 --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-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762025-06-17T17:50:54.222Z 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=fe122c28651da5d9 -C extra-filename=-38c5dd2137ab7ab3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-13b29d216221c8e7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d0a0301c0c614fc2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-80e8b6b3a409c96d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-c181be2e0d26d44e.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-bec2618ee2b728da.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
36772025-06-17T17:50:54.267Z Compiling const_format v0.2.34
36782025-06-17T17:50:54.319Z 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=-84e797a2d3eb2d0c --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-10ada7bc6fafdc16.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792025-06-17T17:50:54.345Z Compiling reedline v0.38.0
36802025-06-17T17:50:54.371Z 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.38.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=868c90dcae5aa0c5 -C extra-filename=-ed2dd992fe97b341 --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-1cd817a3f34bbccd.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-7a9d4d6aff062888.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-13ae54e8c843c38d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-4a88f585492d7d87.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-2c3edb2c616c3ea7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-360547933b906551.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812025-06-17T17:50:54.421Z Compiling half v1.8.3
36822025-06-17T17:50:54.447Z 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=-bdf1ad4f530dacf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832025-06-17T17:50:54.873Z Compiling libefi-sys v0.1.0
36842025-06-17T17:50:54.932Z 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=-a51b2a7e6a65a59a --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-a51b2a7e6a65a59a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852025-06-17T17:50:54.958Z Compiling serde_cbor v0.11.2
36862025-06-17T17:50:54.958Z 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=5a88723dde5fff07 -C extra-filename=-298fd8ccc2fc37c7 --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-bdf1ad4f530dacf8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872025-06-17T17:50:55.240Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-a51b2a7e6a65a59a/build-script-build`
36882025-06-17T17:50:55.291Z Compiling papergrid v0.11.0
36892025-06-17T17:50:55.317Z 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=-f42c178fbf736315 --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-bc40d045d90adc83.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4cbe4ea4e54cb639.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902025-06-17T17:50:56.098Z Compiling tabled_derive v0.7.0
36912025-06-17T17:50:56.124Z 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=-eefc8ac9e76bb2f1 --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-983699ac8dfc5d2a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-927bd74b4b9336a6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922025-06-17T17:50:56.261Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
36932025-06-17T17:50:56.261Z 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=22cdcef29fd7e4dc -C extra-filename=-802d80532f274d68 --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-b755c5a6bb05839b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942025-06-17T17:50:56.443Z Compiling bitfield-struct v0.6.2
36952025-06-17T17:50:56.469Z 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=2c48b86d2a7557e3 -C extra-filename=-ab5e466172e0d8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962025-06-17T17:50:56.601Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
36972025-06-17T17:50:56.627Z 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=88dd6c46dfa70792 -C extra-filename=-2f0a1eb6220652d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-2f0a1eb6220652d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9c0f0e3c46931341.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982025-06-17T17:50:57.051Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-2f0a1eb6220652d8/build-script-build`
36992025-06-17T17:50:57.179Z 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=-e01b0ba32976ff03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
37002025-06-17T17:50:57.559Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
37012025-06-17T17:50:57.585Z 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=3274fb313009f9bc -C extra-filename=-a2672bb68d530aa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-6fc2fa19656d821a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022025-06-17T17:50:57.647Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37032025-06-17T17:50:57.673Z 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=ddc1ca241c0d37ef -C extra-filename=-4728ae72911639a3 --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-ab5e466172e0d8e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042025-06-17T17:50:58.003Z Compiling tabled v0.15.0
37052025-06-17T17:50:58.029Z 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=-d67937effa6f4837 --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-f42c178fbf736315.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-eefc8ac9e76bb2f1.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062025-06-17T17:50:58.152Z Compiling kstat-rs v0.2.4
37072025-06-17T17:50:58.178Z 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=bcee058dd1a42ef9 -C extra-filename=-5403efa2966af1f0 --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-8cf0273e9bc6b4ef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082025-06-17T17:50:58.204Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37092025-06-17T17:50:58.248Z 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=-26638653db980a48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102025-06-17T17:50:58.287Z Compiling diff v0.1.13
37112025-06-17T17:50:58.287Z 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=-1319fac05ad748b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122025-06-17T17:50:58.376Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37132025-06-17T17:50:58.402Z 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=294a2df2a6132513 -C extra-filename=-8b784133c07233da --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-4728ae72911639a3.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-26638653db980a48.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142025-06-17T17:50:58.690Z 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=24c06f60d2f008db -C extra-filename=-495b0672be0e2b46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a2672bb68d530aa5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -l static=pci`
37152025-06-17T17:50:58.752Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37162025-06-17T17:50:58.778Z 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=497d005b3e5d5140 -C extra-filename=-0f5e3d07bb29a904 --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-8cf0273e9bc6b4ef.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-e01b0ba32976ff03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172025-06-17T17:50:59.122Z Compiling termtree v0.5.1
37182025-06-17T17:50:59.147Z 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=-0ffdeed955cab556 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192025-06-17T17:50:59.173Z Compiling dsl_auto_type v0.1.2
37202025-06-17T17:50:59.173Z Compiling phf_generator v0.11.2
37212025-06-17T17:50:59.173Z 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=c4d58a5fbe160b7f -C extra-filename=-19905fe4224eec4f --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-9464675204c606a5.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222025-06-17T17:50:59.173Z 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=c68b199759c429a8 -C extra-filename=-c9168796a8352740 --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-c3d33902be3a3c7a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232025-06-17T17:50:59.400Z Compiling diesel_table_macro_syntax v0.2.0
37242025-06-17T17:50:59.425Z 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=ace1fd3e633240af -C extra-filename=-2c9680950d609912 --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-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252025-06-17T17:50:59.459Z Compiling scheduled-thread-pool v0.2.7
37262025-06-17T17:50:59.459Z 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=52f9efdeb1c11c7b -C extra-filename=-86f99cc1a0a196d2 --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-350e0472b85021fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272025-06-17T17:50:59.485Z Compiling parking_lot_core v0.8.6
37282025-06-17T17:50:59.485Z 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=-62efc3473bc144ba --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-62efc3473bc144ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292025-06-17T17:50:59.797Z Compiling r2d2 v0.8.10
37302025-06-17T17:50:59.829Z 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=f75ae26e4657b8b2 -C extra-filename=-753b3990ecafce3c --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-0c3f9f9074fd84d6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-350e0472b85021fc.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-86f99cc1a0a196d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312025-06-17T17:50:59.945Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-62efc3473bc144ba/build-script-build`
37322025-06-17T17:50:59.980Z Compiling phf_codegen v0.11.2
37332025-06-17T17:51:00.006Z 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=dee8e0733d7a8211 -C extra-filename=-bc366127aadbfeeb --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-c9168796a8352740.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342025-06-17T17:51:00.039Z Compiling parse-zoneinfo v0.3.1
37352025-06-17T17:51:00.064Z 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=-e07aff70d31bb447 --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-ea2bf633eee21eec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362025-06-17T17:51:00.237Z Compiling nanorand v0.7.0
37372025-06-17T17:51:00.263Z 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=2ea1e6d8d68e7896 -C extra-filename=-9b5ddc39d25635a8 --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-d675cde62c0b25c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382025-06-17T17:51:00.293Z Compiling cfg_aliases v0.1.1
37392025-06-17T17:51:00.293Z 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=-fb7778318d72d307 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402025-06-17T17:51:00.435Z Compiling nix v0.28.0
37412025-06-17T17:51:00.461Z 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=-ceb7c79027710770 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-ceb7c79027710770 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-fb7778318d72d307.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422025-06-17T17:51:00.489Z Compiling diesel_derives v2.2.3
37432025-06-17T17:51:00.515Z 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=4ac0f0afa827aab0 -C extra-filename=-135f810c6e863e56 --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-2c9680950d609912.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-19905fe4224eec4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442025-06-17T17:51:00.756Z Compiling chrono-tz-build v0.4.0
37452025-06-17T17:51:00.789Z 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=9e893b4b4a3e1c00 -C extra-filename=-dafe125c4f1e6171 --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-e07aff70d31bb447.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-bc366127aadbfeeb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462025-06-17T17:51:01.136Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
37472025-06-17T17:51:01.162Z 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=1cba8663280a8c9e -C extra-filename=-48fb9694e7c46cc7 --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-bd9324fe48e620f7.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e55f68fe8b969bcd.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-c1c567f56c2503b3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-86dc450592e58195.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-86248b611c3cd723.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-66ac44f8b8d4343f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-88eab8629360a4d4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-14b19496d7ae46e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-3d0f52208f47bacd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-37ca749e972e1092.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f06fbb6079a82b1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482025-06-17T17:51:01.483Z Compiling flume v0.11.1
37492025-06-17T17:51:01.509Z 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=99b440cf7629ae30 -C extra-filename=-d21a202f6b595e4c --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-cc268f9244d9ad28.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-9b5ddc39d25635a8.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502025-06-17T17:51:01.765Z 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=d1c2688feab2ed6a -C extra-filename=-2fabfef858db4832 --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-3de3afdffd237457.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a5b7a78a46e97d24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512025-06-17T17:51:02.074Z Compiling bcs v0.1.6
37522025-06-17T17:51:02.100Z 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=3f2fc3ac2233b145 -C extra-filename=-0dd4e25d1bec566d --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-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37532025-06-17T17:51:02.324Z Compiling xshell-macros v0.2.7
37542025-06-17T17:51:02.350Z 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=-43518c29bdaaa639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552025-06-17T17:51:02.673Z Compiling crunchy v0.2.2
37562025-06-17T17:51:02.699Z 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=-f33bd1d1a65c4d11 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-f33bd1d1a65c4d11 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37572025-06-17T17:51:02.860Z Compiling parking_lot v0.11.2
37582025-06-17T17:51:02.887Z 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=23750f1ac4fedc17 -C extra-filename=-f7b44911ab3670ce --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-a5b7a78a46e97d24.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-18688dbff68d1a2c.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-2fabfef858db4832.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37592025-06-17T17:51:03.029Z Compiling xshell v0.2.7
37602025-06-17T17:51:03.055Z 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=-2a24cc18133aa099 --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-43518c29bdaaa639.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612025-06-17T17:51:03.185Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-f33bd1d1a65c4d11/build-script-build`
37622025-06-17T17:51:03.246Z Compiling chrono-tz v0.10.3
37632025-06-17T17:51:03.272Z 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=1bedb810c5fb2745 -C extra-filename=-c7d6caa48403e53c --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-c7d6caa48403e53c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-dafe125c4f1e6171.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642025-06-17T17:51:03.382Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
37652025-06-17T17:51:03.407Z 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=df277de1e916253b -C extra-filename=-3157c55fd176fdea --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-4819c0fb8a967ba9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-66ac44f8b8d4343f.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-48fb9694e7c46cc7.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0ace78414aa468cd.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-fab9a1a47d11fef4.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-14b19496d7ae46e1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7f946f2fcf79a43a.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-ad83716e7f2daae3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-72422bb88050bd70.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-37ca749e972e1092.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f06fbb6079a82b1f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f03ccb089c3f1440.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib`
37662025-06-17T17:51:03.583Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-ceb7c79027710770/build-script-build`
37672025-06-17T17:51:03.621Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37682025-06-17T17:51:03.647Z 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=0acc3e2da7b761ec -C extra-filename=-fdbe2aea5f1e86c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692025-06-17T17:51:03.682Z Compiling tiny-keccak v2.0.2
37702025-06-17T17:51:03.708Z 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=-d774d1d53330266c --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-d774d1d53330266c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712025-06-17T17:51:04.025Z 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=49525fb6238cf963 -C extra-filename=-20629dd4a1e022fd --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-beab76081c319986.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
37722025-06-17T17:51:04.110Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-d774d1d53330266c/build-script-build`
37732025-06-17T17:51:04.136Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-c7d6caa48403e53c/build-script-build`
37742025-06-17T17:51:04.171Z Compiling sled v0.34.7
37752025-06-17T17:51:04.197Z 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=87a070b8c4ab530b -C extra-filename=-b96c17ca9ea4b86a --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-d745b8ddf068285d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-31712546fcde96fc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c93b2e05cd7634c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f7b44911ab3670ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762025-06-17T17:51:04.903Z 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=-32706b217cf05821 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772025-06-17T17:51:05.060Z Compiling hickory-client v0.24.4
37782025-06-17T17:51:05.086Z 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.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-https", "dns-over-https-openssl", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "mdns", "native-certs", "rustls", "serde", "serde-config", "webpki-roots"))' -C metadata=0064898e967f03d1 -C extra-filename=-e1da66e4e62504d3 --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-3de3afdffd237457.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-48ef01d1b4729c3d.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-3ad2633285d6f455.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792025-06-17T17:51:06.121Z Compiling peg-macros v0.8.5
37802025-06-17T17:51:06.147Z 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=-d7cd7891f41aad45 --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-1d5d7e38952c741d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812025-06-17T17:51:06.312Z Compiling hickory-server v0.24.4
37822025-06-17T17:51:06.338Z 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.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "hickory-recursor", "hickory-resolver", "http", "native-certs", "openssl", "recursor", "resolver", "rusqlite", "rustls", "sqlite", "testing", "tls", "tls-openssl", "tokio-openssl", "tokio-rustls", "toml", "webpki-roots"))' -C metadata=e5b406ce97e4313b -C extra-filename=-b3ef2ce919b124d7 --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-178f17d25fe9aeb4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-d3333394a65bc480.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-59ff3ebd8b679676.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832025-06-17T17:51:06.442Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37842025-06-17T17:51:06.471Z 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=a2cf8ff92a2e0c7d -C extra-filename=-2371c46379684684 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-2371c46379684684 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852025-06-17T17:51:07.086Z Compiling sqlparser_derive v0.2.2
37862025-06-17T17:51:07.112Z 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=197c9001b9bd2d15 -C extra-filename=-219e10853c35b036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872025-06-17T17:51:07.373Z Compiling bit-vec v0.6.3
37882025-06-17T17:51:07.399Z 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=-e273c839adecce75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892025-06-17T17:51:07.796Z Compiling unicode_categories v0.1.1
37902025-06-17T17:51:07.822Z 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=-8480d0bf749ed0e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37912025-06-17T17:51:08.068Z Compiling sqlparser v0.45.0
37922025-06-17T17:51:08.094Z 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=e06f3d3ad5c562dc -C extra-filename=-6fdeec24944bc0bb --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-0c3f9f9074fd84d6.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-219e10853c35b036.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932025-06-17T17:51:08.146Z Compiling sqlformat v0.3.5
37942025-06-17T17:51:08.172Z 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=-ebacbb4871bfb0c5 --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-8480d0bf749ed0e0.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952025-06-17T17:51:08.900Z Compiling peg v0.8.5
37962025-06-17T17:51:08.926Z 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=-10719ff00779e6c0 --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-d7cd7891f41aad45.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-1d5d7e38952c741d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972025-06-17T17:51:09.072Z Compiling bit-set v0.5.3
37982025-06-17T17:51:09.098Z 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=-7f6f9be12b882056 --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-e273c839adecce75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992025-06-17T17:51:09.410Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-2371c46379684684/build-script-build`
38002025-06-17T17:51:09.448Z Compiling diesel v2.2.10
38012025-06-17T17:51:09.474Z 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.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="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=5a29293121294939 -C extra-filename=-fddc9fbec8c52c93 --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-beab76081c319986.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-135f810c6e863e56.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-753b3990ecafce3c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38022025-06-17T17:51:09.504Z Compiling rustyline v14.0.0
38032025-06-17T17:51:09.533Z 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=22de89e49ebfb712 -C extra-filename=-209d97106ff11c6d --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-beab76081c319986.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-7a9d4d6aff062888.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-28e9aeedac828e4f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-20629dd4a1e022fd.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-3ad2633285d6f455.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-360547933b906551.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-03bf52d9306b5785.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042025-06-17T17:51:09.957Z 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=-c8d2b161fae498be --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-32706b217cf05821.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052025-06-17T17:51:10.240Z 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=239b07f1728cbd9e -C extra-filename=-80c742bb68d47ade --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-1cd817a3f34bbccd.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062025-06-17T17:51:10.671Z Compiling ascii-canvas v3.0.0
38072025-06-17T17:51:10.696Z 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=de1a22b7cdbb6ef2 -C extra-filename=-deecd1a7c8ad9c93 --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-3bac5aa842dc093e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082025-06-17T17:51:11.157Z Compiling ena v0.14.3
38092025-06-17T17:51:11.183Z 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=-da5107956c7cfb38 --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-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102025-06-17T17:51:11.579Z Compiling regex-syntax v0.6.29
38112025-06-17T17:51:11.605Z 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=-3b12e9da713cc193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122025-06-17T17:51:12.061Z Compiling bindgen v0.71.1
38132025-06-17T17:51:12.087Z 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=-c75fea208adaffc4 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-c75fea208adaffc4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142025-06-17T17:51:12.832Z Compiling derive_builder_core v0.20.2
38152025-06-17T17:51:12.858Z 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=4b31499983428cc4 -C extra-filename=-50e6e00ace4e1350 --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-9464675204c606a5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162025-06-17T17:51:12.915Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-c75fea208adaffc4/build-script-build`
38172025-06-17T17:51:12.968Z 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=3366e5568d360365 -C extra-filename=-500b2b16f20db905 --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-beab76081c319986.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-8b73cb8b6ee8149f.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-24c73c6136c96119.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-50aa4900af2b0e9b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6150782b8ea62017.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6a0bc1bb118c96fe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182025-06-17T17:51:14.565Z Compiling lalrpop v0.19.12
38192025-06-17T17:51:14.591Z 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=126b4d732237ea98 -C extra-filename=-f251f7126c126fca --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-deecd1a7c8ad9c93.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-7f6f9be12b882056.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-1319fac05ad748b6.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-da5107956c7cfb38.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-8acba6205a3c588d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7c9e2d421731f02f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-3b12e9da713cc193.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-af3f0c8edfd15579.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-3bac5aa842dc093e.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-c8d2b161fae498be.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-61828afd5cf1b997.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202025-06-17T17:51:15.922Z Compiling libxml v0.3.3
38212025-06-17T17:51:15.947Z 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=-14d45ade003368b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-14d45ade003368b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222025-06-17T17:51:16.383Z Compiling assert_matches v1.5.0
38232025-06-17T17:51:16.409Z 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=-baeff8589e43a779 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242025-06-17T17:51:16.546Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-14d45ade003368b5/build-script-build`
38252025-06-17T17:51:16.612Z Compiling derive_builder_macro v0.20.2
38262025-06-17T17:51:16.639Z 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=560c6d65e4276e0e -C extra-filename=-08c9cbdcc76cdc70 --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-50e6e00ace4e1350.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272025-06-17T17:51:17.644Z Compiling strum_macros v0.24.3
38282025-06-17T17:51:17.670Z 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=-c77cd0912a1f4a88 --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-983699ac8dfc5d2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-148d4a25b6a900e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292025-06-17T17:51:18.696Z Compiling indoc v1.0.9
38302025-06-17T17:51:18.722Z 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=-f40e6a440ff868bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312025-06-17T17:51:19.505Z Compiling derive_builder v0.20.2
38322025-06-17T17:51:19.531Z 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=d4677dfa842a38f6 -C extra-filename=-a6373e344c88a98e --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-08c9cbdcc76cdc70.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332025-06-17T17:51:19.734Z 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=692a1db889e19376 -C extra-filename=-33f2d564396f2ac5 --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
38342025-06-17T17:51:19.778Z Compiling primeorder v0.13.6
38352025-06-17T17:51:19.818Z 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=e9353ba59b82f596 -C extra-filename=-24e727894956a4cf --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-7377c6d50ff135cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362025-06-17T17:51:20.341Z Compiling quick-xml v0.37.2
38372025-06-17T17:51:20.367Z 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=2491a69e352fff48 -C extra-filename=-c2dabeb6b23db8d6 --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-6461ceff8954e4ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382025-06-17T17:51:20.400Z Compiling oso-derive v0.27.3
38392025-06-17T17:51:20.400Z 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=-9af99517189e86b4 --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-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402025-06-17T17:51:21.341Z Compiling impl-trait-for-tuples v0.2.2
38412025-06-17T17:51:21.367Z 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=-904a34401d924692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38422025-06-17T17:51:21.528Z Compiling unicase v2.7.0
38432025-06-17T17:51:21.555Z 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=-7803397f479b8139 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-7803397f479b8139 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442025-06-17T17:51:21.808Z Compiling signal-hook-tokio v0.3.1
38452025-06-17T17:51:21.834Z 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=cc4164458a4e7255 -C extra-filename=-06aa48e4c502edf7 --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-cc268f9244d9ad28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-91982100f47b54b8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462025-06-17T17:51:21.872Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-7803397f479b8139/build-script-build`
38472025-06-17T17:51:22.036Z Compiling globset v0.4.15
38482025-06-17T17:51:22.062Z 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=-984be364cde29c0a --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-36bced02ae4bd5ce.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492025-06-17T17:51:22.107Z 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=-e467c3848863ad23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
38502025-06-17T17:51:22.469Z Compiling salty v0.3.0
38512025-06-17T17:51:22.495Z 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=-2fbbf2da2486d58c --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-2fbbf2da2486d58c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522025-06-17T17:51:22.880Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2fbbf2da2486d58c/build-script-build`
38532025-06-17T17:51:22.934Z Compiling mime_guess v2.0.5
38542025-06-17T17:51:22.960Z 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=-c58d403c9d26dc2b --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-c58d403c9d26dc2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e467c3848863ad23.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552025-06-17T17:51:23.176Z Compiling p384 v0.13.0
38562025-06-17T17:51:23.201Z 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=53b77f691ea372b8 -C extra-filename=-63cdd711af32d77d --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-49894938c024bc9b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7377c6d50ff135cc.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-24e727894956a4cf.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38572025-06-17T17:51:23.350Z Compiling tungstenite v0.23.0
38582025-06-17T17:51:23.375Z 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=62af3ec6a5ef0e70 -C extra-filename=-3d607e04304328dc --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-bd9324fe48e620f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-48ef01d1b4729c3d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-bd816f45ec33d3cd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b55f9577dc663577.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5cf1910ce24cb533.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38592025-06-17T17:51:23.881Z Compiling pin-project-internal v1.1.6
38602025-06-17T17:51:23.907Z 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=febfac05eb0275a9 -C extra-filename=-f3e4ed3332226622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612025-06-17T17:51:24.337Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
38622025-06-17T17:51:24.362Z 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=-ca834f3e0bd6d636 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-ca834f3e0bd6d636 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632025-06-17T17:51:24.684Z Compiling diesel-dtrace v0.4.2
38642025-06-17T17:51:24.717Z 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=-7241483e25c56075 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-7241483e25c56075 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652025-06-17T17:51:25.028Z Compiling void v1.0.2
38662025-06-17T17:51:25.054Z 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=-19aab5ce016b56eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672025-06-17T17:51:25.080Z Compiling http-range v0.1.5
38682025-06-17T17:51:25.119Z 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=-0a56d503f1183962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692025-06-17T17:51:25.280Z Compiling lzss v0.8.2
38702025-06-17T17:51:25.306Z 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=-cdee45d4f60d6f51 --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-19aab5ce016b56eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712025-06-17T17:51:25.442Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-7241483e25c56075/build-script-build`
38722025-06-17T17:51:25.537Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-ca834f3e0bd6d636/build-script-build`
38732025-06-17T17:51:25.636Z Compiling tokio-tungstenite v0.23.1
38742025-06-17T17:51:25.666Z 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=a9cf84427f83b89f -C extra-filename=-4ce0bee4bc09fb35 --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-fa33b9f36748c437.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-3d607e04304328dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752025-06-17T17:51:25.735Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-c58d403c9d26dc2b/build-script-build`
38762025-06-17T17:51:25.760Z 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=767890c845f6dc27 -C extra-filename=-39c5a16e8f27c393 --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-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
38772025-06-17T17:51:26.172Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38782025-06-17T17:51:26.198Z 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=4fdb31f0309852f6 -C extra-filename=-7db00f9c409bb24b --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-bd9324fe48e620f7.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-395239d49f2221f4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f06fbb6079a82b1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792025-06-17T17:51:26.262Z Compiling pin-project v1.1.6
38802025-06-17T17:51:26.262Z 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=67669b470f1c0f8b -C extra-filename=-c56c6a05372acb4e --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-f3e4ed3332226622.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812025-06-17T17:51:26.428Z Compiling nix v0.27.1
38822025-06-17T17:51:26.454Z 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=ada7e42c788b36d3 -C extra-filename=-b3cc0db8231367f4 --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-beab76081c319986.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-8d08de17c8080ce8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832025-06-17T17:51:26.505Z Compiling bb8 v0.8.5
38842025-06-17T17:51:26.531Z 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=3dc5befee78d9c91 -C extra-filename=-f1c415a4143369ab --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-178f17d25fe9aeb4.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-350e0472b85021fc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852025-06-17T17:51:26.556Z Compiling serde_bytes v0.11.17
38862025-06-17T17:51:26.601Z 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=f58728d8d4e87f3f -C extra-filename=-03ac7134730e55a0 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872025-06-17T17:51:26.891Z Compiling atty v0.2.14
38882025-06-17T17:51:26.922Z 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=155c78328113529e -C extra-filename=-12bc02edc2db75e4 --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892025-06-17T17:51:26.990Z Compiling env_filter v0.1.2
38902025-06-17T17:51:27.017Z 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=-69741f554aa4e601 --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-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38912025-06-17T17:51:27.043Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38922025-06-17T17:51:27.087Z 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=7d85e6065ed85f9c -C extra-filename=-5a5d3f45966d2400 --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-d675cde62c0b25c7.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-13b29d216221c8e7.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-39c5a16e8f27c393.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932025-06-17T17:51:27.113Z 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=-660e7807353ad8a7 --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-6a9761af3a61b81d.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e467c3848863ad23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942025-06-17T17:51:27.555Z 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=46dc1d9e147737da -C extra-filename=-a7844273e56497e0 --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-178f17d25fe9aeb4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-58b9ce7499bda659.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c93b2e05cd7634c2.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-802d80532f274d68.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-13b29d216221c8e7.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-0a5c2e0fec56d0d3.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-cdee45d4f60d6f51.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b3cc0db8231367f4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-a09db9ac982bc600.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-03ac7134730e55a0.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-298fd8ccc2fc37c7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ce8f5810df3c54c9.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-af3f0c8edfd15579.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7db00f9c409bb24b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f03ccb089c3f1440.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib`
38952025-06-17T17:51:27.782Z Compiling env_logger v0.11.5
38962025-06-17T17:51:27.808Z 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=-98b0f74607f70a53 --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-69741f554aa4e601.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972025-06-17T17:51:27.871Z Compiling snafu-derive v0.8.5
38982025-06-17T17:51:27.898Z 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=41de52fdcd0ef869 -C extra-filename=-cbf95b9566324819 --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-973fa8e1d737893b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992025-06-17T17:51:27.924Z Compiling fs-err v2.11.0
39002025-06-17T17:51:27.924Z 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=-3e9536a58af4341f --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-3e9536a58af4341f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012025-06-17T17:51:28.274Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
39022025-06-17T17:51:28.319Z 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=-7ad32a499a079b24 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-7ad32a499a079b24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032025-06-17T17:51:28.385Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-3e9536a58af4341f/build-script-build`
39042025-06-17T17:51:28.577Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
39052025-06-17T17:51:28.602Z 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=32477c95621fb8f4 -C extra-filename=-477b8e1c4231a208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-5a5d3f45966d2400.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e55f68fe8b969bcd.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fe891bdd726b7d63.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98b0f74607f70a53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-63cdd711af32d77d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-37ca749e972e1092.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062025-06-17T17:51:28.671Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-7ad32a499a079b24/build-script-build`
39072025-06-17T17:51:28.697Z Compiling hyper-staticfile v0.10.1
39082025-06-17T17:51:28.697Z 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=a4fc38c3003de461 -C extra-filename=-8ff07a583d0bc169 --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-fa33b9f36748c437.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-bafdc436c339b98a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-660e7807353ad8a7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092025-06-17T17:51:29.440Z Compiling olpc-cjson v0.1.4
39102025-06-17T17:51:29.465Z 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=2a72497034b95878 -C extra-filename=-f031697e369047a7 --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-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-c13988823d7f23c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112025-06-17T17:51:29.589Z Compiling serde_plain v1.0.2
39122025-06-17T17:51:29.615Z 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=12492ab17c36864d -C extra-filename=-f625f1e555bffa5f --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132025-06-17T17:51:29.740Z Compiling secrecy v0.8.0
39142025-06-17T17:51:29.765Z 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=0f2b174dbaff5b20 -C extra-filename=-faa9c4c76d2de55d --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-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152025-06-17T17:51:29.966Z Compiling typed-path v0.9.3
39162025-06-17T17:51:29.996Z 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=-93096f7b0da1750a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172025-06-17T17:51:30.066Z 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=-0157044d23374d22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
39182025-06-17T17:51:30.575Z Compiling parse-size v1.1.0
39192025-06-17T17:51:30.600Z 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=-55e1b83507a8231b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202025-06-17T17:51:30.858Z Compiling rand_seeder v0.3.0
39212025-06-17T17:51:30.884Z 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=a47fd1c0654757b8 -C extra-filename=-42ba3f1a7f310812 --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-2303bba6afbdc220.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222025-06-17T17:51:31.199Z Compiling cargo-platform v0.1.8
39232025-06-17T17:51:31.225Z 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=c61bc8b6658b20af -C extra-filename=-10677bee7098899c --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242025-06-17T17:51:31.707Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39252025-06-17T17:51:31.732Z 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=a5bb8c18ab69764d -C extra-filename=-e834d381a7c95ee5 --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-beab76081c319986.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-13b29d216221c8e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262025-06-17T17:51:31.800Z Compiling snafu v0.8.5
39272025-06-17T17:51:31.845Z 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=9d16a03b72149f99 -C extra-filename=-a918ae0407f472bd --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-cc268f9244d9ad28.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-c56c6a05372acb4e.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-cbf95b9566324819.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282025-06-17T17:51:32.460Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39292025-06-17T17:51:32.485Z 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=-c0de8ff20c99a32a --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-c0de8ff20c99a32a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302025-06-17T17:51:32.620Z Compiling io-lifetimes v1.0.11
39312025-06-17T17:51:32.646Z 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/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=52d1a8679eef5868 -C extra-filename=-c7e643c268062f1c --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-c7e643c268062f1c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322025-06-17T17:51:32.827Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-c0de8ff20c99a32a/build-script-build`
39332025-06-17T17:51:32.928Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
39342025-06-17T17:51:32.953Z 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=5fb360bc0e20c3f6 -C extra-filename=-a9eefa37e011898d --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-983699ac8dfc5d2a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352025-06-17T17:51:33.186Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-c7e643c268062f1c/build-script-build`
39362025-06-17T17:51:33.647Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39372025-06-17T17:51:33.672Z 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=04f83a25c78ba1e8 -C extra-filename=-08a9ad5454e79ec9 --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-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-e834d381a7c95ee5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382025-06-17T17:51:33.797Z Compiling rustix v0.37.28
39392025-06-17T17:51:33.822Z 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/rustix-0.37.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=9e27774c0e9d6940 -C extra-filename=-31386a701ebec596 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-31386a701ebec596 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402025-06-17T17:51:34.349Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=401a04756f8b2ceb -C extra-filename=-7d9c02fcb9f27326 --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg io_safety_is_in_std`
39412025-06-17T17:51:34.391Z Compiling yansi v1.0.1
39422025-06-17T17:51:34.416Z 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=-7ef065a566f4feae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432025-06-17T17:51:34.445Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-31386a701ebec596/build-script-build`
39442025-06-17T17:51:34.603Z Compiling castaway v0.2.3
39452025-06-17T17:51:34.628Z 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=-a5bb1bfb76e22dac --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-148d4a25b6a900e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462025-06-17T17:51:34.730Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=8b2e139baa3904c3 -C extra-filename=-dc587d4c4c02f315 --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-be8aff341cdf0f9a.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-ad93887c05554acd.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-7d9c02fcb9f27326.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
39472025-06-17T17:51:34.813Z Compiling indoc v2.0.6
39482025-06-17T17:51:34.838Z 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=-3d2fa1f1b50ae27e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492025-06-17T17:51:35.027Z Compiling pretty_assertions v1.4.1
39502025-06-17T17:51:35.052Z 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=-9ad20850c87b6190 --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-1319fac05ad748b6.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-7ef065a566f4feae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512025-06-17T17:51:35.508Z Compiling compact_str v0.8.0
39522025-06-17T17:51:35.534Z 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=-6951e614fba503bf --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-a5bb1bfb76e22dac.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-148d4a25b6a900e7.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e333b6170bff6ca3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532025-06-17T17:51:35.687Z Compiling unicode-truncate v1.1.0
39542025-06-17T17:51:35.712Z 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=9ad934c28f1360dd -C extra-filename=-015117754041c51b --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-50aa4900af2b0e9b.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-360547933b906551.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552025-06-17T17:51:35.924Z 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=5133c8670105ef8c -C extra-filename=-7ac0c1f746ff3098 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-13b29d216221c8e7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d0a0301c0c614fc2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-80e8b6b3a409c96d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-08a9ad5454e79ec9.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-e834d381a7c95ee5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
39562025-06-17T17:51:35.965Z Compiling terminal_size v0.2.6
39572025-06-17T17:51:35.991Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=810876cee85595f7 -C extra-filename=-412f58958d3bda83 --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-dc587d4c4c02f315.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39582025-06-17T17:51:36.204Z Compiling instability v0.3.2
39592025-06-17T17:51:36.230Z 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=5d6f01a61a188ea0 -C extra-filename=-958c15d96dca93e0 --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-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602025-06-17T17:51:36.689Z Compiling lru v0.12.5
39612025-06-17T17:51:36.760Z 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=3361614b065d00f1 -C extra-filename=-756bcc3c76b5c816 --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-5d6c4ad23ea5f468.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39622025-06-17T17:51:36.801Z Compiling is_ci v1.2.0
39632025-06-17T17:51:36.827Z 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=-58c0d1c13d127856 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39642025-06-17T17:51:37.052Z Compiling cassowary v0.3.0
39652025-06-17T17:51:37.077Z 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=-1413b8fddffb91f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662025-06-17T17:51:37.104Z Compiling smawk v0.3.2
39672025-06-17T17:51:37.104Z 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=-6eada9ae0be3d47d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682025-06-17T17:51:37.158Z Compiling unicode-linebreak v0.1.5
39692025-06-17T17:51:37.185Z 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=-6be72c306a9efbe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702025-06-17T17:51:37.361Z Compiling supports-color v3.0.2
39712025-06-17T17:51:37.387Z 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=-9909e89766a7dbd1 --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-58c0d1c13d127856.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722025-06-17T17:51:37.608Z Compiling ratatui v0.29.0
39732025-06-17T17:51:37.634Z 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=0abcb90ef097c320 -C extra-filename=-aa6a8e03519bcbbc --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-beab76081c319986.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-1413b8fddffb91f6.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-6951e614fba503bf.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-3d2fa1f1b50ae27e.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-958c15d96dca93e0.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-50aa4900af2b0e9b.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-756bcc3c76b5c816.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-360547933b906551.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-015117754041c51b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f8e3d5f3ac8a66c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742025-06-17T17:51:37.668Z Compiling textwrap v0.16.1
39752025-06-17T17:51:37.694Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=60289fc75f848c45 -C extra-filename=-8d74bf9e44805cff --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-6eada9ae0be3d47d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-412f58958d3bda83.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-6be72c306a9efbe2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762025-06-17T17:51:38.010Z Compiling libz-sys v1.1.20
39772025-06-17T17:51:38.036Z 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=e095097b7f6711c6 -C extra-filename=-2b8556e247533a83 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-2b8556e247533a83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9c0f0e3c46931341.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-e151e297389c0a87.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782025-06-17T17:51:38.081Z Compiling concurrent-queue v2.5.0
39792025-06-17T17:51:38.116Z 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=-709bd259b08a0328 --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-7359b4299789c5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802025-06-17T17:51:38.461Z 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=2d289ad7dadce409 -C extra-filename=-41c6fe88e0358f92 --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-fddc9fbec8c52c93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39812025-06-17T17:51:38.640Z Compiling async-bb8-diesel v0.2.1
39822025-06-17T17:51:38.666Z 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=ef590b6dd71c8f76 -C extra-filename=-5da851387298f909 --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-178f17d25fe9aeb4.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-f1c415a4143369ab.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39832025-06-17T17:51:38.701Z Compiling parking v2.2.1
39842025-06-17T17:51:38.727Z 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=-8464c66de327b9ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852025-06-17T17:51:38.917Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-2b8556e247533a83/build-script-build`
39862025-06-17T17:51:39.049Z Compiling libgit2-sys v0.17.0+1.8.1
39872025-06-17T17:51:39.075Z 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=53c881124a1bfb09 -C extra-filename=-09be00cba3705026 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-09be00cba3705026 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9c0f0e3c46931341.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882025-06-17T17:51:39.102Z Compiling shell-words v1.1.0
39892025-06-17T17:51:39.102Z 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=-30b731a8ab2b762e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902025-06-17T17:51:39.386Z 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=7137fe313036e5f6 -C extra-filename=-4f9ec9bbc2c5dd92 --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
39912025-06-17T17:51:39.422Z Compiling event-listener v5.3.1
39922025-06-17T17:51:39.449Z 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=-d5f970d156026002 --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-709bd259b08a0328.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8464c66de327b9ba.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932025-06-17T17:51:39.600Z Compiling vergen v8.3.2
39942025-06-17T17:51:39.626Z 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=-8f3bb56e5cec9770 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-8f3bb56e5cec9770 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-148d4a25b6a900e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952025-06-17T17:51:39.853Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-09be00cba3705026/build-script-build`
39962025-06-17T17:51:39.965Z Compiling event-listener-strategy v0.5.2
39972025-06-17T17:51:39.991Z 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=-e55b8a59ba80869f --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-d5f970d156026002.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982025-06-17T17:51:40.017Z Compiling csv-core v0.1.11
39992025-06-17T17:51:40.017Z 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=-b3c4094355082122 --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-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002025-06-17T17:51:40.051Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8f3bb56e5cec9770/build-script-build`
40012025-06-17T17:51:40.104Z Compiling futures-lite v2.3.0
40022025-06-17T17:51:40.184Z 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=-da36cb29b4515841 --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-227a30ba850577c3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8464c66de327b9ba.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032025-06-17T17:51:40.287Z Compiling cargo_metadata v0.18.1
40042025-06-17T17:51:40.313Z 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=6bdeba2bfd5ae4f2 -C extra-filename=-fe4ea5146815a880 --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-fb3f1df37a79266b.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-10677bee7098899c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052025-06-17T17:51:40.558Z Compiling csv v1.3.1
40062025-06-17T17:51:40.584Z 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=2d14a404ea233984 -C extra-filename=-86c99ae0df69156e --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-b3c4094355082122.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e333b6170bff6ca3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072025-06-17T17:51:41.484Z Compiling petname v2.0.2
40082025-06-17T17:51:41.510Z 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=9201bdf382507c0f -C extra-filename=-99fb6ebc1da3f54c --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-99fb6ebc1da3f54c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092025-06-17T17:51:41.618Z Compiling rtoolbox v0.0.2
40102025-06-17T17:51:41.644Z 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=bf1ac85d618f808a -C extra-filename=-092019499c8ff4f2 --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112025-06-17T17:51:42.025Z Compiling rustls v0.21.12
40122025-06-17T17:51:42.050Z 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=-499ee173a38e54b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-499ee173a38e54b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132025-06-17T17:51:42.371Z Compiling hex-literal v0.4.1
40142025-06-17T17:51:42.397Z 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=-e457768128836586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152025-06-17T17:51:42.423Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-99fb6ebc1da3f54c/build-script-build`
40162025-06-17T17:51:42.578Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-499ee173a38e54b2/build-script-build`
40172025-06-17T17:51:42.631Z Compiling rpassword v7.3.1
40182025-06-17T17:51:42.657Z 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.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=aa84d77f10da56f0 -C extra-filename=-83fe9c6003e86e49 --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-8cf0273e9bc6b4ef.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-092019499c8ff4f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192025-06-17T17:51:42.698Z Compiling tui-tree-widget v0.23.0
40202025-06-17T17:51:42.724Z 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5ee5364e47598d8 -C extra-filename=-b4f14fefa906f8fb --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-aa6a8e03519bcbbc.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f8e3d5f3ac8a66c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212025-06-17T17:51:42.803Z Compiling cargo_metadata v0.19.2
40222025-06-17T17:51:42.829Z 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.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=914799e5f9936631 -C extra-filename=-d99b0f1adde4144b --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-fb3f1df37a79266b.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-10677bee7098899c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232025-06-17T17:51:42.947Z Compiling rustls-webpki v0.101.7
40242025-06-17T17:51:42.973Z 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=4269122a9e6b6c12 -C extra-filename=-10d78ea161394ad8 --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-9d5d299a99d4fa9f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7300bbcd9e2b6e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out`
40252025-06-17T17:51:43.066Z Compiling sct v0.7.1
40262025-06-17T17:51:43.092Z 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=a9e2204fa15ae413 -C extra-filename=-0aad14f851c34098 --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-9d5d299a99d4fa9f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7300bbcd9e2b6e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out`
40272025-06-17T17:51:43.122Z Compiling typeid v1.0.3
40282025-06-17T17:51:43.147Z 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=-06f9329d4b30f608 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-06f9329d4b30f608 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292025-06-17T17:51:43.386Z 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=17a0535eb3f4b217 -C extra-filename=-173dd3559f541127 --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-933f3f91cf655987.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302025-06-17T17:51:43.618Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-06f9329d4b30f608/build-script-build`
40312025-06-17T17:51:43.716Z 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=62aa258ab08914a9 -C extra-filename=-46fc2c3411b4377c --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-0c3f9f9074fd84d6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-10d78ea161394ad8.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-0aad14f851c34098.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out`
40322025-06-17T17:51:44.326Z Compiling async-lock v3.4.0
40332025-06-17T17:51:44.352Z 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=-f4154a00e16cb6f1 --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-d5f970d156026002.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-e55b8a59ba80869f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40342025-06-17T17:51:45.026Z Compiling polyval v0.6.2
40352025-06-17T17:51:45.052Z 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=2d662b90eabdf461 -C extra-filename=-19cfbb872cf145b0 --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-3de3afdffd237457.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-37213a0154867594.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-47e8d38af1dcfccc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362025-06-17T17:51:45.348Z Compiling polling v3.7.3
40372025-06-17T17:51:45.374Z 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=4e599ef85ef00f0c -C extra-filename=-ed4198334b6a3367 --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-3de3afdffd237457.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-21107336716e293c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382025-06-17T17:51:45.467Z Compiling sync-ptr v0.1.1
40392025-06-17T17:51:45.493Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e0b617e3783b0c8 -C extra-filename=-13588d279a0e6993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402025-06-17T17:51:45.590Z Compiling ghash v0.5.1
40412025-06-17T17:51:45.615Z 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=764b33069b6764a2 -C extra-filename=-0154e26c097d461a --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-37213a0154867594.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-19cfbb872cf145b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422025-06-17T17:51:45.720Z 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=-1848c4803283118d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_const_type_id)'`
40432025-06-17T17:51:45.832Z Compiling async-io v2.3.4
40442025-06-17T17:51:45.857Z 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=704bde6d22bdd21b -C extra-filename=-66592e7ff479151e --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-f4154a00e16cb6f1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-709bd259b08a0328.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8464c66de327b9ba.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-ed4198334b6a3367.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-21107336716e293c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40452025-06-17T17:51:45.926Z Compiling rustls-pemfile v1.0.4
40462025-06-17T17:51:45.952Z 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=-5550fb2100266f58 --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-40930d55b624874f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40472025-06-17T17:51:45.977Z Compiling ctr v0.9.2
40482025-06-17T17:51:45.977Z 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=6fdd7773a18bb3c2 -C extra-filename=-0440f74117822945 --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-dbb179055a8e85be.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492025-06-17T17:51:46.331Z Compiling twox-hash v2.1.0
40502025-06-17T17:51:46.357Z 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=419b28bcdad05f18 -C extra-filename=-ace9b39e6413cdbc --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-d1e544ba461f0a82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512025-06-17T17:51:46.383Z Compiling plotters-backend v0.3.7
40522025-06-17T17:51:46.383Z 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=-38622e2de20fe9bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40532025-06-17T17:51:46.878Z Compiling async-task v4.7.1
40542025-06-17T17:51:46.904Z 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=-411a9e16151d410d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552025-06-17T17:51:47.066Z Compiling tokio-rustls v0.24.1
40562025-06-17T17:51:47.092Z 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=68a7eb78d9c4b68e -C extra-filename=-979a6131c0e25227 --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-46fc2c3411b4377c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out`
40572025-06-17T17:51:47.346Z Compiling target-lexicon v0.13.2
40582025-06-17T17:51:47.372Z 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=-b6072082ad4e6eb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-b6072082ad4e6eb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592025-06-17T17:51:47.477Z Compiling plotters-svg v0.3.7
40602025-06-17T17:51:47.503Z 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=-1d65d81bcf3b2509 --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-38622e2de20fe9bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612025-06-17T17:51:47.533Z Compiling aes-gcm v0.10.3
40622025-06-17T17:51:47.533Z 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=4e14a8e904d478a5 -C extra-filename=-3c3434964243ba06 --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-9693fe2bb61aa719.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-f816887885c0fda0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-dbb179055a8e85be.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0440f74117822945.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-0154e26c097d461a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632025-06-17T17:51:47.840Z Compiling erased-serde v0.4.6
40642025-06-17T17:51:47.866Z 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=75a345f436960c2e -C extra-filename=-6fbafba7f0f5d3c1 --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-3797518153757616.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-1848c4803283118d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652025-06-17T17:51:47.892Z Compiling async-channel v2.3.1
40662025-06-17T17:51:47.892Z 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=-e9ebb65f3fa036a6 --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-709bd259b08a0328.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-e55b8a59ba80869f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672025-06-17T17:51:48.244Z Compiling piper v0.2.4
40682025-06-17T17:51:48.270Z 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=-f508e8ec102e2d8e --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-b88de53e82c6fffa.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-227a30ba850577c3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692025-06-17T17:51:48.296Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-b6072082ad4e6eb6/build-script-build`
40702025-06-17T17:51:48.383Z Compiling fatfs v0.3.6
40712025-06-17T17:51:48.408Z 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=4f7777f7749809bf -C extra-filename=-b041d8210074b50a --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-be8aff341cdf0f9a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722025-06-17T17:51:48.621Z Compiling ssh-encoding v0.2.0
40732025-06-17T17:51:48.647Z 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=73e6655b23e5a828 -C extra-filename=-e3f7ca0891ac82f5 --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-fae69d05f1cd8859.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742025-06-17T17:51:48.862Z Compiling blowfish v0.9.1
40752025-06-17T17:51:48.898Z 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=e002d81a21952387 -C extra-filename=-67175b46f3ba2b37 --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-bd9324fe48e620f7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-dbb179055a8e85be.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762025-06-17T17:51:49.092Z Compiling ordered-float v2.10.1
40772025-06-17T17:51:49.118Z 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=-2db85e1ab516f406 --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-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782025-06-17T17:51:49.292Z Compiling arrayvec v0.7.6
40792025-06-17T17:51:49.317Z 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=-7026271054628e9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802025-06-17T17:51:49.610Z Compiling cast v0.3.0
40812025-06-17T17:51:49.636Z 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=-85268100348a317a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822025-06-17T17:51:49.697Z Compiling guppy-workspace-hack v0.1.0
40832025-06-17T17:51:49.723Z 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=-939578bf09ed22bc --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-939578bf09ed22bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842025-06-17T17:51:49.749Z Compiling arrayref v0.3.9
40852025-06-17T17:51:49.749Z 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=-70fdd4594518975b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862025-06-17T17:51:49.851Z Compiling constant_time_eq v0.3.1
40872025-06-17T17:51:49.877Z 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=-9cf81f1547d90593 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40882025-06-17T17:51:49.903Z Compiling serde-value v0.7.0
40892025-06-17T17:51:49.903Z 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=85a9ed49b35428c3 -C extra-filename=-ae6d2c0ac25bde12 --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-2db85e1ab516f406.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902025-06-17T17:51:49.970Z Compiling criterion-plot v0.5.0
40912025-06-17T17:51:49.996Z 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=4234ee9448fe747f -C extra-filename=-23983a423bbbcc89 --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-85268100348a317a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922025-06-17T17:51:50.053Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-939578bf09ed22bc/build-script-build`
40932025-06-17T17:51:50.095Z Compiling bcrypt-pbkdf v0.10.0
40942025-06-17T17:51:50.122Z 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=d00217ba8e55355f -C extra-filename=-f5ed38d8ed96c67a --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-67175b46f3ba2b37.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-65e6338ab5c8f407.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952025-06-17T17:51:50.168Z Compiling ssh-cipher v0.2.0
40962025-06-17T17:51:50.194Z 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=2419dbbca24ad628 -C extra-filename=-68ebe5d79d489a0d --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-f816887885c0fda0.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-3c3434964243ba06.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-63962228920178bf.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-2075b2280bc55e15.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-dbb179055a8e85be.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0440f74117822945.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-eef21bd532ee51d5.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-e3f7ca0891ac82f5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972025-06-17T17:51:50.651Z Compiling serde-untagged v0.1.7
40982025-06-17T17:51:50.677Z Compiling blocking v1.6.1
40992025-06-17T17:51:50.677Z 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=2249e40edc7f20fb -C extra-filename=-2a21bee2f91f9bed --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-6fbafba7f0f5d3c1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-1848c4803283118d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002025-06-17T17:51:50.677Z 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=-722335b871a61edb --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-e9ebb65f3fa036a6.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-411a9e16151d410d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-f508e8ec102e2d8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012025-06-17T17:51:50.852Z 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=-df8e03577eb9a6ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
41022025-06-17T17:51:51.166Z Compiling plotters v0.3.7
41032025-06-17T17:51:51.192Z 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=-cdfcc24155793d78 --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-1fb6e8465c7f7e68.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-38622e2de20fe9bd.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-1d65d81bcf3b2509.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41042025-06-17T17:51:51.218Z Compiling async-executor v1.13.1
41052025-06-17T17:51:51.218Z 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=-d673d9c175d0c903 --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-411a9e16151d410d.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-709bd259b08a0328.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-227a30ba850577c3.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062025-06-17T17:51:51.310Z Compiling async-signal v0.2.10
41072025-06-17T17:51:51.337Z 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=ca02c2e6f0e97d53 -C extra-filename=-a6844664d97d3b42 --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-66592e7ff479151e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-21107336716e293c.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-dbfa4732e3cd5706.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41082025-06-17T17:51:51.511Z Compiling password-hash v0.4.2
41092025-06-17T17:51:51.536Z 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=3b778d588b974c97 -C extra-filename=-d4effe596142cdbb --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-fae69d05f1cd8859.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41102025-06-17T17:51:51.709Z Compiling tinytemplate v1.2.1
41112025-06-17T17:51:51.734Z 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=81dd12f988a3ea5f -C extra-filename=-6ea714491a16c701 --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-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122025-06-17T17:51:51.860Z Compiling futures-timer v3.0.3
41132025-06-17T17:51:51.886Z 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=-0c27690864ac2030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142025-06-17T17:51:52.217Z Compiling target-spec v3.4.2
41152025-06-17T17:51:52.242Z 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=-02653ac2650d7e46 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-02653ac2650d7e46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41162025-06-17T17:51:52.523Z Compiling anes v0.1.6
41172025-06-17T17:51:52.547Z 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=-bef629b143a0a8bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182025-06-17T17:51:52.573Z Compiling oorandom v11.1.4
41192025-06-17T17:51:52.573Z 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=-ef7fabf51a5d0c44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41202025-06-17T17:51:52.710Z Compiling event-listener v2.5.3
41212025-06-17T17:51:52.735Z 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=-0251729e9e5e2225 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222025-06-17T17:51:52.817Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-02653ac2650d7e46/build-script-build`
41232025-06-17T17:51:52.872Z Compiling criterion v0.5.1
41242025-06-17T17:51:52.897Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=4d8c05cad889ccc0 -C extra-filename=-2cb69f3d45636103 --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-bef629b143a0a8bc.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-85268100348a317a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6b633eb087dcab50.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-23983a423bbbcc89.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-8acba6205a3c588d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-ef7fabf51a5d0c44.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-cdfcc24155793d78.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-6ea714491a16c701.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252025-06-17T17:51:52.969Z Compiling async-channel v1.9.0
41262025-06-17T17:51:52.995Z 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=-75e15db47157b01e --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-709bd259b08a0328.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-0251729e9e5e2225.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41272025-06-17T17:51:53.106Z Compiling pbkdf2 v0.11.0
41282025-06-17T17:51:53.131Z Compiling async-process v2.3.0
41292025-06-17T17:51:53.131Z 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=fabc63e1d77b2b62 -C extra-filename=-e60df3abc5619d67 --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-4819c0fb8a967ba9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eceeae9dfa8a7001.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-d4effe596142cdbb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41302025-06-17T17:51:53.131Z 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=1897eb1c85d87d31 -C extra-filename=-d789a50b809a6880 --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-66592e7ff479151e.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f4154a00e16cb6f1.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-a6844664d97d3b42.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-d5f970d156026002.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-21107336716e293c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312025-06-17T17:51:53.294Z Compiling async-global-executor v2.4.1
41322025-06-17T17:51:53.319Z 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=26e7572257a2a344 -C extra-filename=-7f67c79817b7aaca --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-e9ebb65f3fa036a6.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-d673d9c175d0c903.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-66592e7ff479151e.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f4154a00e16cb6f1.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-722335b871a61edb.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332025-06-17T17:51:53.490Z Compiling cfg-expr v0.18.0
41342025-06-17T17:51:53.515Z 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=-f70442085ba757ea --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-16929c956149f697.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-df8e03577eb9a6ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352025-06-17T17:51:54.196Z Compiling cargo-util-schemas v0.2.0
41362025-06-17T17:51:54.223Z 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=f6dccd11507a7e11 -C extra-filename=-9adc7049bf662cea --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-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-2a21bee2f91f9bed.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-ae6d2c0ac25bde12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-61828afd5cf1b997.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372025-06-17T17:51:54.466Z Compiling ssh-key v0.6.6
41382025-06-17T17:51:54.491Z 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=c4c09c6416f1675f -C extra-filename=-c0db33bd4736b97a --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-f5ed38d8ed96c67a.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fe891bdd726b7d63.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-11dd3877f51b14f7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-14b19496d7ae46e1.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-275829a21a0934eb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-fe9fee921fbfb20e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-68ebe5d79d489a0d.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-e3f7ca0891ac82f5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392025-06-17T17:51:54.559Z 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=-fbfa6b5cb016abd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41402025-06-17T17:51:54.708Z Compiling p256 v0.13.2
41412025-06-17T17:51:54.733Z 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=5bcdaef5c27c430c -C extra-filename=-dfa85a8ae64040a2 --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-49894938c024bc9b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7377c6d50ff135cc.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-24e727894956a4cf.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41422025-06-17T17:51:55.423Z Compiling p521 v0.13.3
41432025-06-17T17:51:55.448Z 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=e53c79a893220bee -C extra-filename=-7d169db9967c9545 --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-2fad40719046d586.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49894938c024bc9b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7377c6d50ff135cc.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-24e727894956a4cf.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41442025-06-17T17:51:56.489Z Compiling cargo-platform v0.2.0
41452025-06-17T17:51:56.515Z 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=9737dff203bf9950 -C extra-filename=-95f5e0ce8165e5bb --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41462025-06-17T17:51:57.021Z Compiling async-attributes v1.1.2
41472025-06-17T17:51:57.048Z 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=-dff148900b4d8ea2 --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-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41482025-06-17T17:51:57.198Z Compiling blake3 v1.5.4
41492025-06-17T17:51:57.223Z 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=52369c8ed2e6efd2 -C extra-filename=-0f3cfb6ac62a40f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-0f3cfb6ac62a40f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9c0f0e3c46931341.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502025-06-17T17:51:57.252Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-ec08acd25c6a0b2d/build-script-build`
41512025-06-17T17:51:57.307Z 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=d721411e5dd90edb -C extra-filename=-26de7449f698b209 --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-5a7744e0b57282b3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
41522025-06-17T17:51:57.821Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-1856558b521a9f8f/build-script-build`
41532025-06-17T17:51:57.856Z Compiling russh-cryptovec v0.7.3
41542025-06-17T17:51:57.881Z 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=34b237d233f2d9b9 -C extra-filename=-a7cd6d93c63a9976 --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41552025-06-17T17:51:57.907Z Compiling kv-log-macro v1.0.7
41562025-06-17T17:51:57.907Z 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=-e91ed0955ce193ac --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-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572025-06-17T17:51:57.947Z Compiling md5 v0.7.0
41582025-06-17T17:51:57.947Z 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=-b27acbcf6ee9201c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41592025-06-17T17:51:58.149Z Compiling async-std v1.13.0
41602025-06-17T17:51:58.175Z 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=e342ec3688e432cb -C extra-filename=-b63487f5f87bccd2 --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-dff148900b4d8ea2.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-75e15db47157b01e.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-7f67c79817b7aaca.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-66592e7ff479151e.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f4154a00e16cb6f1.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-d789a50b809a6880.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-e91ed0955ce193ac.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-edeb4baaa379e23d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41612025-06-17T17:51:58.207Z Compiling russh-keys v0.45.0
41622025-06-17T17:51:58.233Z 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=cb439911d2dfe3b4 -C extra-filename=-e00890932ea5b623 --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-f816887885c0fda0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-f5ed38d8ed96c67a.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-71bac9e52723f8b9.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-63962228920178bf.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0440f74117822945.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-48ef01d1b4729c3d.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-86dc450592e58195.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4819c0fb8a967ba9.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49894938c024bc9b.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fe891bdd726b7d63.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7377c6d50ff135cc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eceeae9dfa8a7001.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-28e9aeedac828e4f.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-bc205343c3f910de.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b27acbcf6ee9201c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-dfa85a8ae64040a2.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-63cdd711af32d77d.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-7d169db9967c9545.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-e60df3abc5619d67.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-11e01f7962ab4bca.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-fc46cd3208cc9747.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4923f36f839db742.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-14b19496d7ae46e1.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-a7cd6d93c63a9976.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-275829a21a0934eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b55f9577dc663577.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2de2a39b28629dce.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-e3f7ca0891ac82f5.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-c0db33bd4736b97a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b4e1437a670c0b17.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632025-06-17T17:51:58.380Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-0f3cfb6ac62a40f5/build-script-build`
41642025-06-17T17:51:58.984Z Compiling cargo_metadata v0.20.0
41652025-06-17T17:51:59.010Z 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=abf71f63ca2ae216 -C extra-filename=-56767a6458f30e6b --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-fb3f1df37a79266b.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-95f5e0ce8165e5bb.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-9adc7049bf662cea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41662025-06-17T17:51:59.427Z 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=4cd47f15dcc31339 -C extra-filename=-0b8fc4a91b588095 --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-26de7449f698b209.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-fa3ccdb9ba98dc3b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
41672025-06-17T17:52:01.204Z 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=-331fc5d459d211a1 --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-f70442085ba757ea.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-fbfa6b5cb016abd6.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-df8e03577eb9a6ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682025-06-17T17:52:01.719Z Compiling rustls-webpki v0.102.8
41692025-06-17T17:52:01.747Z 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=483cf8dba46b54a4 -C extra-filename=-a0aa09c1132796f4 --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-0b8fc4a91b588095.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7300bbcd9e2b6e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out`
41702025-06-17T17:52:01.794Z Compiling predicates-tree v1.0.12
41712025-06-17T17:52:01.820Z 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=-3035b7b3b616bf02 --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-44f787477a210ef1.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41722025-06-17T17:52:02.014Z Compiling pathdiff v0.2.3
41732025-06-17T17:52:02.040Z 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=b87b1b117d27ecb4 -C extra-filename=-5255ba4bebb90e8d --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-fb3f1df37a79266b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41742025-06-17T17:52:02.066Z Compiling num-bigint v0.4.6
41752025-06-17T17:52:02.066Z 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=4f2552cec8f8beae -C extra-filename=-17fb905e6f7c82d6 --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-a8d9c42ce3064789.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41762025-06-17T17:52:02.227Z Compiling des v0.8.1
41772025-06-17T17:52:02.252Z 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=cc5c67b96a9bf73d -C extra-filename=-d2b4afdf47edbea8 --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-dbb179055a8e85be.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41782025-06-17T17:52:02.282Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41792025-06-17T17:52:02.282Z 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=-60c6620e55ddb843 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802025-06-17T17:52:02.576Z 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=93736dfb8f59a4f0 -C extra-filename=-3576141d7dfa7af3 --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-0b8fc4a91b588095.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a0aa09c1132796f4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
41812025-06-17T17:52:03.057Z 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=72a27513c11f6810 -C extra-filename=-6166ca4d93b647b4 --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-0c3f9f9074fd84d6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a0aa09c1132796f4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts`
41822025-06-17T17:52:03.293Z Compiling memmap2 v0.9.5
41832025-06-17T17:52:03.318Z 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=74dd26d6722c62d1 -C extra-filename=-347978d2ea554833 --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842025-06-17T17:52:03.683Z Compiling doc-comment v0.3.3
41852025-06-17T17:52:03.709Z 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=-29863fde93dfdc92 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-29863fde93dfdc92 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862025-06-17T17:52:03.734Z Compiling escape8259 v0.5.3
41872025-06-17T17:52:03.734Z 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=-97975e9113eefdaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882025-06-17T17:52:04.064Z Compiling nested v0.1.1
41892025-06-17T17:52:04.091Z 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=-2194a5a7e46edfb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902025-06-17T17:52:04.225Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-29863fde93dfdc92/build-script-build`
41912025-06-17T17:52:04.355Z Compiling guppy v0.17.19
41922025-06-17T17:52:04.381Z 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=8dd1aa6a04410b79 -C extra-filename=-4831c5ab882d1641 --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-ae82eed8e16fffa3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-9adc7049bf662cea.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-56767a6458f30e6b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-5608683ae2af4267.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-fbfa6b5cb016abd6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-2194a5a7e46edfb2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-5255ba4bebb90e8d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-331fc5d459d211a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932025-06-17T17:52:04.410Z Compiling libtest-mimic v0.8.1
41942025-06-17T17:52:04.436Z 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=6338cc2e9bfbf07c -C extra-filename=-37b9cd8a488eed05 --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-d24e584261a1a2b7.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-f0d665ae03ab89d5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-97975e9113eefdaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41952025-06-17T17:52:05.978Z Compiling russh v0.45.0
41962025-06-17T17:52:06.004Z 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=dfd5da2a974dcb3a -C extra-filename=-3e2753c6621bce1e --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-f816887885c0fda0.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-3c3434964243ba06.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-beab76081c319986.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-63962228920178bf.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-2075b2280bc55e15.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0440f74117822945.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-be0312d4cc2106db.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-d2b4afdf47edbea8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4819c0fb8a967ba9.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7377c6d50ff135cc.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eceeae9dfa8a7001.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-17fb905e6f7c82d6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-dfa85a8ae64040a2.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-63cdd711af32d77d.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-7d169db9967c9545.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-eef21bd532ee51d5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-a7cd6d93c63a9976.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-e00890932ea5b623.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b55f9577dc663577.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-e3f7ca0891ac82f5.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-c0db33bd4736b97a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972025-06-17T17:52:10.033Z Compiling tokio-rustls v0.26.0
41982025-06-17T17:52:10.059Z 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=9189ce6bc49c3dfc -C extra-filename=-a17732d7632756ba --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-3576141d7dfa7af3.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out`
41992025-06-17T17:52:10.093Z Compiling tokio-rustls v0.25.0
42002025-06-17T17:52:10.140Z 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=6fcfd2e91e6d9252 -C extra-filename=-85e426062646c8c5 --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-6166ca4d93b647b4.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts`
42012025-06-17T17:52:10.349Z 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=f74a342156d0ee4e -C extra-filename=-8995f62b62e91ff7 --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-70fdd4594518975b.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-7026271054628e9e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-9cf81f1547d90593.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-347978d2ea554833.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-61f364f613778fdd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-7bba2698c71552d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-7bba2698c71552d3/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()))'`
42022025-06-17T17:52:10.513Z Compiling hyper-rustls v0.27.3
42032025-06-17T17:52:10.513Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=dad51850e7da28bf -C extra-filename=-a2c06db858e150fe --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-fa33b9f36748c437.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a4afd14cb428eb53.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-3576141d7dfa7af3.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a17732d7632756ba.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-803ad1264bde6062.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out`
42042025-06-17T17:52:10.551Z 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=be0db72f542f1ca3 -C extra-filename=-36cc7dc779f34218 --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-e2dbc60e44bb725a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-051339e79ebd9bed.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-3baecd70a88ba04a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-c761f59ad870a977.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a4afd14cb428eb53.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-acb558b20d7de8ad.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6166ca4d93b647b4.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-5a1252f0d8a4b7dd.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b55f9577dc663577.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-dc7152997abb4295.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-f25fd27449fb4e9f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-85e426062646c8c5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-64e0e824a97aa05d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts`
42052025-06-17T17:52:11.083Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
42062025-06-17T17:52:11.131Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/git/checkouts/reqwest-691f072c9d01bc8f/114d97c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=99ef5a0b8d5ae603 -C extra-filename=-329fab002944d071 --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-47534339b40df4f4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d2a292cd42c0fd7.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-90c96192c5b4ba90.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-103df2bcb070a288.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2e33f5429d6185d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-68878559edd21b25.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a2c06db858e150fe.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-fbe578c49d455daa.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a4afd14cb428eb53.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a9761af3a61b81d.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-3bae33c73363af34.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-3576141d7dfa7af3.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-01d21f426bdedda3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-329c8fb1d4afb82a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a17732d7632756ba.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-b63f0ade728b3428.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-803ad1264bde6062.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64`
42072025-06-17T17:52:11.310Z 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=5258685634fef124 -C extra-filename=-78821c9bb77a4a01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-5a5d3f45966d2400.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-477b8e1c4231a208.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fe891bdd726b7d63.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b62867646fb68ead.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-3576141d7dfa7af3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-faa9c4c76d2de55d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a17732d7632756ba.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-37ca749e972e1092.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out`
42082025-06-17T17:52:11.809Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
42092025-06-17T17:52:11.834Z 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=2be39c55d49ed5f1 -C extra-filename=-31e72c24bb18f2a5 --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-60c6620e55ddb843.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102025-06-17T17:52:13.006Z Compiling async-object-pool v0.1.5
42112025-06-17T17:52:13.032Z 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=39f130456a426fec -C extra-filename=-ccd73cf8aa1a0062 --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-b63487f5f87bccd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122025-06-17T17:52:13.232Z Compiling fancy-regex v0.14.0
42132025-06-17T17:52:13.257Z 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=-8884819a60c602e8 --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-1474895ebf0b0b53.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142025-06-17T17:52:13.392Z Compiling rstest_macros v0.24.0
42152025-06-17T17:52:13.417Z 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.24.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=3bf6d7de05fe25fa -C extra-filename=-3d9d9bfdc309012f --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-3d9d9bfdc309012f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c42e7e0fc277399.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162025-06-17T17:52:13.887Z Compiling assert-json-diff v2.0.2
42172025-06-17T17:52:13.912Z 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=750d37a4ac2ded43 -C extra-filename=-1ad5caceb8002348 --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-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42182025-06-17T17:52:14.166Z Compiling progenitor-client v0.10.0
42192025-06-17T17:52:14.191Z 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=3b17c7e5219a7afa -C extra-filename=-91ce50d303d6efc0 --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-5d6c1e9618f55f42.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64`
42202025-06-17T17:52:14.648Z Compiling progenitor-client v0.9.1
42212025-06-17T17:52:14.691Z 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=f92825a4ef665c93 -C extra-filename=-b8ba2073f20ff3d4 --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-5d6c1e9618f55f42.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64`
42222025-06-17T17:52:14.716Z Compiling progenitor v0.10.0
42232025-06-17T17:52:14.716Z 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=bf25fe1de03eef60 -C extra-filename=-a1ea2370e4c69d48 --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-91ce50d303d6efc0.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9169531c89fcdcfb.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-8e3fe7e96179d117.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64`
42242025-06-17T17:52:14.909Z Compiling progenitor-client v0.8.0
42252025-06-17T17:52:14.934Z 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=56512411a996ecd8 -C extra-filename=-34d277ecf652ad2b --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-5d6c1e9618f55f42.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64`
42262025-06-17T17:52:14.974Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
42272025-06-17T17:52:14.999Z 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=3c05ae872bcb8fdf -C extra-filename=-7ac1bb732e997972 --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-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-40930d55b624874f.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c9dfdad9c82131ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-91ce50d303d6efc0.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b9185ff0a894d721.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-12a019f90148284c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64`
42282025-06-17T17:52:15.178Z Compiling progenitor v0.9.1
42292025-06-17T17:52:15.203Z 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=c52cd7125ce0cac5 -C extra-filename=-f461d112ce1e52da --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-b8ba2073f20ff3d4.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-97f83154db1ba8df.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-453995e48735180c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64`
42302025-06-17T17:52:15.420Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54)
42312025-06-17T17:52:15.446Z 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/760b4b5/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=aaaf8d84165f0591 -C extra-filename=-21d525124e40a00a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-f461d112ce1e52da.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64`
42322025-06-17T17:52:15.471Z Compiling progenitor v0.8.0
42332025-06-17T17:52:15.471Z 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=564afb6a6b520db2 -C extra-filename=-0151b935925f4b71 --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-34d277ecf652ad2b.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-bbb145650c5ad20a.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-cb2dafb2069210fe.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64`
42342025-06-17T17:52:15.727Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
42352025-06-17T17:52:15.753Z 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=f732bf1dc9baabcb -C extra-filename=-c7b4c054085fcf9a --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-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-40930d55b624874f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0151b935925f4b71.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-12a019f90148284c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64`
42362025-06-17T17:52:17.890Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54)
42372025-06-17T17:52:17.916Z 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/760b4b5/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=9e2bca5255f42f1b -C extra-filename=-da0f69454eacd830 --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-b2cc2d8d42410241.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-f461d112ce1e52da.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64`
42382025-06-17T17:52:19.124Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
42392025-06-17T17:52:19.149Z 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=c07da52d2bafc0d1 -C extra-filename=-5f86733ee7c5ffed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-a26220e982e069bc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64`
42402025-06-17T17:52:19.471Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
42412025-06-17T17:52:19.496Z 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=62e88a364a954775 -C extra-filename=-20f754caa88e5ac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-12bc02edc2db75e4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-40930d55b624874f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b9185ff0a894d721.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0c85b4129f8ce5a5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-dc7152997abb4295.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-12a019f90148284c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
42422025-06-17T17:52:19.544Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
42432025-06-17T17:52:19.544Z 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=0a0dac361336af5e -C extra-filename=-0b95dc4662a02ebd --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-0b95dc4662a02ebd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-ae82eed8e16fffa3.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-36bced02ae4bd5ce.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-0b8fc4a91b588095.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2fad40719046d586.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-fae69d05f1cd8859.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be8aff341cdf0f9a.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-beab76081c319986.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9c0f0e3c46931341.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-dbb179055a8e85be.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-24c73c6136c96119.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-86a67e4d44f49204.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8c9cf05edfba37d5.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d2a292cd42c0fd7.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-31712546fcde96fc.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-63775a6f5ace49bd.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-be0312d4cc2106db.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4819c0fb8a967ba9.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9fc69d5c4eb5f54b.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49894938c024bc9b.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fe891bdd726b7d63.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7377c6d50ff135cc.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-fbfa3fae7af13bb2.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-fafd2c26c8cb50b7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d675cde62c0b25c7.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5df1821aa7bb7d13.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d2ae1774cbcf81ea.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5d6c4ad23ea5f468.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eceeae9dfa8a7001.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a2c06db858e150fe.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a4afd14cb428eb53.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9b8e2c4257d31372.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d097d037ddf35510.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-bc205343c3f910de.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-b511f58f5ba76c42.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-db94dbc9c3de2035.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d0a0301c0c614fc2.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-11dd3877f51b14f7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-1d5d7e38952c741d.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7c9e2d421731f02f.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4923f36f839db742.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-4772433b0281b4bd.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14b6e25768d4002a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-14b19496d7ae46e1.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6150782b8ea62017.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-21107336716e293c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-3576141d7dfa7af3.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a0aa09c1132796f4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b55f9577dc663577.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-af3f0c8edfd15579.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-59ff3ebd8b679676.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-a83722f41e62c232.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a17732d7632756ba.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-72422bb88050bd70.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-1a53d49653501b73.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e76c8daf0a9e73b2.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5f13081d5dce1f3d.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-61828afd5cf1b997.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-62d4e1c26dbfe5eb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-37ca749e972e1092.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86d4ae5d34df00b9.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-f03ccb089c3f1440.rlib --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42442025-06-17T17:52:19.877Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-0b95dc4662a02ebd/build-script-build`
42452025-06-17T17:52:19.932Z 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=0d95841fe0a9d8b0 -C extra-filename=-02cb96946b6b641f --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-ae82eed8e16fffa3.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-36bced02ae4bd5ce.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-0b8fc4a91b588095.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2fad40719046d586.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-fae69d05f1cd8859.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be8aff341cdf0f9a.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-beab76081c319986.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-dbb179055a8e85be.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-86a67e4d44f49204.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8c9cf05edfba37d5.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d2a292cd42c0fd7.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-31712546fcde96fc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-63775a6f5ace49bd.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-be0312d4cc2106db.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4819c0fb8a967ba9.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9fc69d5c4eb5f54b.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49894938c024bc9b.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fe891bdd726b7d63.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7377c6d50ff135cc.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-fbfa3fae7af13bb2.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-fafd2c26c8cb50b7.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d675cde62c0b25c7.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5df1821aa7bb7d13.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d2ae1774cbcf81ea.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5d6c4ad23ea5f468.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eceeae9dfa8a7001.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a2c06db858e150fe.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a4afd14cb428eb53.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9b8e2c4257d31372.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d097d037ddf35510.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-bc205343c3f910de.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-b511f58f5ba76c42.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-db94dbc9c3de2035.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d0a0301c0c614fc2.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-11dd3877f51b14f7.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-1d5d7e38952c741d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7c9e2d421731f02f.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4923f36f839db742.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-4772433b0281b4bd.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14b6e25768d4002a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-14b19496d7ae46e1.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6150782b8ea62017.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-21107336716e293c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-3576141d7dfa7af3.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a0aa09c1132796f4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b55f9577dc663577.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-af3f0c8edfd15579.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-59ff3ebd8b679676.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a17732d7632756ba.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-72422bb88050bd70.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-1a53d49653501b73.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e76c8daf0a9e73b2.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5f13081d5dce1f3d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-61828afd5cf1b997.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-62d4e1c26dbfe5eb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-37ca749e972e1092.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86d4ae5d34df00b9.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-f03ccb089c3f1440.rmeta --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42462025-06-17T17:52:20.093Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
42472025-06-17T17:52:20.118Z 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=9e92643bbf4ec351 -C extra-filename=-2fcab1cbd25df478 --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-02cb96946b6b641f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42482025-06-17T17:52:20.540Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
42492025-06-17T17:52:20.566Z 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=5621b2e8acb1ee4f -C extra-filename=-6503e911fde5ba2e --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-dbcbe6c32d49e34b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42502025-06-17T17:52:20.916Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42512025-06-17T17:52:20.941Z 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=fe9b756ff25487b3 -C extra-filename=-ebfb1c265b48ef11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ed3746d7d986df7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5e94675936ad627c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42522025-06-17T17:52:20.967Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42532025-06-17T17:52:20.967Z 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=518a3130a00f2a81 -C extra-filename=-91e2eb31ef217b5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-2fcab1cbd25df478.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-58b9ce7499bda659.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-91ce50d303d6efc0.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-e68afd6d96d1b0a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42542025-06-17T17:52:21.102Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42552025-06-17T17:52:21.134Z 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=334230031017fde5 -C extra-filename=-af0958a62005bf58 --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-02cb96946b6b641f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42562025-06-17T17:52:21.393Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42572025-06-17T17:52:21.418Z 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=bc4f1064908c2a5c -C extra-filename=-711c81528f6e5944 --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-af34e3d38874c268.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42582025-06-17T17:52:21.444Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
42592025-06-17T17:52:21.444Z 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=b00ce72a8cdf28df -C extra-filename=-e1403ef3239fb148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-5a2f1b08d695c63f.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-faa762f55049f9c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42602025-06-17T17:52:21.842Z 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=d048a3bbb6f97a4a -C extra-filename=-8bf679f6f0434edd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-2fcab1cbd25df478.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-58b9ce7499bda659.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-91ce50d303d6efc0.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-e68afd6d96d1b0a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42612025-06-17T17:52:22.030Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
42622025-06-17T17:52:22.055Z 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=4e5aa27f11519b24 -C extra-filename=-3530f54f60912fc9 --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-f0d665ae03ab89d5.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d097d037ddf35510.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-6d13acf7943c6df7.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c7b4c054085fcf9a.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-16d9b9daf0b8c6cb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-b15d595d09f262cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0934d224f5e402dd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-12a019f90148284c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-72422bb88050bd70.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-f0e0825290c97aee.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fb31e1577a584f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42632025-06-17T17:52:24.516Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42642025-06-17T17:52:24.542Z 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=70838638f660ae4b -C extra-filename=-1c4e3be7ad44fa19 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-1c4e3be7ad44fa19 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42652025-06-17T17:52:24.923Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-1c4e3be7ad44fa19/build-script-build`
42662025-06-17T17:52:24.948Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
42672025-06-17T17:52:24.948Z 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=3b639efac2fa1876 -C extra-filename=-a5ffebda35b50bee --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-02cb96946b6b641f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42682025-06-17T17:52:25.459Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
42692025-06-17T17:52:25.485Z 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=0b2a882233a2cae8 -C extra-filename=-d0bfb0d5c5726076 --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-02cb96946b6b641f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42702025-06-17T17:52:25.961Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
42712025-06-17T17:52:25.987Z 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=2368abe6009a6072 -C extra-filename=-2abd02b2510937b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42722025-06-17T17:52:26.455Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42732025-06-17T17:52:26.493Z 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=30da2b206f9c1ec0 -C extra-filename=-f2bbb666d0623927 --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-02cb96946b6b641f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42742025-06-17T17:52:26.518Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
42752025-06-17T17:52:26.519Z 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=535362e790fc5569 -C extra-filename=-f80826b30b89c5ed --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-02cb96946b6b641f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42762025-06-17T17:52:26.519Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42772025-06-17T17:52:26.544Z 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=4947bb2bff2e918d -C extra-filename=-a903f316d7e83764 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-a903f316d7e83764 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42782025-06-17T17:52:26.731Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42792025-06-17T17:52:26.756Z 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=caed449847e2df88 -C extra-filename=-0e450d948a224494 --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-973fa8e1d737893b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f2bbb666d0623927.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42802025-06-17T17:52:26.782Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42812025-06-17T17:52:26.782Z 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=0eb18a069aaee3c4 -C extra-filename=-2e2d6b8a0c65ba71 --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-fddc9fbec8c52c93.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42822025-06-17T17:52:26.897Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-a903f316d7e83764/build-script-build`
42832025-06-17T17:52:26.951Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42842025-06-17T17:52:26.976Z 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=89a134cbc10a3d7b -C extra-filename=-ea1675695ae60870 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-ea1675695ae60870 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42852025-06-17T17:52:27.290Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
42862025-06-17T17:52:27.315Z 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=81e3f1be85b68304 -C extra-filename=-5d706c607c650193 --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-02cb96946b6b641f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42872025-06-17T17:52:27.976Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-ea1675695ae60870/build-script-build`
42882025-06-17T17:52:28.031Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42892025-06-17T17:52:28.056Z 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=400c320e7e60133c -C extra-filename=-37a251026b28b930 --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-36cc7dc779f34218.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42902025-06-17T17:52:28.543Z Compiling samael v0.0.18
42912025-06-17T17:52:28.569Z 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.18/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=ea3818bf35970aca -C extra-filename=-e6c3e425ae8d62fa --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-e6c3e425ae8d62fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-500b2b16f20db905.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42922025-06-17T17:52:29.799Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42932025-06-17T17:52:29.850Z 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=ae305c9650da11b3 -C extra-filename=-e39795a94d41e962 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-e39795a94d41e962 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42942025-06-17T17:52:29.850Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42952025-06-17T17:52:29.850Z 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=3e4f12d42c610202 -C extra-filename=-e8b782616ef5df0b --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-36cc7dc779f34218.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42962025-06-17T17:52:29.850Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-e39795a94d41e962/build-script-build`
42972025-06-17T17:52:29.850Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42982025-06-17T17:52:29.850Z 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=f0da3ad92c5a2f43 -C extra-filename=-59593fcb33a979e9 --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-973fa8e1d737893b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f2bbb666d0623927.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
42992025-06-17T17:52:30.256Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43002025-06-17T17:52:30.281Z 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=f38f6fca4d42aed3 -C extra-filename=-293efc5150bdbe5b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-293efc5150bdbe5b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43012025-06-17T17:52:30.618Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
43022025-06-17T17:52:30.644Z 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=d00b4b671cfd16c6 -C extra-filename=-7c54aeda860a8f7a --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-1cd817a3f34bbccd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43032025-06-17T17:52:31.052Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-e6c3e425ae8d62fa/build-script-bindings`
43042025-06-17T17:52:31.231Z 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=85314c0b81afc68e -C extra-filename=-5df476a4276882b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-e954ea544b8617a9.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-035f76e3c4070060.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1f8548b5771dbeea.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4662f52e2beca6b3.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-ebfb1c265b48ef11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-521af590f1ebdea1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-819928da8f968ba1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out --check-cfg 'cfg(svcadm_autoclear)'`
43052025-06-17T17:52:31.940Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43062025-06-17T17:52:31.967Z 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=c5da9c58f2d7a8b2 -C extra-filename=-a25bf63bb434785f --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-6b633eb087dcab50.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b62867646fb68ead.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43072025-06-17T17:52:32.346Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43082025-06-17T17:52:32.372Z 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=cd83859c946f1926 -C extra-filename=-bc603cda1e5f17b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43092025-06-17T17:52:32.628Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43102025-06-17T17:52:32.654Z 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=bd18cfec48079d9e -C extra-filename=-8a788e67f4cc420f --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-5d6c1e9618f55f42.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43112025-06-17T17:52:33.597Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43122025-06-17T17:52:33.623Z 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=18e1fa13ecdfc97e -C extra-filename=-241170a8a7e0432d --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-dbcbe6c32d49e34b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a25bf63bb434785f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43132025-06-17T17:52:34.937Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43142025-06-17T17:52:34.963Z 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=530cc7557b6c4edc -C extra-filename=-9e15787ce6eb9e98 --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-5df476a4276882b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43152025-06-17T17:52:35.157Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43162025-06-17T17:52:35.183Z 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=98bb11ba139d34c4 -C extra-filename=-f2d8b6f913e18f51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43172025-06-17T17:52:35.656Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43182025-06-17T17:52:35.682Z 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=ea47681aaff6d83a -C extra-filename=-9b19db8c608f830b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43192025-06-17T17:52:35.899Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
43202025-06-17T17:52:35.925Z 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=999edfdd7328091c -C extra-filename=-6a7974c20ed321e2 --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-1cd817a3f34bbccd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43212025-06-17T17:52:36.830Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
43222025-06-17T17:52:36.856Z 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=1820c07de8e77178 -C extra-filename=-12ab2cf6d0912598 --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-47534339b40df4f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43232025-06-17T17:52:37.579Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43242025-06-17T17:52:37.605Z 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=8cd42867a39cb360 -C extra-filename=-d6e1e1d124e9597d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8a788e67f4cc420f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43252025-06-17T17:52:38.016Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43262025-06-17T17:52:38.042Z 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=fff5d4d246ce1754 -C extra-filename=-ae244012f268ce50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0f6f29fe3da3da05.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e00bde7f4707c5f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-3530f54f60912fc9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6166ca4d93b647b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43272025-06-17T17:52:38.490Z 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=1305ee7e8ee011a4 -C extra-filename=-425f16478f1cd530 --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-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-36657738a864a1cb.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6b633eb087dcab50.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7610e41b38d972ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5d68f70e87c98f09.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43282025-06-17T17:52:38.933Z 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=1bf42c5fb5470153 -C extra-filename=-0d1094728338391e --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-5d6c1e9618f55f42.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bf679f6f0434edd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43292025-06-17T17:52:39.199Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43302025-06-17T17:52:39.225Z 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=2b581f3ac3f8038a -C extra-filename=-8aa5d088d8ee3424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8a788e67f4cc420f.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43312025-06-17T17:52:40.460Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43322025-06-17T17:52:40.486Z 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=c21852e1c8d12b5a -C extra-filename=-141e02849f3294aa --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-86316886c4cceb3b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43332025-06-17T17:52:40.769Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43342025-06-17T17:52:40.795Z 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=35592e711b51af24 -C extra-filename=-761aa2a6ca9e52e4 --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-5d6c1e9618f55f42.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bf679f6f0434edd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43352025-06-17T17:52:41.716Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43362025-06-17T17:52:41.767Z 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=63ba6fcac9440234 -C extra-filename=-160733403b99309f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-2fcab1cbd25df478.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d2a292cd42c0fd7.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-db94dbc9c3de2035.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6e1e1d124e9597d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
43372025-06-17T17:52:42.021Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43382025-06-17T17:52:42.046Z 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=093974f6e9c1cf39 -C extra-filename=-3a530b02df06efa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-425f16478f1cd530.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43392025-06-17T17:52:42.073Z 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=b9c100a45c08ca8c -C extra-filename=-17a31f118b9bddd3 --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-5d6c1e9618f55f42.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43402025-06-17T17:52:44.356Z 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=e77a256ad286e0e1 -C extra-filename=-125f82e0d7dd19f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d1094728338391e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43412025-06-17T17:52:46.132Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43422025-06-17T17:52:46.158Z 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=d59fa94d33932012 -C extra-filename=-cd186f12efb1ea8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43432025-06-17T17:52:47.282Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
43442025-06-17T17:52:47.309Z 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=8f7ec67285d59b88 -C extra-filename=-dc77995e20616db8 --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-02cb96946b6b641f.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-125f82e0d7dd19f5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d1094728338391e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43452025-06-17T17:52:47.459Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43462025-06-17T17:52:47.485Z 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=b37101a00bf03531 -C extra-filename=-d59d45f6a84a0c97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-761aa2a6ca9e52e4.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43472025-06-17T17:52:50.358Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43482025-06-17T17:52:50.384Z 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=0e99caa376275c6f -C extra-filename=-c581c83462704a42 --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-02cb96946b6b641f.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-d59d45f6a84a0c97.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-761aa2a6ca9e52e4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43492025-06-17T17:52:52.622Z 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=dabc90d72a432b0e -C extra-filename=-6c59ebf187d5b9f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-17a31f118b9bddd3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43502025-06-17T17:52:54.374Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43512025-06-17T17:52:54.400Z 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=c046d8e15c8c7ace -C extra-filename=-96a848401b223629 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43522025-06-17T17:52:54.913Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
43532025-06-17T17:52:54.939Z 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=d369f60848bc0ccb -C extra-filename=-5c552f045f7536ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a5ffebda35b50bee.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8aa5d088d8ee3424.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-dc77995e20616db8.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8a788e67f4cc420f.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43542025-06-17T17:52:55.415Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
43552025-06-17T17:52:55.441Z 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=e93ad820ac032dab -C extra-filename=-0d7f3aae49759f41 --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-3de3afdffd237457.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-5403efa2966af1f0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43562025-06-17T17:52:55.544Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43572025-06-17T17:52:55.570Z 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=91c1661f5c7c5eb9 -C extra-filename=-0f011bddcf9bbfbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-def091dd0ef5ee8a.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a2672bb68d530aa5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-0f5e3d07bb29a904.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8b784133c07233da.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-495b0672be0e2b46.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out`
43582025-06-17T17:52:55.999Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
43592025-06-17T17:52:56.025Z 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=d9a36eb9cb12a3b6 -C extra-filename=-2312eb3a62538263 --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-1cd817a3f34bbccd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-2abd02b2510937b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43602025-06-17T17:52:57.212Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43612025-06-17T17:52:57.238Z 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=429c22eef2647250 -C extra-filename=-ced344120893b342 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-802d80532f274d68.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d0a0301c0c614fc2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-298fd8ccc2fc37c7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43622025-06-17T17:52:57.736Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43632025-06-17T17:52:57.787Z 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=90ef16bc80cc090d -C extra-filename=-b06ac107556e3bcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d0bfb0d5c5726076.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6c59ebf187d5b9f2.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-c581c83462704a42.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-17a31f118b9bddd3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43642025-06-17T17:52:58.163Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
43652025-06-17T17:52:58.189Z 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=d3ea85949a899bf2 -C extra-filename=-36880f35b47a1bad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b06ac107556e3bcc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-dc7152997abb4295.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-f6c4fd44adb6a78d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43662025-06-17T17:52:58.303Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43672025-06-17T17:52:58.329Z 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=49b7faa1f1db121e -C extra-filename=-6e54d52d355217d3 --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-e54d7805221c2d6c.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-c2a0be81ef6eaaf6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-6e48b675f334dd40.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43682025-06-17T17:52:59.031Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
43692025-06-17T17:52:59.057Z 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=673de83a3519e953 -C extra-filename=-7523e3577760c075 --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-1cd817a3f34bbccd.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43702025-06-17T17:52:59.186Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43712025-06-17T17:52:59.212Z 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=7995b6baf1a7a0d1 -C extra-filename=-fe69fa640cefe7c3 --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-178f17d25fe9aeb4.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7610e41b38d972ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43722025-06-17T17:52:59.495Z 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=624991f4bdd97034 -C extra-filename=-7ad384cce1c289a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3f0800d66ba0dd22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-0dd4e25d1bec566d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-80c742bb68d47ade.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-fdbe2aea5f1e86c8.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-def091dd0ef5ee8a.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6e1e1d124e9597d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed2dd992fe97b341.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-209d97106ff11c6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6fdeec24944bc0bb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43732025-06-17T17:52:59.865Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43742025-06-17T17:52:59.891Z 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=d8f23b1908a9b428 -C extra-filename=-635ae7f574ae73cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fe69fa640cefe7c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-2a24cc18133aa099.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out`
43752025-06-17T17:52:59.947Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43762025-06-17T17:52:59.973Z 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=98a258573401892d -C extra-filename=-145739c5b30772a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2312eb3a62538263.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e1da66e4e62504d3.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-b3ef2ce919b124d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b96c17ca9ea4b86a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43772025-06-17T17:53:00.030Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
43782025-06-17T17:53:00.056Z 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=114934facbe9a28b -C extra-filename=-65564a7f229b9b13 --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-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43792025-06-17T17:53:01.653Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
43802025-06-17T17:53:01.679Z 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=bea3319047328165 -C extra-filename=-e1678a91d0a9873a --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-178f17d25fe9aeb4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-36880f35b47a1bad.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-b836993cadc8e065.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-f461d112ce1e52da.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-38c5dd2137ab7ab3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43812025-06-17T17:53:01.705Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43822025-06-17T17:53:01.705Z 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=c319b6f30f056967 -C extra-filename=-f0dd3a61fbfc2d53 --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-079fb96fdf9cca87.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43832025-06-17T17:53:02.879Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43842025-06-17T17:53:02.905Z 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=cc16c556cae0b4a6 -C extra-filename=-42f736c048b5dfee --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-1cd817a3f34bbccd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
43852025-06-17T17:53:03.410Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
43862025-06-17T17:53:03.436Z 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=97bb57596d6c71ba -C extra-filename=-ffa120d82ebb1609 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-ebfb1c265b48ef11.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-f80826b30b89c5ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43872025-06-17T17:53:04.102Z 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=e2ec6bcb5ce01a87 -C extra-filename=-b416d7971d9e5e8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0e450d948a224494.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f0dd3a61fbfc2d53.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6e54d52d355217d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-171db20798bef975.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
43882025-06-17T17:53:04.538Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43892025-06-17T17:53:04.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 --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=4ac6a9f1c450d04d -C extra-filename=-d0f1b455ab7480b9 --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-da0f69454eacd830.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-91ce50d303d6efc0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
43902025-06-17T17:53:05.192Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43912025-06-17T17:53:05.218Z 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=8925e683b3322805 -C extra-filename=-271fb6dfb63abff0 --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-fb3f1df37a79266b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ffa120d82ebb1609.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43922025-06-17T17:53:05.404Z 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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=9f57ed6f50f7a4e8 -C extra-filename=-5df35508564fa9d4 --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-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-48ef01d1b4729c3d.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-a6373e344c88a98e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-33f2d564396f2ac5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4df1d1c7c945f588.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-6e48b675f334dd40.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-c2dabeb6b23db8d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic`
43932025-06-17T17:53:07.157Z Compiling polar-core v0.27.3
43942025-06-17T17:53:07.183Z 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=531af72a971a3dba -C extra-filename=-52345656f4320741 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-52345656f4320741 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-f251f7126c126fca.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43952025-06-17T17:53:08.493Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-52345656f4320741/build-script-build`
43962025-06-17T17:53:08.735Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
43972025-06-17T17:53:08.761Z 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=b7b7ce0efd9d46e3 -C extra-filename=-6369e842614977a2 --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-36cc7dc779f34218.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e8b782616ef5df0b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
43982025-06-17T17:53:10.104Z 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=10a59d0293b1378c -C extra-filename=-7178a37acac68965 --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-f40e6a440ff868bf.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-c77cd0912a1f4a88.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43992025-06-17T17:53:10.915Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
44002025-06-17T17:53:10.941Z 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=069e6ba60d7038aa -C extra-filename=-94b3ab1512868a7e --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-36cc7dc779f34218.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44012025-06-17T17:53:11.759Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
44022025-06-17T17:53:11.808Z 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=f58a9b1c827edcd7 -C extra-filename=-c763b71322ca6199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fe69fa640cefe7c3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-271fb6dfb63abff0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-819928da8f968ba1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out`
44032025-06-17T17:53:12.489Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-293efc5150bdbe5b/build-script-build`
44042025-06-17T17:53:12.541Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44052025-06-17T17:53:12.569Z 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=7b9f6e7841b568ee -C extra-filename=-727407133e0f66f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-727407133e0f66f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44062025-06-17T17:53:12.883Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-727407133e0f66f7/build-script-build`
44072025-06-17T17:53:12.935Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
44082025-06-17T17:53:12.961Z 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=f033cadd4d8ce39e -C extra-filename=-ad8a278c25bce277 --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-1cd817a3f34bbccd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44092025-06-17T17:53:13.725Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
44102025-06-17T17:53:13.751Z 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=a29b6b4f0b04d05a -C extra-filename=-940cbef2ec2a0c5a --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-1cd817a3f34bbccd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
44112025-06-17T17:53:15.348Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
44122025-06-17T17:53:15.374Z 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=8ff5ee815c701284 -C extra-filename=-ffcaa028d04b0366 --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-5d6c1e9618f55f42.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44132025-06-17T17:53:15.924Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44142025-06-17T17:53:15.973Z 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=5254d83bdbd6f28e -C extra-filename=-7956d24558809c8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e8b782616ef5df0b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6369e842614977a2.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-a7844273e56497e0.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a25bf63bb434785f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-91982100f47b54b8.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-06aa48e4c502edf7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4ce0bee4bc09fb35.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
44152025-06-17T17:53:16.569Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
44162025-06-17T17:53:16.595Z 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=4b8c584cb4c29968 -C extra-filename=-085cf73e0cc72248 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c763b71322ca6199.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out`
44172025-06-17T17:53:16.628Z Compiling tough v0.20.0
44182025-06-17T17:53:16.655Z 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=e6dbb92c8f92ce37 -C extra-filename=-f8b586bde3eea3c3 --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-3f0800d66ba0dd22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-0b8fc4a91b588095.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-984be364cde29c0a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-f031697e369047a7.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-3576141d7dfa7af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-f625f1e555bffa5f.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a918ae0407f472bd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-93096f7b0da1750a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-fa3ccdb9ba98dc3b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64`
44192025-06-17T17:53:17.777Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44202025-06-17T17:53:17.849Z 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=d790889c5b43ac87 -C extra-filename=-c8c27fe52cd7dbc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-425f16478f1cd530.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94b3ab1512868a7e.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-65564a7f229b9b13.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ff07a583d0bc169.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fe69fa640cefe7c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1f8548b5771dbeea.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-20f754caa88e5ac8.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b9185ff0a894d721.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ffcaa028d04b0366.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5d706c607c650193.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-271fb6dfb63abff0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c763b71322ca6199.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rmeta --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-085cf73e0cc72248.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ffa120d82ebb1609.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-78821c9bb77a4a01.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-495b0672be0e2b46.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-71900d961ffe2057.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-819928da8f968ba1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
44212025-06-17T17:53:18.178Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44222025-06-17T17:53:18.203Z 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=998f2b55aa6e5b64 -C extra-filename=-e38e3c46f20479e8 --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-6a7974c20ed321e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
44232025-06-17T17:53:19.729Z Compiling oso v0.27.3
44242025-06-17T17:53:19.755Z 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=9dd0bbb0054d2c28 -C extra-filename=-8551d8a3d20a93a8 --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-904a34401d924692.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-9af99517189e86b4.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-7178a37acac68965.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44252025-06-17T17:53:20.891Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
44262025-06-17T17:53:20.928Z 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=80d0f29d7e5e86f4 -C extra-filename=-4b8c64a12e20c783 --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-1cd817a3f34bbccd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44272025-06-17T17:53:23.440Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
44282025-06-17T17:53:23.489Z 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/04681f2/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=4792666f09efb9da -C extra-filename=-4190b942565d88f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-0b8fc4a91b588095.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0157044d23374d22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-50aa4900af2b0e9b.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-55e1b83507a8231b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-5a1252f0d8a4b7dd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f8b586bde3eea3c3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-71900d961ffe2057.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44292025-06-17T17:53:23.583Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44302025-06-17T17:53:23.617Z 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=10dd477d122d7f9a -C extra-filename=-e42d801441105084 --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-fb3f1df37a79266b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7956d24558809c8a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ced344120893b342.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
44312025-06-17T17:53:23.829Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
44322025-06-17T17:53:23.854Z 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=4eddfac6b12c261a -C extra-filename=-115f93ca8e83afd0 --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-db94dbc9c3de2035.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-42ba3f1a7f310812.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44332025-06-17T17:53:24.119Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
44342025-06-17T17:53:24.145Z 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=109a19eaaee9f0ae -C extra-filename=-ab7ce4230cb877bb --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-1cd817a3f34bbccd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44352025-06-17T17:53:24.671Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
44362025-06-17T17:53:24.719Z 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=7074bf8e0fb4c843 -C extra-filename=-8395fe6e8fdbda33 --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-1cd817a3f34bbccd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44372025-06-17T17:53:25.905Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44382025-06-17T17:53:25.931Z 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=f2f032c3b4105e6f -C extra-filename=-9c23c45e3a5258f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-4b8c64a12e20c783.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ad8a278c25bce277.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-115f93ca8e83afd0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
44392025-06-17T17:53:26.075Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44402025-06-17T17:53:26.101Z 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=560c6de491b7cb1c -C extra-filename=-e10ceee19f33d413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f8b586bde3eea3c3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-71900d961ffe2057.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44412025-06-17T17:53:26.564Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44422025-06-17T17:53:26.589Z 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=f27779138ca60e08 -C extra-filename=-146046d84a067d18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7ac0c1f746ff3098.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
44432025-06-17T17:53:28.016Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44442025-06-17T17:53:28.065Z 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=792bc5dd8663eb01 -C extra-filename=-adb4461803393d65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e38e3c46f20479e8.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ced344120893b342.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-115f93ca8e83afd0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
44452025-06-17T17:53:29.782Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44462025-06-17T17:53:29.832Z 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=fde0e83838cf9906 -C extra-filename=-b23d3267bb4e8567 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab7ce4230cb877bb.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
44472025-06-17T17:53:30.396Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44482025-06-17T17:53:30.422Z 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=95caf27857771778 -C extra-filename=-9aefc3a714822f3e --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-178f17d25fe9aeb4.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
44492025-06-17T17:53:30.944Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44502025-06-17T17:53:30.970Z 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=455ca5263453713b -C extra-filename=-336fc23f36423066 --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-1cd817a3f34bbccd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5d706c607c650193.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44512025-06-17T17:53:31.013Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44522025-06-17T17:53:31.039Z 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=cc6fe1f26bb637e1 -C extra-filename=-f8fbd0a1f7b5fba9 --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-1cd817a3f34bbccd.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-146046d84a067d18.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44532025-06-17T17:53:32.685Z 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=9a51d2b72645b36e -C extra-filename=-297bbe3d1c16b89a --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-8cf0273e9bc6b4ef.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-4f9ec9bbc2c5dd92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2b1e577fce9cb4e7/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
44542025-06-17T17:53:33.238Z Compiling git2 v0.19.0
44552025-06-17T17:53:33.264Z 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=455bda7784abacfe -C extra-filename=-ff081aeba750d3fb --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-beab76081c319986.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-297bbe3d1c16b89a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2b1e577fce9cb4e7/out/build -L native=/usr/lib/amd64`
44562025-06-17T17:53:35.535Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44572025-06-17T17:53:35.561Z 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=5fc63551bf5bacc1 -C extra-filename=-10410f0e8fd38309 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-10410f0e8fd38309 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44582025-06-17T17:53:35.833Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44592025-06-17T17:53:35.860Z 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=267fdbc3e4ce29ef -C extra-filename=-f05b7efe21ef39ce --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-36cc7dc779f34218.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
44602025-06-17T17:53:35.939Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-10410f0e8fd38309/build-script-build`
44612025-06-17T17:53:35.967Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44622025-06-17T17:53:35.967Z 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=440ed983dd20487a -C extra-filename=-9fc4807dac40854a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-2abd02b2510937b4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8a788e67f4cc420f.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6e1e1d124e9597d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
44632025-06-17T17:53:39.196Z 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=17a4a45a3cc4fa3a -C extra-filename=-76584449f5c3c3eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fe4ea5146815a880.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-ff081aeba750d3fb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c42e7e0fc277399.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-59ff3ebd8b679676.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2b1e577fce9cb4e7/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)'`
44642025-06-17T17:53:40.306Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44652025-06-17T17:53:40.332Z 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=e7ed717ea20e6f29 -C extra-filename=-b41b3ecc2c87d7f0 --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-f2d8b6f913e18f51.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44662025-06-17T17:53:40.606Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44672025-06-17T17:53:40.632Z 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=4daab60b423d388b -C extra-filename=-1dcd84b4212151b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-1dcd84b4212151b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44682025-06-17T17:53:40.957Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44692025-06-17T17:53:40.983Z 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=789da3a2d942d28b -C extra-filename=-2751b4f410d0bfe1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-2751b4f410d0bfe1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44702025-06-17T17:53:41.308Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44712025-06-17T17:53:41.334Z 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=b9cd14b15f6707d2 -C extra-filename=-cd4ea096198f8591 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-cd4ea096198f8591 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44722025-06-17T17:53:41.487Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-2751b4f410d0bfe1/build-script-build`
44732025-06-17T17:53:41.512Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-1dcd84b4212151b0/build-script-build`
44742025-06-17T17:53:41.556Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
44752025-06-17T17:53:41.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/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=2b470715f1523d46 -C extra-filename=-d3facdd5ed957225 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-d3facdd5ed957225 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-76584449f5c3c3eb.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2b1e577fce9cb4e7/out/build -L native=/usr/lib/amd64`
44762025-06-17T17:53:41.674Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-cd4ea096198f8591/build-script-build`
44772025-06-17T17:53:41.733Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44782025-06-17T17:53:41.760Z 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=1b885a233c26f2c5 -C extra-filename=-062b6b2b429dd3c4 --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-1cd817a3f34bbccd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44792025-06-17T17:53:41.838Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44802025-06-17T17:53:41.864Z 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=40b0552d1ab9df59 -C extra-filename=-943984074ba1b6df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6b633eb087dcab50.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d097d037ddf35510.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-aa6a8e03519bcbbc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-83fe9c6003e86e49.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8d74bf9e44805cff.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5f13081d5dce1f3d.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7ac0c1f746ff3098.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b4f14fefa906f8fb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-146046d84a067d18.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f8fbd0a1f7b5fba9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
44812025-06-17T17:53:42.684Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
44822025-06-17T17:53:42.710Z 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=ff903aec535d0506 -C extra-filename=-c48c9108624d6e5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-dc7152997abb4295.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44832025-06-17T17:53:43.236Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-d3facdd5ed957225/build-script-build`
44842025-06-17T17:53:43.779Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44852025-06-17T17:53:43.804Z 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=9cf4d802eb259e2f -C extra-filename=-04397db5f1f5d105 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-04397db5f1f5d105 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44862025-06-17T17:53:43.976Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44872025-06-17T17:53:44.002Z 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=5c6307f82d3fd623 -C extra-filename=-6a76ee168db4537d --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-6a76ee168db4537d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44882025-06-17T17:53:44.134Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
44892025-06-17T17:53:44.160Z 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=21d157ca20f0b78e -C extra-filename=-97070f9a4abd844e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed2dd992fe97b341.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44902025-06-17T17:53:44.335Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-6a76ee168db4537d/build-script-build`
44912025-06-17T17:53:44.391Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-04397db5f1f5d105/build-script-build`
44922025-06-17T17:53:44.430Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
44932025-06-17T17:53:44.456Z 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=6da4d401736a001b -C extra-filename=-81263e9ce3cf4c2d --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-1cd817a3f34bbccd.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-c48c9108624d6e5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-f461d112ce1e52da.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-e68afd6d96d1b0a4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44942025-06-17T17:53:44.492Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44952025-06-17T17:53:44.519Z 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=c23fa32f8da7cdc9 -C extra-filename=-964dd72474bdcc18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-173dd3559f541127.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-13588d279a0e6993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-115f93ca8e83afd0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
44962025-06-17T17:53:44.719Z 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=020a8a2d8987df96 -C extra-filename=-c48a50300c466db1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-12bc02edc2db75e4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-a26220e982e069bc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d0a0301c0c614fc2.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-5550fb2100266f58.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-dc7152997abb4295.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-293894e97e6386bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-979a6131c0e25227.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-ace9b39e6413cdbc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts`
44972025-06-17T17:53:45.401Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44982025-06-17T17:53:45.427Z 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=a6e4183497ce10b6 -C extra-filename=-cf3ad90454b93aca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-fdbe2aea5f1e86c8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a5ffebda35b50bee.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8a788e67f4cc420f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
44992025-06-17T17:53:46.843Z 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=4118590f00c28111 -C extra-filename=-b33bb4ac877bef8a --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-b416d7971d9e5e8c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45002025-06-17T17:53:46.990Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45012025-06-17T17:53:47.016Z 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=f2c0dac93f411056 -C extra-filename=-4c7eeb93bd7929db --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-02cb96946b6b641f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45022025-06-17T17:53:47.310Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
45032025-06-17T17:53:47.348Z 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=1f48b01224504ed8 -C extra-filename=-d0cca5791e61e38f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-a26220e982e069bc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64`
45042025-06-17T17:53:47.464Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45052025-06-17T17:53:47.490Z 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=e571920be2f3ccdc -C extra-filename=-e543d88dda50150a --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-65564a7f229b9b13.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-146046d84a067d18.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
45062025-06-17T17:53:47.515Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
45072025-06-17T17:53:47.515Z 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/04681f2/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=a62d01766ad472ae -C extra-filename=-96824424c5a2f698 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8c9cf05edfba37d5.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45082025-06-17T17:53:48.059Z 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=8ff6617c0a1f974e -C extra-filename=-bc8bc20b6062dd6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-59593fcb33a979e9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d2a292cd42c0fd7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e00bde7f4707c5f1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-b33bb4ac877bef8a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8551d8a3d20a93a8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5df35508564fa9d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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`
45092025-06-17T17:53:48.981Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45102025-06-17T17:53:49.008Z 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=9c1a2c1695fc4598 -C extra-filename=-53281e2c2443a132 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45112025-06-17T17:53:49.415Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45122025-06-17T17:53:49.441Z 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=f84340d4dd157aa7 -C extra-filename=-ca868dbe27effd65 --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-1cd817a3f34bbccd.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45132025-06-17T17:53:50.784Z 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=c470e44dc25d6897 -C extra-filename=-04e21a413b657023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-db94dbc9c3de2035.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e38e3c46f20479e8.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-964dd72474bdcc18.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-97070f9a4abd844e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
45142025-06-17T17:53:51.046Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
45152025-06-17T17:53:51.072Z 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=fbb718d1f7271d13 -C extra-filename=-3634080e73c96701 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-b41b3ecc2c87d7f0.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45162025-06-17T17:53:51.098Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45172025-06-17T17:53:51.098Z 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=1350c16d1deb0adb -C extra-filename=-63e2775a6fcd7f8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-91ce50d303d6efc0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45182025-06-17T17:53:55.898Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45192025-06-17T17:53:55.923Z 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=698398c9f1f44fba -C extra-filename=-a1fe6b3342fdeee9 --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-fddc9fbec8c52c93.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc8bc20b6062dd6d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45202025-06-17T17:53:57.099Z 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=b9adaaa5033758d4 -C extra-filename=-aa78362e8cb159a9 --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-5da851387298f909.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0e450d948a224494.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-41c6fe88e0358f92.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc8bc20b6062dd6d.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a1fe6b3342fdeee9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45212025-06-17T17:53:57.487Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45222025-06-17T17:53:57.513Z 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=c6d1742876b8054e -C extra-filename=-2efb6cda2825ec52 --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-ca868dbe27effd65.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45232025-06-17T17:53:58.846Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45242025-06-17T17:53:58.872Z 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=db291ea429184013 -C extra-filename=-c84874ff67ce25dc --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-96a848401b223629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45252025-06-17T17:54:00.487Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
45262025-06-17T17:54:00.513Z 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=852d935c39387163 -C extra-filename=-6e8b5a07ce8b9da9 --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-fb3f1df37a79266b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-fdbe2aea5f1e86c8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45272025-06-17T17:54:01.065Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
45282025-06-17T17:54:01.091Z 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=48ab46d46367249b -C extra-filename=-a12b37bda18a7245 --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-02cb96946b6b641f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45292025-06-17T17:54:02.238Z Compiling serde_regex v1.1.0
45302025-06-17T17:54:02.264Z 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=a080a44379bf6c45 -C extra-filename=-698e36012cf80f29 --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-ea2bf633eee21eec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45312025-06-17T17:54:02.562Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45322025-06-17T17:54:02.587Z 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=28593a764997c7fe -C extra-filename=-a0f33cd7a4ab4412 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45332025-06-17T17:54:02.804Z Compiling path-tree v0.8.1
45342025-06-17T17:54:02.830Z 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=-84b6a11d749a7372 --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-16929c956149f697.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45352025-06-17T17:54:03.015Z Compiling internet-checksum v0.2.1
45362025-06-17T17:54:03.041Z 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=-92f62310814306e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45372025-06-17T17:54:03.256Z Compiling stringmetrics v2.2.2
45382025-06-17T17:54:03.282Z 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=-117cf7b5f7de6d24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45392025-06-17T17:54:03.346Z Compiling assert_cmd v2.0.17
45402025-06-17T17:54:03.373Z 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=-9cf76fe6e145c736 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-9cf76fe6e145c736 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45412025-06-17T17:54:03.562Z Compiling target-triple v0.1.3
45422025-06-17T17:54:03.588Z 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=-cd8f2387c00c1e37 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-cd8f2387c00c1e37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45432025-06-17T17:54:03.774Z 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=03408c24a5ed0f6d -C extra-filename=-740bb3b92264f08d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5da851387298f909.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0e450d948a224494.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-41c6fe88e0358f92.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc8bc20b6062dd6d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a1fe6b3342fdeee9.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-b33bb4ac877bef8a.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-171db20798bef975.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45442025-06-17T17:54:04.071Z Compiling topological-sort v0.2.2
45452025-06-17T17:54:04.096Z 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=-c3f445f41ae90de1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45462025-06-17T17:54:04.251Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-cd8f2387c00c1e37/build-script-build`
45472025-06-17T17:54:04.304Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-9cf76fe6e145c736/build-script-build`
45482025-06-17T17:54:04.354Z Compiling omicron-zone-package v0.12.2
45492025-06-17T17:54:04.391Z 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=0005d69f4c481854 -C extra-filename=-d9dac2196e381a07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-8995f62b62e91ff7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0f6f29fe3da3da05.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-72422bb88050bd70.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-c3f445f41ae90de1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-7bba2698c71552d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-7bba2698c71552d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64`
45502025-06-17T17:54:04.416Z Compiling httpmock v0.8.0-alpha.1
45512025-06-17T17:54:04.475Z 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=1a565964f794cfdc -C extra-filename=-38434b0a608c3dde --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-1ad5caceb8002348.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-ccd73cf8aa1a0062.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-b63487f5f87bccd2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-3baecd70a88ba04a.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-0c27690864ac2030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e00bde7f4707c5f1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a4afd14cb428eb53.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-84b6a11d749a7372.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-698e36012cf80f29.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-117cf7b5f7de6d24.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0934d224f5e402dd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45522025-06-17T17:54:07.399Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45532025-06-17T17:54:07.448Z 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=d8dbfdbd14f4d341 -C extra-filename=-0fce76c4231c8287 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c84874ff67ce25dc.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a25bf63bb434785f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out`
45542025-06-17T17:54:08.650Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
45552025-06-17T17:54:08.676Z 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=50ef97790752b423 -C extra-filename=-0cde86fa5b135132 --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-8cf0273e9bc6b4ef.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45562025-06-17T17:54:09.107Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45572025-06-17T17:54:09.133Z 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=857918eda188f59e -C extra-filename=-eb2d4e3f4fb61e6f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-eb2d4e3f4fb61e6f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45582025-06-17T17:54:09.257Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45592025-06-17T17:54:09.282Z 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=685092954cbdf05f -C extra-filename=-2a35274b3085a9bc --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-2a35274b3085a9bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45602025-06-17T17:54:09.454Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
45612025-06-17T17:54:09.479Z 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=4e7650fadb69bd2c -C extra-filename=-0a31bfdb92ec18cf --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-0a31bfdb92ec18cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45622025-06-17T17:54:09.606Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45632025-06-17T17:54:09.632Z 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=f45705f789578603 -C extra-filename=-3e71b2a7b71319d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-3e71b2a7b71319d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45642025-06-17T17:54:09.796Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45652025-06-17T17:54:09.822Z 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=4c8fa2fd9c5df478 -C extra-filename=-2572432990e4a2c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-2572432990e4a2c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45662025-06-17T17:54:09.959Z Compiling datatest-stable v0.3.2
45672025-06-17T17:54:09.986Z 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=2e93f4b8ab68601e -C extra-filename=-882876e31b0eb423 --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-fb3f1df37a79266b.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-8884819a60c602e8.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-37b9cd8a488eed05.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45682025-06-17T17:54:10.167Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-3d9d9bfdc309012f/build-script-build`
45692025-06-17T17:54:10.318Z 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=-428805f1703805e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45702025-06-17T17:54:10.470Z Compiling proc-macro-crate v3.2.0
45712025-06-17T17:54:10.496Z 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=2cf6ff88a13a1d0e -C extra-filename=-d555069dbaa3df84 --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-5f13081d5dce1f3d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45722025-06-17T17:54:10.641Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45732025-06-17T17:54:10.667Z 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=-9282409af6c7406f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45742025-06-17T17:54:11.005Z Compiling relative-path v1.9.3
45752025-06-17T17:54:11.031Z 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=-cddb2b6a58b5901b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45762025-06-17T17:54:11.508Z 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=cac1d4d4f9996cfa -C extra-filename=-7b2743d7904959e2 --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-f0d665ae03ab89d5.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-428805f1703805e2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14b6e25768d4002a.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-44f787477a210ef1.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-3035b7b3b616bf02.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e3f3208c8523e18c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45772025-06-17T17:54:11.609Z 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.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=d9d89661d1ce1faa -C extra-filename=-d5db7c646c0e8b6e --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-3de3afdffd237457.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-d555069dbaa3df84.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-cddb2b6a58b5901b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45782025-06-17T17:54:12.547Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-2572432990e4a2c5/build-script-build`
45792025-06-17T17:54:12.599Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-3e71b2a7b71319d9/build-script-build`
45802025-06-17T17:54:12.651Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-0a31bfdb92ec18cf/build-script-build`
45812025-06-17T17:54:12.707Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-2a35274b3085a9bc/build-script-build`
45822025-06-17T17:54:12.757Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-eb2d4e3f4fb61e6f/build-script-build`
45832025-06-17T17:54:12.807Z 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=-7327cdae5ccc4d3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
45842025-06-17T17:54:12.969Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45852025-06-17T17:54:12.995Z 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=c95c68bdfd016ef2 -C extra-filename=-f04b3c149ef00901 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-65564a7f229b9b13.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-53281e2c2443a132.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6e54d52d355217d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f8b586bde3eea3c3.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7ac0c1f746ff3098.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-146046d84a067d18.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e543d88dda50150a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f8fbd0a1f7b5fba9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
45862025-06-17T17:54:15.879Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45872025-06-17T17:54:15.905Z 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=05a5b42343bc03ea -C extra-filename=-8c3d4224e18f9754 --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-4819c0fb8a967ba9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45882025-06-17T17:54:17.238Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45892025-06-17T17:54:17.264Z 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=525c1b506917a444 -C extra-filename=-1152b25b5362c6bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d99b0f1adde4144b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45902025-06-17T17:54:17.497Z Compiling support-bundle-viewer v0.1.0
45912025-06-17T17:54:17.522Z 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c684b0f418db5ae -C extra-filename=-e389de54293602de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-aa6a8e03519bcbbc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
45922025-06-17T17:54:18.566Z Compiling ignore v0.4.23
45932025-06-17T17:54:18.592Z 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=-5914b5b1ef00a84e --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-03eeb3299729bc03.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-984be364cde29c0a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-74af842c00779229.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45942025-06-17T17:54:19.170Z Compiling multimap v0.10.1
45952025-06-17T17:54:19.196Z 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=5486ce5abd2b7dcd -C extra-filename=-25ef5315ccd25883 --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-3797518153757616.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45962025-06-17T17:54:19.516Z Compiling uzers v0.12.1
45972025-06-17T17:54:19.542Z 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=411e777028cc4574 -C extra-filename=-f850a11ecbe46c51 --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-8cf0273e9bc6b4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45982025-06-17T17:54:20.596Z Compiling globwalk v0.9.1
45992025-06-17T17:54:20.621Z 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=4b19eda4ab3ba84c -C extra-filename=-62e6c8fc8581e227 --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-beab76081c319986.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-5914b5b1ef00a84e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46002025-06-17T17:54:21.062Z Compiling rstest v0.24.0
46012025-06-17T17:54:21.088Z 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.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=00dfbd0476e7de88 -C extra-filename=-af6ac44b27a7a576 --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-0c27690864ac2030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-d5db7c646c0e8b6e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46022025-06-17T17:54:21.114Z Compiling trybuild v1.0.103
46032025-06-17T17:54:21.114Z 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.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=4c1abcaf3b79c6e2 -C extra-filename=-b6f2623f39a1a8fd --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-344997d15477f1f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3d752c196cd4ce71.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-7327cdae5ccc4d3b.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-6e9281f1fbc48551.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46042025-06-17T17:54:21.359Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46052025-06-17T17:54:21.385Z 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=eb0650f4dd4c51d8 -C extra-filename=-f51832575df97a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6b633eb087dcab50.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed2dd992fe97b341.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-943984074ba1b6df.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
46062025-06-17T17:54:22.713Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46072025-06-17T17:54:22.739Z 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=c957695b5c4594cb -C extra-filename=-99f8c6e93bb3254e --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-99f8c6e93bb3254e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
46082025-06-17T17:54:23.061Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
46092025-06-17T17:54:23.087Z 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=2e33cbd97dfd477a -C extra-filename=-26902b4e64be27ab --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-26902b4e64be27ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
46102025-06-17T17:54:23.402Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
46112025-06-17T17:54:23.428Z 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=0cdc9be9d31d0387 -C extra-filename=-77feddfa3c47b24c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-77feddfa3c47b24c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-af0958a62005bf58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
46122025-06-17T17:54:23.745Z Compiling blake2b_simd v1.0.2
46132025-06-17T17:54:23.771Z 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=-066a680dfb867653 --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-70fdd4594518975b.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-7026271054628e9e.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-9cf81f1547d90593.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46142025-06-17T17:54:26.024Z Compiling partial-io v0.5.4
46152025-06-17T17:54:26.050Z 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=7ade05373b68f298 -C extra-filename=-25d67d6efa733c8c --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-86316886c4cceb3b.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-c56c6a05372acb4e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46162025-06-17T17:54:26.489Z Compiling httptest v0.16.3
46172025-06-17T17:54:26.515Z 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=ebc8b8a4fc30b291 -C extra-filename=-617ee0ff5b8384fe --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-74fae681615b10bb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-e27ca64bee1862ba.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-3baecd70a88ba04a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a4afd14cb428eb53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46182025-06-17T17:54:27.326Z Compiling rustls-native-certs v0.7.3
46192025-06-17T17:54:27.352Z 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.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=221437523508bdae -C extra-filename=-5052e38e295c70b0 --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-4df1d1c7c945f588.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46202025-06-17T17:54:27.843Z Compiling rand_distr v0.4.3
46212025-06-17T17:54:27.869Z 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=fc07c3e4dff04aa8 -C extra-filename=-0dc5f2fd34393e88 --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-1fb6e8465c7f7e68.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46222025-06-17T17:54:28.702Z Compiling approx v0.5.1
46232025-06-17T17:54:28.728Z 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=-4c359a5fc24d22e5 --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-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46242025-06-17T17:54:29.018Z Compiling hyper-rustls v0.26.0
46252025-06-17T17:54:29.044Z 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.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=1490e2837bb38f8e -C extra-filename=-d8a76769a1cb8264 --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-fa33b9f36748c437.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a4afd14cb428eb53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6166ca4d93b647b4.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-5052e38e295c70b0.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-85e426062646c8c5.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts`
46262025-06-17T17:54:29.591Z Compiling rust-argon2 v2.1.0
46272025-06-17T17:54:29.617Z 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=-66d1ebdf53b96254 --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-40930d55b624874f.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-066a680dfb867653.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-9cf81f1547d90593.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46282025-06-17T17:54:30.022Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46292025-06-17T17:54:30.048Z 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=8a65d783e1b2534e -C extra-filename=-bc9067df5ec4bc69 --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-f0d665ae03ab89d5.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-31e72c24bb18f2a5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0f33cd7a4ab4412.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-63e2775a6fcd7f8f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-3e2753c6621bce1e.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-e00890932ea5b623.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ce8f5810df3c54c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46302025-06-17T17:54:30.434Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-77feddfa3c47b24c/build-script-build`
46312025-06-17T17:54:30.497Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-26902b4e64be27ab/build-script-build`
46322025-06-17T17:54:30.554Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-99f8c6e93bb3254e/build-script-build`
46332025-06-17T17:54:30.609Z Compiling camino-tempfile-ext v0.3.1
46342025-06-17T17:54:30.635Z 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=5d4e14958ac3c1e2 -C extra-filename=-1e5493d70add5d0e --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-d24e584261a1a2b7.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-f0d665ae03ab89d5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-62e6c8fc8581e227.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14b6e25768d4002a.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-44f787477a210ef1.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-3035b7b3b616bf02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352025-06-17T17:54:31.085Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46362025-06-17T17:54:31.111Z 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=fbbec6dd94c8a82a -C extra-filename=-8545c6759d7e47f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-f850a11ecbe46c51.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-819928da8f968ba1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46372025-06-17T17:54:31.262Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46382025-06-17T17:54:31.262Z 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=a6c2c5da3517a10b -C extra-filename=-1a4bb419c8b12eca --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-0dd4e25d1bec566d.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-425f16478f1cd530.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-36657738a864a1cb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8c3d4224e18f9754.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7610e41b38d972ad.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46392025-06-17T17:54:31.474Z 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=f5e38b65a1ec62f8 -C extra-filename=-37ba6164028ab0c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-2efb6cda2825ec52.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-ca868dbe27effd65.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46402025-06-17T17:54:32.227Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46412025-06-17T17:54:32.276Z 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=6f1599f64ffa0353 -C extra-filename=-17daa923cbfdf845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d99b0f1adde4144b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9282409af6c7406f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d097d037ddf35510.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d9dac2196e381a07.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-dc7152997abb4295.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-7bba2698c71552d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-7bba2698c71552d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out`
46422025-06-17T17:54:32.302Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
46432025-06-17T17:54:32.302Z 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=b9bdba063107ed3b -C extra-filename=-536d981d4d9e2cc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94b3ab1512868a7e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-b41b3ecc2c87d7f0.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-2efb6cda2825ec52.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2312eb3a62538263.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6369e842614977a2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-53281e2c2443a132.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9fc4807dac40854a.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f05b7efe21ef39ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-2abd02b2510937b4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab7ce4230cb877bb.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-271fb6dfb63abff0.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8d74bf9e44805cff.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e543d88dda50150a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46442025-06-17T17:54:33.977Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46452025-06-17T17:54:34.003Z 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=ffc2d640807c3472 -C extra-filename=-250a51a18a6c9b3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ad8a278c25bce277.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-aa6a8e03519bcbbc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
46462025-06-17T17:54:35.404Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
46472025-06-17T17:54:35.430Z 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=4c729de226b9c844 -C extra-filename=-528ba6b2030d09cc --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-02cb96946b6b641f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
46482025-06-17T17:54:35.979Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46492025-06-17T17:54:36.006Z 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=0a9f12d212b2fe29 -C extra-filename=-2e6bc7d22e245433 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
46502025-06-17T17:54:36.210Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46512025-06-17T17:54:36.268Z 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=4d547f1f3bb08228 -C extra-filename=-da41314ae06dd593 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d99b0f1adde4144b.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5f13081d5dce1f3d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
46522025-06-17T17:54:36.897Z Compiling cargo_toml v0.21.0
46532025-06-17T17:54:36.923Z 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=0b860b0b5e67aa9f -C extra-filename=-59db0ae62a1c54a0 --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-3797518153757616.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46542025-06-17T17:54:36.950Z Compiling termios v0.3.3
46552025-06-17T17:54:36.950Z 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=2744e3ad1e94aa60 -C extra-filename=-ac19b8fc7d07ca18 --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-8cf0273e9bc6b4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46562025-06-17T17:54:37.253Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46572025-06-17T17:54:37.280Z 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=d24211005aaa75d8 -C extra-filename=-9c9a8741c26fc475 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-ac19b8fc7d07ca18.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4ce0bee4bc09fb35.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
46582025-06-17T17:54:37.393Z 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=518f65c63eeb5b9e -C extra-filename=-def90f2be1102273 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-2e6bc7d22e245433.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
46592025-06-17T17:54:38.068Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46602025-06-17T17:54:38.094Z 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=572f041151f31629 -C extra-filename=-1a2701f899a10f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d99b0f1adde4144b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-da41314ae06dd593.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d9dac2196e381a07.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-7bba2698c71552d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-7bba2698c71552d3/out`
46612025-06-17T17:54:41.123Z 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=ca9818877be71602 -C extra-filename=-6d3e64c23382d332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d99b0f1adde4144b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9282409af6c7406f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d097d037ddf35510.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-17daa923cbfdf845.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d9dac2196e381a07.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-dc7152997abb4295.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-7bba2698c71552d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-7bba2698c71552d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out`
46622025-06-17T17:54:42.486Z 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=701624b685e9e07a -C extra-filename=-0411d5558f66b5e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94b3ab1512868a7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-b41b3ecc2c87d7f0.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-2efb6cda2825ec52.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2312eb3a62538263.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6369e842614977a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-53281e2c2443a132.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9fc4807dac40854a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f05b7efe21ef39ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-536d981d4d9e2cc1.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-2abd02b2510937b4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab7ce4230cb877bb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-271fb6dfb63abff0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8d74bf9e44805cff.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e543d88dda50150a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46632025-06-17T17:54:42.690Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46642025-06-17T17:54:42.716Z 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=e21c37ee3be64b2f -C extra-filename=-20123963632df162 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d99b0f1adde4144b.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-59db0ae62a1c54a0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9282409af6c7406f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8d74bf9e44805cff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46652025-06-17T17:54:42.893Z 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=69ef7bb8174eb59e -C extra-filename=-408f95cdfc4b1169 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-250a51a18a6c9b3a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ad8a278c25bce277.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-aa6a8e03519bcbbc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
46662025-06-17T17:54:44.621Z 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=65e659e3978cefac -C extra-filename=-a3b079b15385f0ea --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-baeff8589e43a779.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-0dd4e25d1bec566d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-425f16478f1cd530.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-36657738a864a1cb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8c3d4224e18f9754.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7610e41b38d972ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-1a4bb419c8b12eca.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46672025-06-17T17:54:44.789Z 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=0fd6ef7d4f848ebb -C extra-filename=-a9332ebdb8e840ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-f850a11ecbe46c51.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-819928da8f968ba1.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-8545c6759d7e47f6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46682025-06-17T17:54:44.827Z 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=49684b5a78792ce6 -C extra-filename=-db281f00dcf6a6de --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-fddc9fbec8c52c93.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc8bc20b6062dd6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46692025-06-17T17:54:45.038Z 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=7a3114634be8835f -C extra-filename=-9b65600bce4244d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-65564a7f229b9b13.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0fce76c4231c8287.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-53281e2c2443a132.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c84874ff67ce25dc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6e54d52d355217d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f8b586bde3eea3c3.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7ac0c1f746ff3098.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-96824424c5a2f698.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-943984074ba1b6df.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-146046d84a067d18.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f04b3c149ef00901.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e543d88dda50150a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f8fbd0a1f7b5fba9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46702025-06-17T17:54:46.045Z 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=2a2c4d48e8e16cf8 -C extra-filename=-51c37aa5539035ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-65564a7f229b9b13.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-53281e2c2443a132.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6e54d52d355217d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f8b586bde3eea3c3.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7ac0c1f746ff3098.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-146046d84a067d18.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f04b3c149ef00901.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e543d88dda50150a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f8fbd0a1f7b5fba9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
46712025-06-17T17:54:47.260Z 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=6ebb53eb8d96425e -C extra-filename=-5c3a7f8d5f2cfdfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-65564a7f229b9b13.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0fce76c4231c8287.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-53281e2c2443a132.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c84874ff67ce25dc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6e54d52d355217d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f8b586bde3eea3c3.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7ac0c1f746ff3098.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-96824424c5a2f698.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-943984074ba1b6df.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-146046d84a067d18.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f04b3c149ef00901.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e543d88dda50150a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f8fbd0a1f7b5fba9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46722025-06-17T17:54:47.317Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
46732025-06-17T17:54:47.343Z 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=f8782152f3b3de17 -C extra-filename=-4e9b70930d1978aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e00bde7f4707c5f1.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9aefc3a714822f3e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b23d3267bb4e8567.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
46742025-06-17T17:54:47.374Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46752025-06-17T17:54:47.400Z 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=e29d66786cf4cdde -C extra-filename=-46697184a41bfbb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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`
46762025-06-17T17:54:47.591Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46772025-06-17T17:54:47.618Z 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=aee102151c4eb0e3 -C extra-filename=-edd063f60bf1402c --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-86316886c4cceb3b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46782025-06-17T17:54:49.174Z 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=72b5f1a34ab31bef -C extra-filename=-3deaaac8d847563c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-4b8c64a12e20c783.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ad8a278c25bce277.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-062b6b2b429dd3c4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-db94dbc9c3de2035.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-336fc23f36423066.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-edd063f60bf1402c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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`
46792025-06-17T17:54:49.292Z 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=7e4ad60aac637b32 -C extra-filename=-b39c74ea8e0663d0 --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-1cd817a3f34bbccd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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`
46802025-06-17T17:54:49.318Z 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=0dff24fc46b07e08 -C extra-filename=-dc4f992ff75aeaac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46812025-06-17T17:54:50.419Z 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=05fd04b2394203b9 -C extra-filename=-96e458b3e0765a4d --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-1cd817a3f34bbccd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46822025-06-17T17:54:51.762Z 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=290f6905d9450519 -C extra-filename=-0015dfbf693cf540 --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-f0d665ae03ab89d5.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-31e72c24bb18f2a5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0f33cd7a4ab4412.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-63e2775a6fcd7f8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-3e2753c6621bce1e.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-e00890932ea5b623.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ce8f5810df3c54c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46832025-06-17T17:54:51.790Z 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=ffae5ca4561f54e3 -C extra-filename=-4598b8b93e95626e --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-f0d665ae03ab89d5.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-31e72c24bb18f2a5.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-bc9067df5ec4bc69.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0f33cd7a4ab4412.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-63e2775a6fcd7f8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-3e2753c6621bce1e.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-e00890932ea5b623.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ce8f5810df3c54c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46842025-06-17T17:54:54.156Z 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=9d72bf0b76ef13fe -C extra-filename=-d9f48244ece762f9 --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-f0d665ae03ab89d5.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-31e72c24bb18f2a5.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-bc9067df5ec4bc69.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0f33cd7a4ab4412.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-63e2775a6fcd7f8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-3e2753c6621bce1e.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-e00890932ea5b623.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ce8f5810df3c54c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46852025-06-17T17:54:54.747Z 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=6c660207e7d81f90 -C extra-filename=-2bf70526d8527614 --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-f0d665ae03ab89d5.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-31e72c24bb18f2a5.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-bc9067df5ec4bc69.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0f33cd7a4ab4412.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-63e2775a6fcd7f8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-3e2753c6621bce1e.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-e00890932ea5b623.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ce8f5810df3c54c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46862025-06-17T17:54:55.120Z 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=9e59f7241ff64631 -C extra-filename=-a6fce4d8a6b5f5e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-4b8c64a12e20c783.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ad8a278c25bce277.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-062b6b2b429dd3c4.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c48a50300c466db1.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d0cca5791e61e38f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b041d8210074b50a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e00bde7f4707c5f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eceeae9dfa8a7001.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ff07a583d0bc169.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-81263e9ce3cf4c2d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc8bc20b6062dd6d.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-4c7eeb93bd7929db.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f0dd3a61fbfc2d53.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9fc4807dac40854a.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f05b7efe21ef39ce.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-96e458b3e0765a4d.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-336fc23f36423066.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-edd063f60bf1402c.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3deaaac8d847563c.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-46697184a41bfbb4.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-dc4f992ff75aeaac.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b39c74ea8e0663d0.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9aefc3a714822f3e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6e1e1d124e9597d.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-f80826b30b89c5ed.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-91ce50d303d6efc0.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ffcaa028d04b0366.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-171db20798bef975.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6166ca4d93b647b4.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5df35508564fa9d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f8b586bde3eea3c3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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`
46872025-06-17T17:54:56.324Z 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=63946b51d3c8f65b -C extra-filename=-2008e7af52cee8b2 --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-86316886c4cceb3b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46882025-06-17T17:54:56.387Z 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=6a612d98ac3085d9 -C extra-filename=-cd1d22d348aaa717 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-528ba6b2030d09cc.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-46697184a41bfbb4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8d74bf9e44805cff.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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`
46892025-06-17T17:54:57.185Z 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=6804ed0402553e9e -C extra-filename=-b00e2f5bf1cdeaaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5da851387298f909.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2cb69f3d45636103.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0e450d948a224494.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-41c6fe88e0358f92.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d8a76769a1cb8264.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc8bc20b6062dd6d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a1fe6b3342fdeee9.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-b33bb4ac877bef8a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8551d8a3d20a93a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14b6e25768d4002a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-171db20798bef975.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6166ca4d93b647b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-3bac5aa842dc093e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
46902025-06-17T17:54:59.009Z 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=78298a87fecb40bf -C extra-filename=-7e1a308cc01a5405 --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-5da851387298f909.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-617ee0ff5b8384fe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
46912025-06-17T17:55:11.157Z 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=b2d62516f6f6b22d -C extra-filename=-bf2c46889fb55094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-336fc23f36423066.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3deaaac8d847563c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5d706c607c650193.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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`
46922025-06-17T17:55:14.017Z 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=add2d14ecc60bb59 -C extra-filename=-8524b8328d7c730e --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-5da851387298f909.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0e450d948a224494.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-41c6fe88e0358f92.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc8bc20b6062dd6d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a1fe6b3342fdeee9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46932025-06-17T17:55:14.382Z 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=d26a0135282a5663 -C extra-filename=-7b3e494b8b341e5e --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-1cd817a3f34bbccd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc8bc20b6062dd6d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-a12b37bda18a7245.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
46942025-06-17T17:55:17.125Z 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=a8ff110eb78feeaa -C extra-filename=-2a9d374b802b7721 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5da851387298f909.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46952025-06-17T17:55:22.239Z 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=01b1f273e8bd7cfc -C extra-filename=-95ea32844d9bbb2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e00bde7f4707c5f1.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9aefc3a714822f3e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b23d3267bb4e8567.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
46962025-06-17T17:55:27.809Z 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=a4f1cd8b0f4a6a50 -C extra-filename=-a7ca7f4d3b69c480 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5da851387298f909.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d097d037ddf35510.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-25ef5315ccd25883.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a1fe6b3342fdeee9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-46697184a41bfbb4.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b39c74ea8e0663d0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-aa6a8e03519bcbbc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed2dd992fe97b341.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-e389de54293602de.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8d74bf9e44805cff.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46972025-06-17T17:55:31.114Z 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=fb1eba91e3756e93 -C extra-filename=-672fb9e777f20b16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-2efb6cda2825ec52.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-ca868dbe27effd65.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-37ba6164028ab0c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
46982025-06-17T17:55:33.640Z 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=85dcb49fba85e9be -C extra-filename=-e515284df1bae6e6 --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-5da851387298f909.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0e450d948a224494.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-41c6fe88e0358f92.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc8bc20b6062dd6d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a1fe6b3342fdeee9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46992025-06-17T17:55:36.805Z 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=80219c1cced8dcbe -C extra-filename=-dd6965aa0a3e5abf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-2efb6cda2825ec52.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-ca868dbe27effd65.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
47002025-06-17T17:55:37.248Z 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=c898e979ae904bd4 -C extra-filename=-ee1d3938f9a4e9f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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`
47012025-06-17T17:55:39.923Z 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=327a8d9d66170db7 -C extra-filename=-f5abd7a6034a8e71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-425f16478f1cd530.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94b3ab1512868a7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-65564a7f229b9b13.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4831c5ab882d1641.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ff07a583d0bc169.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fe69fa640cefe7c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e38e3c46f20479e8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1f8548b5771dbeea.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-20f754caa88e5ac8.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b9185ff0a894d721.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ffcaa028d04b0366.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5d706c607c650193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-271fb6dfb63abff0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c763b71322ca6199.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-085cf73e0cc72248.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ffa120d82ebb1609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-78821c9bb77a4a01.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-495b0672be0e2b46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-71900d961ffe2057.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-819928da8f968ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47022025-06-17T17:55:42.984Z 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=bbc03cae2376cb4f -C extra-filename=-1654f370b2e443db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-425f16478f1cd530.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94b3ab1512868a7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-65564a7f229b9b13.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ff07a583d0bc169.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fe69fa640cefe7c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1f8548b5771dbeea.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-20f754caa88e5ac8.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b9185ff0a894d721.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ffcaa028d04b0366.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5d706c607c650193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-271fb6dfb63abff0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c763b71322ca6199.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-085cf73e0cc72248.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ffa120d82ebb1609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-78821c9bb77a4a01.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-495b0672be0e2b46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-71900d961ffe2057.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-819928da8f968ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
47032025-06-17T17:55:44.990Z 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=53efcf8b91180063 -C extra-filename=-bb025e052b41b3c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-4b8c64a12e20c783.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ad8a278c25bce277.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-115f93ca8e83afd0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
47042025-06-17T17:55:56.563Z 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=39673a9e16ddc386 -C extra-filename=-21b8b97d5ea5dbff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-425f16478f1cd530.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94b3ab1512868a7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-65564a7f229b9b13.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ff07a583d0bc169.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fe69fa640cefe7c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1f8548b5771dbeea.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-20f754caa88e5ac8.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b9185ff0a894d721.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ffcaa028d04b0366.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5d706c607c650193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-271fb6dfb63abff0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c763b71322ca6199.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-085cf73e0cc72248.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ffa120d82ebb1609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-78821c9bb77a4a01.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-495b0672be0e2b46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-71900d961ffe2057.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-819928da8f968ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
47052025-06-17T17:56:07.322Z 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=973111eab1207f8f -C extra-filename=-c2050efe3d9eab75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-425f16478f1cd530.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94b3ab1512868a7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-65564a7f229b9b13.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4831c5ab882d1641.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ff07a583d0bc169.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fe69fa640cefe7c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e38e3c46f20479e8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1f8548b5771dbeea.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-20f754caa88e5ac8.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b9185ff0a894d721.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ffcaa028d04b0366.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5d706c607c650193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-271fb6dfb63abff0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c763b71322ca6199.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-085cf73e0cc72248.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ffa120d82ebb1609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-78821c9bb77a4a01.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-495b0672be0e2b46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-71900d961ffe2057.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-819928da8f968ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47062025-06-17T17:56:12.762Z 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=e42c804ff173ec79 -C extra-filename=-d5f3a0d4c850e795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-425f16478f1cd530.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94b3ab1512868a7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-65564a7f229b9b13.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ff07a583d0bc169.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fe69fa640cefe7c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1f8548b5771dbeea.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-20f754caa88e5ac8.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b9185ff0a894d721.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ffcaa028d04b0366.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5d706c607c650193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-271fb6dfb63abff0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c763b71322ca6199.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-085cf73e0cc72248.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ffa120d82ebb1609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-78821c9bb77a4a01.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-495b0672be0e2b46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-71900d961ffe2057.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-819928da8f968ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
47072025-06-17T17:56:18.712Z 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=7cd98ea3a35d04eb -C extra-filename=-e87bb13de16e42f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-425f16478f1cd530.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94b3ab1512868a7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-65564a7f229b9b13.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4831c5ab882d1641.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ff07a583d0bc169.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fe69fa640cefe7c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e38e3c46f20479e8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1f8548b5771dbeea.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-20f754caa88e5ac8.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b9185ff0a894d721.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ffcaa028d04b0366.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5d706c607c650193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-271fb6dfb63abff0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c763b71322ca6199.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-085cf73e0cc72248.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ffa120d82ebb1609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-78821c9bb77a4a01.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-495b0672be0e2b46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-71900d961ffe2057.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-819928da8f968ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47082025-06-17T17:56:21.323Z 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=b18eb71cc2964478 -C extra-filename=-633dee032a73d3e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-425f16478f1cd530.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94b3ab1512868a7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-65564a7f229b9b13.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4831c5ab882d1641.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ff07a583d0bc169.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fe69fa640cefe7c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e38e3c46f20479e8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1f8548b5771dbeea.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-20f754caa88e5ac8.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b9185ff0a894d721.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ffcaa028d04b0366.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5d706c607c650193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-271fb6dfb63abff0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c763b71322ca6199.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-085cf73e0cc72248.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ffa120d82ebb1609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-78821c9bb77a4a01.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-495b0672be0e2b46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-71900d961ffe2057.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-819928da8f968ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47092025-06-17T17:56:24.743Z 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=6cae1d0b217af020 -C extra-filename=-8088a6744ffa63a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-59593fcb33a979e9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d2a292cd42c0fd7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e00bde7f4707c5f1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-b33bb4ac877bef8a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8551d8a3d20a93a8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5df35508564fa9d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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`
47102025-06-17T17:56:25.598Z 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=d7cfef3d9e899ebd -C extra-filename=-52c98b5dc0da4358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-1e5493d70add5d0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c763b71322ca6199.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out`
47112025-06-17T17:56:27.028Z 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=e8972a6aa4e7ee4b -C extra-filename=-d3aedbfdf21b47e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-af34e3d38874c268.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2cb69f3d45636103.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-66d1ebdf53b96254.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
47122025-06-17T17:56:28.773Z 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=a3828a2728b49711 -C extra-filename=-fbdfdc8bc5b4355e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-06aa48e4c502edf7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47132025-06-17T17:56:31.065Z 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=e391ab02d5f8b5ca -C extra-filename=-7b6b61a565ce7658 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6b633eb087dcab50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed2dd992fe97b341.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-943984074ba1b6df.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-f51832575df97a55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47142025-06-17T17:56:32.885Z 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=ced432530799cadf -C extra-filename=-d357929a2d68b44e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6b633eb087dcab50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed2dd992fe97b341.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-943984074ba1b6df.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-f51832575df97a55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47152025-06-17T17:56:33.383Z 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=88b3c7c1dc0bd14b -C extra-filename=-dabf6c7abe538284 --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-4c359a5fc24d22e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2cb69f3d45636103.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a5ffebda35b50bee.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-0dc5f2fd34393e88.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-af6ac44b27a7a576.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-b6f2623f39a1a8fd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
47162025-06-17T17:56:35.304Z 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=6eb337d8661b3df0 -C extra-filename=-9d8004a48352b4c3 --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-4c359a5fc24d22e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2cb69f3d45636103.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a5ffebda35b50bee.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8a788e67f4cc420f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-0dc5f2fd34393e88.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-af6ac44b27a7a576.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-b6f2623f39a1a8fd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
47172025-06-17T17:56:36.352Z 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=95d07fe619db05bd -C extra-filename=-4611276dc285456d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c84874ff67ce25dc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a25bf63bb434785f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-25d67d6efa733c8c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out`
47182025-06-17T17:56:41.222Z 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=1a1643aeba208c30 -C extra-filename=-d5650c2496ac0b7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0fce76c4231c8287.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c84874ff67ce25dc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a25bf63bb434785f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-25d67d6efa733c8c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L native=/usr/lib/amd64`
47192025-06-17T17:56:43.252Z 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=05890dc3b3dab0fa -C extra-filename=-1b4d3b87cbf94119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d99b0f1adde4144b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-1152b25b5362c6bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47202025-06-17T17:56:45.106Z 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=1e43eacd6ea37c05 -C extra-filename=-87e73f78a2390f54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d99b0f1adde4144b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-1152b25b5362c6bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47212025-06-17T17:56:46.067Z 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=76784daea2bbca11 -C extra-filename=-99198e74869112a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d99b0f1adde4144b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-1152b25b5362c6bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
47222025-06-17T17:56:46.777Z 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=b6fba5594ad250ba -C extra-filename=-e3e570653c623337 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-f850a11ecbe46c51.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-819928da8f968ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47232025-06-17T17:56:48.584Z 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=e51cf50ac5ed728d -C extra-filename=-d73e4b3272c2d083 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-38434b0a608c3dde.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab7ce4230cb877bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47242025-06-17T17:56:48.896Z 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=98d1b1adf529cb4e -C extra-filename=-4c206005aade83e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-38434b0a608c3dde.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab7ce4230cb877bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b23d3267bb4e8567.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47252025-06-17T17:56:50.261Z 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=cdcd0165ce938ba4 -C extra-filename=-8793435b829b27ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-38434b0a608c3dde.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab7ce4230cb877bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b23d3267bb4e8567.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47262025-06-17T17:56:51.335Z 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=4d4ed1d902f55092 -C extra-filename=-e67f54bbed8217c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-38434b0a608c3dde.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab7ce4230cb877bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b23d3267bb4e8567.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47272025-06-17T17:56:51.627Z 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=ae0b228bae27049a -C extra-filename=-b736b8bbe6d54627 --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-baeff8589e43a779.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-0dd4e25d1bec566d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-425f16478f1cd530.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-36657738a864a1cb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-8c3d4224e18f9754.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7610e41b38d972ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47282025-06-17T17:56:52.753Z 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=aab5297138af0a8d -C extra-filename=-bfcb8ab3c0a0f234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-65564a7f229b9b13.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0fce76c4231c8287.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-53281e2c2443a132.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c84874ff67ce25dc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6e54d52d355217d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f8b586bde3eea3c3.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7ac0c1f746ff3098.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-96824424c5a2f698.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-943984074ba1b6df.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-146046d84a067d18.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e543d88dda50150a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f8fbd0a1f7b5fba9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47292025-06-17T17:56:58.775Z 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=eb1de53bd91c804b -C extra-filename=-04eb2f7e69808ec0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-04e21a413b657023.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47302025-06-17T17:57:02.527Z 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=159ea8408bb4388a -C extra-filename=-2916c5b678dbe830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-0cde86fa5b135132.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-06aa48e4c502edf7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47312025-06-17T17:57:04.478Z 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=6db2367b5c6f88c9 -C extra-filename=-60348d1aaa32a474 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-06aa48e4c502edf7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47322025-06-17T17:57:04.705Z 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=658d5c288a9bbd4b -C extra-filename=-6b3c4abb53e5540f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-0cde86fa5b135132.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-06aa48e4c502edf7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47332025-06-17T17:57:13.561Z 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=9b4ebd9a7d8eadeb -C extra-filename=-0fa9cb31fb3468b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7b2743d7904959e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6b633eb087dcab50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d097d037ddf35510.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-aa6a8e03519bcbbc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-83fe9c6003e86e49.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8d74bf9e44805cff.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5f13081d5dce1f3d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7ac0c1f746ff3098.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b4f14fefa906f8fb.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-943984074ba1b6df.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-146046d84a067d18.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f8fbd0a1f7b5fba9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47342025-06-17T17:57:14.452Z 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=6c1fd130ff4bc360 -C extra-filename=-a9b4d0361128e3f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7b2743d7904959e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6b633eb087dcab50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d097d037ddf35510.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-aa6a8e03519bcbbc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-83fe9c6003e86e49.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8d74bf9e44805cff.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5f13081d5dce1f3d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7ac0c1f746ff3098.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b4f14fefa906f8fb.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-943984074ba1b6df.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-146046d84a067d18.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f8fbd0a1f7b5fba9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47352025-06-17T17:57:15.606Z 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=dcad48d8db0e9506 -C extra-filename=-62966b2d24393255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7b2743d7904959e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6b633eb087dcab50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d097d037ddf35510.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-aa6a8e03519bcbbc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-83fe9c6003e86e49.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8d74bf9e44805cff.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5f13081d5dce1f3d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7ac0c1f746ff3098.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b4f14fefa906f8fb.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-146046d84a067d18.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f8fbd0a1f7b5fba9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47362025-06-17T17:57:16.183Z 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=c5a9c8e99da1a4b7 -C extra-filename=-c4d8b07ed5ebb692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d99b0f1adde4144b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9282409af6c7406f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d097d037ddf35510.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d9dac2196e381a07.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-dc7152997abb4295.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-7bba2698c71552d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-7bba2698c71552d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out`
47372025-06-17T17:57:16.223Z 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=cee991a13c3d7f81 -C extra-filename=-72accf489795cc41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-882876e31b0eb423.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-db94dbc9c3de2035.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e38e3c46f20479e8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-964dd72474bdcc18.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-97070f9a4abd844e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-04e21a413b657023.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-96824424c5a2f698.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47382025-06-17T17:57:17.492Z 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=a32f08696854f65d -C extra-filename=-a80f2e6245a13ae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-882876e31b0eb423.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-db94dbc9c3de2035.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e38e3c46f20479e8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-964dd72474bdcc18.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-97070f9a4abd844e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-96824424c5a2f698.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47392025-06-17T17:57:20.031Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_custom --edition=2021 dev-tools/reconfigurator-cli/tests/test-custom.rs --error-format=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=f8523d45fd1f8274 -C extra-filename=-8a89e6746e7af8f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-882876e31b0eb423.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-db94dbc9c3de2035.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e38e3c46f20479e8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-964dd72474bdcc18.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-97070f9a4abd844e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-04e21a413b657023.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-96824424c5a2f698.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47402025-06-17T17:57:21.514Z 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=76daf5c36187cd1b -C extra-filename=-190d61fad33f5f40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-882876e31b0eb423.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-db94dbc9c3de2035.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e38e3c46f20479e8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-964dd72474bdcc18.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-97070f9a4abd844e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-04e21a413b657023.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-96824424c5a2f698.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47412025-06-17T17:57:22.946Z 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=3dc101abf2d257d9 -C extra-filename=-1dc1e92647902884 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6b633eb087dcab50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed2dd992fe97b341.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-943984074ba1b6df.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47422025-06-17T17:57:23.764Z 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=b5f505c4dcb41e0a -C extra-filename=-696d9dbc642038ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6b633eb087dcab50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d097d037ddf35510.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-aa6a8e03519bcbbc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-83fe9c6003e86e49.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8d74bf9e44805cff.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5f13081d5dce1f3d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7ac0c1f746ff3098.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b4f14fefa906f8fb.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-943984074ba1b6df.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-146046d84a067d18.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f8fbd0a1f7b5fba9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47432025-06-17T17:57:25.626Z 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=0b660f5119276aca -C extra-filename=-9eb49e958020c07d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-db94dbc9c3de2035.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e38e3c46f20479e8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-964dd72474bdcc18.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-97070f9a4abd844e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-04e21a413b657023.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47442025-06-17T17:57:26.131Z 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=c2ba1866e6607f37 -C extra-filename=-7db432f71c970b5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-b41b3ecc2c87d7f0.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6e8b5a07ce8b9da9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-fdbe2aea5f1e86c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-3634080e73c96701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cf3ad90454b93aca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47452025-06-17T17:57:28.411Z 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=e5fa86d66255173f -C extra-filename=-e2383b8f90f64d41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-b41b3ecc2c87d7f0.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6e8b5a07ce8b9da9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-fdbe2aea5f1e86c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-3634080e73c96701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cf3ad90454b93aca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47462025-06-17T17:57:40.027Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
47472025-06-17T17:57:40.053Z 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=2ae76643ef30c9d1 -C extra-filename=-28ba129ff3d79877 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6e8b5a07ce8b9da9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-fdbe2aea5f1e86c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cf3ad90454b93aca.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47482025-06-17T17:57:41.480Z 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=8062360ff3d890ad -C extra-filename=-98c9d58c061fdcec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-b41b3ecc2c87d7f0.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6e8b5a07ce8b9da9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-fdbe2aea5f1e86c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-3634080e73c96701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cf3ad90454b93aca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47492025-06-17T17:57:43.621Z 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=5d2a97b944709a97 -C extra-filename=-9258d4ee8c74cd61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-b41b3ecc2c87d7f0.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6e8b5a07ce8b9da9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-fdbe2aea5f1e86c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cf3ad90454b93aca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47502025-06-17T17:57:45.083Z 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=fd44cbab73ea3fb6 -C extra-filename=-753d6e82ff1c5860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-b41b3ecc2c87d7f0.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6e8b5a07ce8b9da9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-fdbe2aea5f1e86c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-3634080e73c96701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cf3ad90454b93aca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47512025-06-17T17:57:45.455Z 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=8416b7a75273007e -C extra-filename=-e5ea6ef8ebc3b933 --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-b416d7971d9e5e8c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47522025-06-17T17:57:47.913Z 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=29324b9f56148d02 -C extra-filename=-3f2c71c17e7a26c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94b3ab1512868a7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-b41b3ecc2c87d7f0.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-2efb6cda2825ec52.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2312eb3a62538263.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6369e842614977a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-53281e2c2443a132.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9fc4807dac40854a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f05b7efe21ef39ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-2abd02b2510937b4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab7ce4230cb877bb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-271fb6dfb63abff0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8d74bf9e44805cff.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e543d88dda50150a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47532025-06-17T17:57:51.393Z 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=55b7f1f9666512a5 -C extra-filename=-06f9cf0820f9e5b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-b41b3ecc2c87d7f0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-3634080e73c96701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
47542025-06-17T17:57:53.264Z 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=5fa3168b9ce58365 -C extra-filename=-586e74ebc3da2c8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-b41b3ecc2c87d7f0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-3634080e73c96701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
47552025-06-17T17:57:53.560Z 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=42398fdbf6fea505 -C extra-filename=-1efe922f20b92f71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-b41b3ecc2c87d7f0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-3634080e73c96701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
47562025-06-17T17:58:00.418Z 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=7066d7c39aa3232a -C extra-filename=-f31f87d197857e97 --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-ca868dbe27effd65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
47572025-06-17T17:58:02.900Z 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=8ad73e2bcdbd5f68 -C extra-filename=-9547a32a268fda8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f8b586bde3eea3c3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-96824424c5a2f698.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-71900d961ffe2057.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47582025-06-17T17:58:07.531Z 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=2203cd06128f1b87 -C extra-filename=-999edd130ab90f26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3f0800d66ba0dd22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-0dd4e25d1bec566d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-80c742bb68d47ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-fdbe2aea5f1e86c8.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2cb69f3d45636103.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-def091dd0ef5ee8a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cf3ad90454b93aca.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6e1e1d124e9597d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed2dd992fe97b341.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-209d97106ff11c6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6fdeec24944bc0bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47592025-06-17T17:58:14.711Z 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=0f2082c9c39d058b -C extra-filename=-921b1dcb4be1d6bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3f0800d66ba0dd22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-0dd4e25d1bec566d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-80c742bb68d47ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-fdbe2aea5f1e86c8.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2cb69f3d45636103.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-def091dd0ef5ee8a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cf3ad90454b93aca.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6e1e1d124e9597d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed2dd992fe97b341.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-209d97106ff11c6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6fdeec24944bc0bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47602025-06-17T17:58:14.737Z 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=031d430e3dbd55db -C extra-filename=-bbb149d99847a7cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3f0800d66ba0dd22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-0dd4e25d1bec566d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-80c742bb68d47ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-fdbe2aea5f1e86c8.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2cb69f3d45636103.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-def091dd0ef5ee8a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-cf3ad90454b93aca.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6e1e1d124e9597d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed2dd992fe97b341.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-209d97106ff11c6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6fdeec24944bc0bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47612025-06-17T17:58:14.790Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47622025-06-17T17:58:14.816Z 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=2828e4ca17e63f63 -C extra-filename=-c4221932c1921eea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-336fc23f36423066.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-97070f9a4abd844e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
47632025-06-17T17:58:17.299Z 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=ba378edc247e5049 -C extra-filename=-d0b15cf75428bab6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab7ce4230cb877bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b23d3267bb4e8567.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
47642025-06-17T17:58:17.618Z 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=5e59958c42fded7c -C extra-filename=-9b0d5eef6d6eadf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab7ce4230cb877bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b23d3267bb4e8567.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
47652025-06-17T17:58:22.831Z 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=7ecd30894c352204 -C extra-filename=-2092ed318b658c87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-173dd3559f541127.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-13588d279a0e6993.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-115f93ca8e83afd0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47662025-06-17T17:58:22.998Z 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=e21614e5138f59d2 -C extra-filename=-b2a7b3bcd47d4780 --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-adb4461803393d65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47672025-06-17T17:58:26.195Z 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=a510098618c7f264 -C extra-filename=-f5a09e4156dad401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-336fc23f36423066.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5d706c607c650193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ced344120893b342.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47682025-06-17T17:58:29.066Z 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=d3ead9fc8c773fed -C extra-filename=-26a1afcf8e4540e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-336fc23f36423066.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5d706c607c650193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ced344120893b342.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47692025-06-17T17:58:30.642Z 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=b07bde43fe7f35f8 -C extra-filename=-c441d42dc319ac16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-336fc23f36423066.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5d706c607c650193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ced344120893b342.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47702025-06-17T17:58:40.761Z 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=e9a652d0dc143bd6 -C extra-filename=-3dcbf74242a33eaf --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-fb3f1df37a79266b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7956d24558809c8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ced344120893b342.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47712025-06-17T17:58:42.994Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47722025-06-17T17:58:43.020Z 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=f31f536952ec9ef1 -C extra-filename=-cfe0cd8448a240b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7956d24558809c8a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-06aa48e4c502edf7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47732025-06-17T17:58:43.763Z 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=a9c2f33979d40969 -C extra-filename=-137f2d3e0cb98fb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e8b782616ef5df0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6369e842614977a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-a7844273e56497e0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a25bf63bb434785f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-91982100f47b54b8.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-06aa48e4c502edf7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ced344120893b342.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4ce0bee4bc09fb35.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47742025-06-17T17:58:45.478Z 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=375c4ff8e8662ab4 -C extra-filename=-15167fa449ce82e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5d706c607c650193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ced344120893b342.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47752025-06-17T17:58:53.062Z 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=5fb40814df98347d -C extra-filename=-4f27838126c9da7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e8b782616ef5df0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6369e842614977a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-a7844273e56497e0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a25bf63bb434785f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7956d24558809c8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-91982100f47b54b8.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-06aa48e4c502edf7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ced344120893b342.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4ce0bee4bc09fb35.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47762025-06-17T17:58:55.588Z 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=558d88e17d831f1b -C extra-filename=-dd3d94dc0dd96c7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e8b782616ef5df0b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6369e842614977a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-a7844273e56497e0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a25bf63bb434785f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7956d24558809c8a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-91982100f47b54b8.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-06aa48e4c502edf7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4ce0bee4bc09fb35.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
47772025-06-17T17:58:56.671Z 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=2ea5fcf8a2d13b9c -C extra-filename=-88fb4709f2fbc6fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e8b782616ef5df0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6369e842614977a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-a7844273e56497e0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a25bf63bb434785f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7956d24558809c8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-91982100f47b54b8.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-06aa48e4c502edf7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ced344120893b342.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4ce0bee4bc09fb35.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47782025-06-17T17:58:57.070Z 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=76d5f3f7dd1744e2 -C extra-filename=-0b775c6e5441ce7f --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-1cd817a3f34bbccd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-146046d84a067d18.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47792025-06-17T17:58:58.484Z 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=e1a2c13635c32101 -C extra-filename=-fb9d76e5807fd58a --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-65564a7f229b9b13.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-146046d84a067d18.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
47802025-06-17T17:59:01.499Z 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=c9a16427e6792b26 -C extra-filename=-894bc88d9803b77b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e38e3c46f20479e8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ced344120893b342.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-115f93ca8e83afd0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47812025-06-17T17:59:06.368Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47822025-06-17T17:59:06.394Z 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=3fb8f06aa44a64c3 -C extra-filename=-19fe7edf3f0126f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f8b586bde3eea3c3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
47832025-06-17T17:59:08.713Z 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=0eba6b0a2539d04a -C extra-filename=-01a6dee3334bfcfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-425f16478f1cd530.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-94b3ab1512868a7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-65564a7f229b9b13.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-d21a202f6b595e4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4831c5ab882d1641.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ff07a583d0bc169.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fe69fa640cefe7c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e38e3c46f20479e8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d0f1b455ab7480b9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1f8548b5771dbeea.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-20f754caa88e5ac8.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b9185ff0a894d721.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ffcaa028d04b0366.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-37a251026b28b930.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5d706c607c650193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-271fb6dfb63abff0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c763b71322ca6199.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-085cf73e0cc72248.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ffa120d82ebb1609.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-78821c9bb77a4a01.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-495b0672be0e2b46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-71900d961ffe2057.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-819928da8f968ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
47842025-06-17T17:59:09.434Z 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=fad07a92f3a5d685 -C extra-filename=-fd6911c82af0cf07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47852025-06-17T17:59:14.496Z 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=2e96c8a237c47ca2 -C extra-filename=-797a6098ab2299cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-fdbe2aea5f1e86c8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a5ffebda35b50bee.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8a788e67f4cc420f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
47862025-06-17T17:59:15.391Z 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=52ebaba7a286d98b -C extra-filename=-9c3e0ff29b7939f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3f0800d66ba0dd22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-0dd4e25d1bec566d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-80c742bb68d47ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-fdbe2aea5f1e86c8.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-def091dd0ef5ee8a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6e1e1d124e9597d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed2dd992fe97b341.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-209d97106ff11c6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-6fdeec24944bc0bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
47872025-06-17T17:59:24.002Z 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=bd442e291e8e3796 -C extra-filename=-8e0d2f510e7c5571 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ad8a278c25bce277.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-aa6a8e03519bcbbc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
47882025-06-17T17:59:26.999Z 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=a7bced2458d7f375 -C extra-filename=-449a87e23ed750f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7ac0c1f746ff3098.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
47892025-06-17T17:59:29.857Z 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=99edbe7b9893982a -C extra-filename=-6c46f6dba48eaba9 --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-36cc7dc779f34218.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
47902025-06-17T17:59:31.071Z 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=93f9703671e99cd4 -C extra-filename=-a764b3bfc870ca52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0e450d948a224494.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f0dd3a61fbfc2d53.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6e54d52d355217d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-171db20798bef975.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47912025-06-17T17:59:31.523Z 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=01a2580b97d47b1a -C extra-filename=-b8320a63dbeea045 --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-1cd817a3f34bbccd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
47922025-06-17T17:59:32.974Z 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=30414839330a884a -C extra-filename=-fa846d212a3a0a07 --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-178f17d25fe9aeb4.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
47932025-06-17T17:59:34.849Z 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=77548380a4400410 -C extra-filename=-dd7ccaa4bca4bb6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-2abd02b2510937b4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8a788e67f4cc420f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6e1e1d124e9597d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
47942025-06-17T17:59:35.089Z 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=e34dbf7bff48115b -C extra-filename=-3d62b4b61c89a04b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fe69fa640cefe7c3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-271fb6dfb63abff0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-2a24cc18133aa099.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-819928da8f968ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out`
47952025-06-17T17:59:38.473Z 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=d625a6244cc21364 -C extra-filename=-ad2bcfaa77d5adb7 --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-fb3f1df37a79266b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ffa120d82ebb1609.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47962025-06-17T17:59:40.170Z 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=826a9034de3b1225 -C extra-filename=-d5faa4b14f6e17c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b96c17ca9ea4b86a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47972025-06-17T17:59:41.716Z 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=b11b88284988b941 -C extra-filename=-47468f16323c4d8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2312eb3a62538263.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e1da66e4e62504d3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-b3ef2ce919b124d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b96c17ca9ea4b86a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47982025-06-17T17:59:43.571Z 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=8f76ce245395fd18 -C extra-filename=-c2f3a694192b9e5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2312eb3a62538263.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e1da66e4e62504d3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-b3ef2ce919b124d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b96c17ca9ea4b86a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
47992025-06-17T17:59:45.783Z 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=f7b63f8bbd51cce5 -C extra-filename=-2cea3d350a7de21c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2312eb3a62538263.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e1da66e4e62504d3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-b3ef2ce919b124d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b96c17ca9ea4b86a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
48002025-06-17T17:59:57.980Z 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=415fa09dd89f4926 -C extra-filename=-8964537a91248a77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2312eb3a62538263.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e1da66e4e62504d3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-b3ef2ce919b124d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b96c17ca9ea4b86a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48012025-06-17T18:00:02.316Z 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=2eba0630a2607616 -C extra-filename=-e935fd0b7327ee35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2312eb3a62538263.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e1da66e4e62504d3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-b3ef2ce919b124d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b96c17ca9ea4b86a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
48022025-06-17T18:00:05.356Z 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=e02f408641a6393c -C extra-filename=-ed52ea86a2c7ba53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2312eb3a62538263.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e1da66e4e62504d3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-b3ef2ce919b124d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b96c17ca9ea4b86a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
48032025-06-17T18:00:07.603Z 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=1a150e99296d6104 -C extra-filename=-396b226ae5cffdaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2312eb3a62538263.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e1da66e4e62504d3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-b3ef2ce919b124d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b96c17ca9ea4b86a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48042025-06-17T18:00:39.519Z 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=45556319f4d58cf6 -C extra-filename=-9cadf8718a6ec644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2312eb3a62538263.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e1da66e4e62504d3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-b3ef2ce919b124d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b96c17ca9ea4b86a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
48052025-06-17T18:00:43.307Z 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=0eca46583bc16a15 -C extra-filename=-839b132441b7ca51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2312eb3a62538263.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e1da66e4e62504d3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-b3ef2ce919b124d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b96c17ca9ea4b86a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48062025-06-17T18:00:44.487Z 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=6a3df635fd3733c4 -C extra-filename=-bc8567fc976e9ba1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-ebfb1c265b48ef11.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-f80826b30b89c5ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-635ae7f574ae73cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out`
48072025-06-17T18:00:45.474Z 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=dc7e465206282dea -C extra-filename=-c0f32bb3f7fe4276 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-802d80532f274d68.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d0a0301c0c614fc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-298fd8ccc2fc37c7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ced344120893b342.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48082025-06-17T18:00:45.679Z 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=6ff019c031fd9f99 -C extra-filename=-b52b6e4e44457979 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2312eb3a62538263.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e1da66e4e62504d3.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-b3ef2ce919b124d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b96c17ca9ea4b86a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1f9cee653458a518.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
48092025-06-17T18:00:48.565Z 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=023ed3d84b5e5605 -C extra-filename=-dcdb827fec7fbe71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fe69fa640cefe7c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0f011bddcf9bbfbf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-2a24cc18133aa099.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out`
48102025-06-17T18:00:49.326Z 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=7f34adb4bd49e14a -C extra-filename=-77a1eff763fcf01d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-96a848401b223629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48112025-06-17T18:00:49.737Z 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=9b64579b54464f2e -C extra-filename=-a5f8a2356988264b --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-96a848401b223629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48122025-06-17T18:00:52.281Z 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=58f38a4979ed786d -C extra-filename=-8e992648d10840c8 --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-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-5403efa2966af1f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48132025-06-17T18:00:56.374Z 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=5667af74f606e182 -C extra-filename=-3d5fbeaa465cd2ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a5ffebda35b50bee.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8aa5d088d8ee3424.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-dc77995e20616db8.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8a788e67f4cc420f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48142025-06-17T18:01:00.996Z 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=c162fa428463e3a0 -C extra-filename=-706f83c1063f8137 --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-baeff8589e43a779.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-425f16478f1cd530.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-36657738a864a1cb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6b633eb087dcab50.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7610e41b38d972ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5d68f70e87c98f09.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48152025-06-17T18:01:03.539Z 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=0ff258da4e98ad5d -C extra-filename=-a7ba7a93f8cdf52f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-425f16478f1cd530.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48162025-06-17T18:01:04.421Z 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=f27c3258de24b6a7 -C extra-filename=-a22cb0e7fdc2d50c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48172025-06-17T18:01:07.096Z 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=ca739629c54dba9a -C extra-filename=-52784436a6bb259f --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-baeff8589e43a779.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-425f16478f1cd530.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-36657738a864a1cb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6b633eb087dcab50.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7610e41b38d972ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5d68f70e87c98f09.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48182025-06-17T18:01:07.874Z 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=d671d77fc41957e2 -C extra-filename=-5fda3b5684e87083 --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-36cc7dc779f34218.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48192025-06-17T18:01:10.439Z 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=41fb9fcf20c6d429 -C extra-filename=-080bc00af3a09f06 --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-02cb96946b6b641f.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-125f82e0d7dd19f5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d1094728338391e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48202025-06-17T18:01:10.947Z 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=f08d06fc4bf25b22 -C extra-filename=-95de2a6f78c1c906 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8aa5d088d8ee3424.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8a788e67f4cc420f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48212025-06-17T18:01:12.071Z 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=6eae33028d1aecf1 -C extra-filename=-24e17feef0a82acf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-2fcab1cbd25df478.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d2a292cd42c0fd7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-db94dbc9c3de2035.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6e1e1d124e9597d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
48222025-06-17T18:01:12.905Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
48232025-06-17T18:01:12.932Z 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=b56823a2a87c9cd5 -C extra-filename=-c065e86753841d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48242025-06-17T18:01:15.162Z 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=0e3f54a61582148a -C extra-filename=-c7365267aea0b943 --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-e54d7805221c2d6c.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-c2a0be81ef6eaaf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-6e48b675f334dd40.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64`
48252025-06-17T18:01:16.213Z 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=c338bd449292242b -C extra-filename=-3497ff5ca61a54e1 --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-baeff8589e43a779.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-36657738a864a1cb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6b633eb087dcab50.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7610e41b38d972ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5d68f70e87c98f09.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48262025-06-17T18:01:22.848Z 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=e1c16da62a18473e -C extra-filename=-cb2db989c389e37b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0f6f29fe3da3da05.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-def091dd0ef5ee8a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e00bde7f4707c5f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-3530f54f60912fc9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6166ca4d93b647b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48272025-06-17T18:01:23.055Z 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=5b13a368304894a7 -C extra-filename=-220610ecc4fac8ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-e954ea544b8617a9.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-035f76e3c4070060.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1f8548b5771dbeea.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4662f52e2beca6b3.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-ebfb1c265b48ef11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-89b1a37521970879.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-521af590f1ebdea1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-819928da8f968ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
48282025-06-17T18:01:23.420Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
48292025-06-17T18:01:23.445Z 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=09425751fa2c93c9 -C extra-filename=-e274e847d9d9d54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48302025-06-17T18:01:24.153Z 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=c55b8d2a1209990f -C extra-filename=-b9be98797c429a1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0f6f29fe3da3da05.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-def091dd0ef5ee8a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e00bde7f4707c5f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-3530f54f60912fc9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6166ca4d93b647b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48312025-06-17T18:01:24.178Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
48322025-06-17T18:01:24.178Z 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=629618b836118527 -C extra-filename=-a710c7b07645f12b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48332025-06-17T18:01:24.330Z 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=88e9458d0a442539 -C extra-filename=-cebaf2291614744c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-def091dd0ef5ee8a.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a2672bb68d530aa5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-0f5e3d07bb29a904.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8b784133c07233da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-495b0672be0e2b46.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out`
48342025-06-17T18:01:25.857Z 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=a2fcadb2eb807758 -C extra-filename=-6738e83e529237af --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-8cf0273e9bc6b4ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48352025-06-17T18:01:26.124Z 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=a8a9e0180fad88ed -C extra-filename=-d27cae81c785eadb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d097d037ddf35510.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-3d2fa1f1b50ae27e.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-5a2f1b08d695c63f.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-faa762f55049f9c0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48362025-06-17T18:01:26.800Z 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=08bb8de40ebbcd1c -C extra-filename=-65c719f1ed6556e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48372025-06-17T18:01:27.579Z 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=4aa0f6d1665b6615 -C extra-filename=-54f369742a5182a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d99b0f1adde4144b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48382025-06-17T18:01:29.023Z 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=ae6b61788754e00b -C extra-filename=-14ac9bb7591f1e87 --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-1cd817a3f34bbccd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48392025-06-17T18:01:32.096Z 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=1d5815ffd89dafb5 -C extra-filename=-ea3a6e9be9493b36 --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-f2d8b6f913e18f51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48402025-06-17T18:01:33.875Z 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=da86cb5e642d6f5f -C extra-filename=-86e1c04db8d7d6aa --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-1cd817a3f34bbccd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48412025-06-17T18:01:34.723Z 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=acfbfb23bf78ae3e -C extra-filename=-bcf907c3d25622e3 --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-fb3f1df37a79266b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-fdbe2aea5f1e86c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48422025-06-17T18:01:35.167Z 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=087bf59fe96c9399 -C extra-filename=-4b0c32c721129ecb --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-1cd817a3f34bbccd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48432025-06-17T18:01:35.893Z 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=f4984fdba71e22e8 -C extra-filename=-63019142ece33d7d --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-1cd817a3f34bbccd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48442025-06-17T18:01:36.498Z 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=e367b00b12e70fb8 -C extra-filename=-8861af2282ccb485 --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-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-2abd02b2510937b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48452025-06-17T18:01:38.046Z 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=14a54f4d70bb36c4 -C extra-filename=-e482abb5f4bcc833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8a788e67f4cc420f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48462025-06-17T18:01:38.293Z 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=3c3421e55d291d71 -C extra-filename=-aa4b7e9e3878e52b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8a788e67f4cc420f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48472025-06-17T18:01:38.625Z 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=0728e4b24ff62953 -C extra-filename=-1d7ade5dcc37babd --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-1cd817a3f34bbccd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48482025-06-17T18:01:39.479Z 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=35fa93ffd0dca080 -C extra-filename=-e8a0ae78ba9f14df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48492025-06-17T18:01:44.144Z 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=f2a0713a950b66ad -C extra-filename=-032832d394d2cca9 --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-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48502025-06-17T18:01:44.494Z 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=494a3b8c2529b74e -C extra-filename=-7b3558d7920ad98d --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-5df476a4276882b5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48512025-06-17T18:01:47.290Z 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=680c9b4ed3b11fba -C extra-filename=-aae5c1ff383a9349 --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-da0f69454eacd830.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-91ce50d303d6efc0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9e15787ce6eb9e98.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48522025-06-17T18:01:48.253Z 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=a968a05ab9311ead -C extra-filename=-462b1813f9f0f65c --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-36cc7dc779f34218.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-e8b782616ef5df0b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L /usr/platform/oxide/lib/amd64/`
48532025-06-17T18:01:48.771Z 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=e275535bf2af8a78 -C extra-filename=-3fe38c1fc1e6d5bf --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-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48542025-06-17T18:01:48.809Z 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=cd474345450e5d45 -C extra-filename=-7e8e831e6f16bcae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-802d80532f274d68.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d0a0301c0c614fc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-298fd8ccc2fc37c7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48552025-06-17T18:01:49.064Z 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=38016864001b8478 -C extra-filename=-349f7efa4c68c924 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0f6f29fe3da3da05.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-def091dd0ef5ee8a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e00bde7f4707c5f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-3530f54f60912fc9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6166ca4d93b647b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/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-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48562025-06-17T18:01:49.669Z 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=421b01418b597fc9 -C extra-filename=-e51f9ea75def2da5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48572025-06-17T18:01:50.626Z 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=c4bdadfd3b8df9c8 -C extra-filename=-677a4753685f97cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48582025-06-17T18:01:52.121Z 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=e235b2df15f4641f -C extra-filename=-147e4a2a18d6c863 --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-1cd817a3f34bbccd.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48592025-06-17T18:01:52.609Z 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=fd2859cb602a9880 -C extra-filename=-ce62636c6fea89cf --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-079fb96fdf9cca87.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48602025-06-17T18:01:53.689Z 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=e64123d096f7171f -C extra-filename=-05915f3052d03903 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-6cca07370c307819.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-577a499c36dcf57a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48612025-06-17T18:01:54.954Z 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=bb3eefba4c5f6fb7 -C extra-filename=-7a16eb1bc83f13b5 --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-1cd817a3f34bbccd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48622025-06-17T18:01:56.828Z 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=c693e5edf78a1143 -C extra-filename=-f7a660aa54fa1097 --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-dbcbe6c32d49e34b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a25bf63bb434785f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48632025-06-17T18:01:59.702Z 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=e75bb777d3e2598e -C extra-filename=-9a52a4419533b3de --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-1cd817a3f34bbccd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48642025-06-17T18:01:59.889Z 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=00349c0405800863 -C extra-filename=-2bab5ce5983caea8 --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-178f17d25fe9aeb4.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7610e41b38d972ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0deaf112a2b7f2ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48652025-06-17T18:02:00.232Z 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=5a173460cf09e95a -C extra-filename=-0701f05a6142871c --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-6b633eb087dcab50.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b62867646fb68ead.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48662025-06-17T18:02:02.139Z 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=0d84e058be31c0d7 -C extra-filename=-c5c4b4619b5ae07c --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-8001ed0045d3c216.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f2bbb666d0623927.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48672025-06-17T18:02:02.721Z 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=745dbd43ed7cb447 -C extra-filename=-7e05c9a966218a42 --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-8001ed0045d3c216.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f2bbb666d0623927.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a041e6542cd42be6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0d3326f90e6d1d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48682025-06-17T18:02:03.013Z 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=c2c7de7823503f5c -C extra-filename=-552b5f1216731229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ed3746d7d986df7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-ebfb1c265b48ef11.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5e94675936ad627c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48692025-06-17T18:02:04.591Z 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=48239b69c17495b7 -C extra-filename=-5c6b2b054cc88df5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-2fcab1cbd25df478.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-58b9ce7499bda659.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-91ce50d303d6efc0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-e68afd6d96d1b0a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-faea8cd48a0dbc46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48702025-06-17T18:02:04.618Z 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=3def88f1dfe5294b -C extra-filename=-3ee88d9bbc313579 --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-02cb96946b6b641f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48712025-06-17T18:02:04.762Z 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=889fd5f4f19470fe -C extra-filename=-1baee7c0f968df07 --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-02cb96946b6b641f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48722025-06-17T18:02:05.073Z 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=94bacc04fda70d0b -C extra-filename=-227f42e74d65b48f --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-db94dbc9c3de2035.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2303bba6afbdc220.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-42ba3f1a7f310812.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48732025-06-17T18:02:05.121Z 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=d75c833e0aa7b642 -C extra-filename=-b1c3a9e8906080de --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-dbcbe6c32d49e34b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-85e23b5420a509ee.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48742025-06-17T18:02:05.474Z 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=2892bcbfb213cf3d -C extra-filename=-4631bc63a8fc90af --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-4819c0fb8a967ba9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6bf1502fcb651c82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e9dae80dd6e116b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48752025-06-17T18:02:05.671Z 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=85dc7be8689ef28a -C extra-filename=-d415b92832ee7453 --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-02cb96946b6b641f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48762025-06-17T18:02:06.099Z 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=096fb7d6682e7a05 -C extra-filename=-e7b9e450755184af --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-36cc7dc779f34218.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48772025-06-17T18:02:06.313Z 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=f18195022201c648 -C extra-filename=-9c17708069fd3fcc --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-02cb96946b6b641f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48782025-06-17T18:02:07.320Z 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=376c67faed8a6d7b -C extra-filename=-69c570237ba117a6 --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-02cb96946b6b641f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48792025-06-17T18:02:07.604Z 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=ab05b0addcfcb8a4 -C extra-filename=-5c27ebd4c8296e47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed2dd992fe97b341.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48802025-06-17T18:02:07.700Z 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=f425c5d7f00518f5 -C extra-filename=-3b56e7962c4558b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48812025-06-17T18:02:08.145Z 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=f16eba014697801f -C extra-filename=-c8a5f24fd4a5f169 --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-02cb96946b6b641f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48822025-06-17T18:02:08.208Z 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=83365723ae96903e -C extra-filename=-748856025280b27b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ed3746d7d986df7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5e94675936ad627c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48832025-06-17T18:02:08.233Z 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=d3daf191bdbde091 -C extra-filename=-d927341db05bea19 --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-fddc9fbec8c52c93.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48842025-06-17T18:02:08.538Z 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=18c4cad2f0c79518 -C extra-filename=-4d466dd8ee92d809 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48852025-06-17T18:02:08.949Z 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=8ed66c72b1ef96e5 -C extra-filename=-1cd25042e9760398 --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-36cc7dc779f34218.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48862025-06-17T18:02:09.888Z 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=1f8323a4275a66c5 -C extra-filename=-554dfd4642764649 --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-02cb96946b6b641f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48872025-06-17T18:02:10.767Z 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=d7132c06a39e71d5 -C extra-filename=-1d148249542eb8bf --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-1cd817a3f34bbccd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48882025-06-17T18:02:11.453Z 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=6b543915bcbebc47 -C extra-filename=-64342a0a242f24f2 --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-02cb96946b6b641f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48892025-06-17T18:02:11.793Z 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=7b4eafe1de835398 -C extra-filename=-db523bad48281af9 --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-5d6c1e9618f55f42.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-68878559edd21b25.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc615a9962c20fcc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48902025-06-17T18:02:12.222Z 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=a46fdf29d15b9826 -C extra-filename=-aa8e0b92ae21bd0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d99b0f1adde4144b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5f13081d5dce1f3d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48912025-06-17T18:02:12.692Z 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=7e3b7a90457f3c72 -C extra-filename=-3a61be0a031e3ede --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-02cb96946b6b641f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48922025-06-17T18:02:12.829Z 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=302f3a7558ea256c -C extra-filename=-4aaad26a068534dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a1ea2370e4c69d48.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-91ce50d303d6efc0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48932025-06-17T18:02:13.153Z 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=b907e345ee9dbd01 -C extra-filename=-3dacec811d0782d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a36283e5adabc2f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48942025-06-17T18:02:13.322Z 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=584673c8100633dd -C extra-filename=-caf76585631c99e0 --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-ae82eed8e16fffa3.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-36bced02ae4bd5ce.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-0b8fc4a91b588095.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2fad40719046d586.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-fae69d05f1cd8859.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be8aff341cdf0f9a.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-beab76081c319986.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-dbb179055a8e85be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-86a67e4d44f49204.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8c9cf05edfba37d5.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d2a292cd42c0fd7.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-31712546fcde96fc.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-63775a6f5ace49bd.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-be0312d4cc2106db.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-dbcbe6c32d49e34b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4819c0fb8a967ba9.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9fc69d5c4eb5f54b.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49894938c024bc9b.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fe891bdd726b7d63.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7377c6d50ff135cc.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-fbfa3fae7af13bb2.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-fafd2c26c8cb50b7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-dfa41c295b49ba02.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-fa33b9f36748c437.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5a41f0b5a4a31464.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d675cde62c0b25c7.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5df1821aa7bb7d13.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d2ae1774cbcf81ea.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5d6c4ad23ea5f468.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9fdee76a63cbb7f5.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eceeae9dfa8a7001.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a2c06db858e150fe.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a4afd14cb428eb53.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9b8e2c4257d31372.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-56a830621ceec454.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d097d037ddf35510.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-bc205343c3f910de.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-b511f58f5ba76c42.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-db94dbc9c3de2035.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d0a0301c0c614fc2.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-11dd3877f51b14f7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-1d5d7e38952c741d.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7c9e2d421731f02f.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4923f36f839db742.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-4772433b0281b4bd.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14b6e25768d4002a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-14b19496d7ae46e1.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6150782b8ea62017.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-21107336716e293c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-3576141d7dfa7af3.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a0aa09c1132796f4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b55f9577dc663577.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-af3f0c8edfd15579.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-afae99689092f356.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-59ff3ebd8b679676.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a17732d7632756ba.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f80afeb3a4990cd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-72422bb88050bd70.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-1a53d49653501b73.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e76c8daf0a9e73b2.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5f13081d5dce1f3d.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5601242d4cca54cf.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-61828afd5cf1b997.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-185e55c84d3889a9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-62d4e1c26dbfe5eb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-37ca749e972e1092.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86d4ae5d34df00b9.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b755c5a6bb05839b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-93964ecc8c97fb70.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-f03ccb089c3f1440.rlib --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out`
48952025-06-17T18:02:13.751Z 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=df46e7696b84db05 -C extra-filename=-f6daa9280700ed12 --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-dbcbe6c32d49e34b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-db94dbc9c3de2035.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48962025-06-17T18:02:14.496Z 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=-125f13356281e292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48972025-06-17T18:02:55.046Z 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=59f7fbea0ecc61e9 -C extra-filename=-4c90089089e65f0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9aefc3a714822f3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-0cde86fa5b135132.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a6fce4d8a6b5f5e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-63e2775a6fcd7f8f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-06aa48e4c502edf7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
48982025-06-17T18:02:55.071Z 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=00d9142c330853e8 -C extra-filename=-2fedfe0115d31791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5da851387298f909.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-4b8c64a12e20c783.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ad8a278c25bce277.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-062b6b2b429dd3c4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f2d8b6f913e18f51.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-617ee0ff5b8384fe.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-db94dbc9c3de2035.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-336fc23f36423066.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-edd063f60bf1402c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-46697184a41bfbb4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-a12b37bda18a7245.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a6fce4d8a6b5f5e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
48992025-06-17T18:02:55.097Z 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=ccd29a9769c68165 -C extra-filename=-716df151cc81aa0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9aefc3a714822f3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-0cde86fa5b135132.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a6fce4d8a6b5f5e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-63e2775a6fcd7f8f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-06aa48e4c502edf7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
49002025-06-17T18:02:55.097Z 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=5bf66e249d58f5b7 -C extra-filename=-985d090b68d1fe19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5da851387298f909.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d097d037ddf35510.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-25ef5315ccd25883.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a1fe6b3342fdeee9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-46697184a41bfbb4.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b39c74ea8e0663d0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-a12b37bda18a7245.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a6fce4d8a6b5f5e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-aa6a8e03519bcbbc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed2dd992fe97b341.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-e389de54293602de.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8d74bf9e44805cff.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
49012025-06-17T18:02:55.122Z 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=64b6c2c3e01a184d -C extra-filename=-d10649bd91b62924 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8cf0273e9bc6b4ef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9aefc3a714822f3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a6fce4d8a6b5f5e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-06aa48e4c502edf7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2b489ae59900c494.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
49022025-06-17T18:02:55.149Z 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=2f11fd4b8a15d97a -C extra-filename=-cea7febf12cde2b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5da851387298f909.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6ff88f67fbbb4186.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-86c99ae0df69156e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-241170a8a7e0432d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-32b6bbccf23120d5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d097d037ddf35510.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-25ef5315ccd25883.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a1fe6b3342fdeee9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-46697184a41bfbb4.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b39c74ea8e0663d0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-a12b37bda18a7245.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a6fce4d8a6b5f5e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-aa6a8e03519bcbbc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed2dd992fe97b341.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-e389de54293602de.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8d74bf9e44805cff.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ae56821aaf503578.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
49032025-06-17T18:02:55.190Z 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=fbd9a47ecb84993c -C extra-filename=-387d599a01008f3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-46697184a41bfbb4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-a12b37bda18a7245.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a6fce4d8a6b5f5e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-04e21a413b657023.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
49042025-06-17T18:02:55.267Z 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=014e1ac5db903520 -C extra-filename=-8564541d5fe08769 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-46697184a41bfbb4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-a12b37bda18a7245.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a6fce4d8a6b5f5e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-04e21a413b657023.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
49052025-06-17T18:07:18.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18m 39s
49062025-06-17T18:07:32.247Z
49072025-06-17T18:07:32.273Zreal 18:53.198885693
49082025-06-17T18:07:32.273Zuser 1:35:18.887484295
49092025-06-17T18:07:32.273Zsys 18:00.032354739
49102025-06-17T18:07:32.273Ztrap 8.927252076
49112025-06-17T18:07:32.274Ztflt 1.520304708
49122025-06-17T18:07:32.274Zdflt 5:49.694177548
49132025-06-17T18:07:32.274Zkflt 0.337503406
49142025-06-17T18:07:32.274Zlock 3:33:08.200438370
49152025-06-17T18:07:32.274Zslp 9:14:33.201721649
49162025-06-17T18:07:32.274Zlat 9:10.301090539
49172025-06-17T18:07:32.274Zstop 12:03.845556358
49182025-06-17T18:07:33.261Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
49192025-06-17T18:07:38.772Z Fresh unicode-ident v1.0.18
49202025-06-17T18:07:38.826Z Fresh cfg-if v1.0.1
49212025-06-17T18:07:38.826Z Fresh autocfg v1.4.0
49222025-06-17T18:07:38.826Z Fresh memchr v2.7.4
49232025-06-17T18:07:38.826Z Fresh value-bag v1.9.0
49242025-06-17T18:07:38.826Z Fresh proc-macro2 v1.0.95
49252025-06-17T18:07:38.826Z Fresh log v0.4.27
49262025-06-17T18:07:38.826Z Fresh version_check v0.9.5
49272025-06-17T18:07:38.826Z Fresh smallvec v1.15.0
49282025-06-17T18:07:38.826Z Fresh itoa v1.0.11
49292025-06-17T18:07:38.826Z Fresh quote v1.0.40
49302025-06-17T18:07:38.826Z Fresh libc v0.2.173
49312025-06-17T18:07:38.826Z Fresh scopeguard v1.2.0
49322025-06-17T18:07:38.826Z Fresh ryu v1.0.18
49332025-06-17T18:07:38.826Z Fresh stable_deref_trait v1.2.0
49342025-06-17T18:07:38.826Z Fresh syn v2.0.101
49352025-06-17T18:07:38.826Z Fresh getrandom v0.2.15
49362025-06-17T18:07:38.826Z Fresh lock_api v0.4.12
49372025-06-17T18:07:38.826Z Fresh once_cell v1.21.3
49382025-06-17T18:07:38.826Z Fresh shlex v1.3.0
49392025-06-17T18:07:38.826Z Fresh serde_derive v1.0.219
49402025-06-17T18:07:38.826Z Fresh rand_core v0.6.4
49412025-06-17T18:07:38.826Z Fresh zeroize_derive v1.4.2
49422025-06-17T18:07:38.826Z Fresh libm v0.2.8
49432025-06-17T18:07:38.827Z Fresh synstructure v0.13.1
49442025-06-17T18:07:38.827Z Fresh zerovec-derive v0.10.3
49452025-06-17T18:07:38.827Z Fresh displaydoc v0.2.5
49462025-06-17T18:07:38.827Z Fresh serde v1.0.219
49472025-06-17T18:07:38.827Z Fresh zeroize v1.8.1
49482025-06-17T18:07:38.827Z Fresh num-traits v0.2.19
49492025-06-17T18:07:38.827Z Fresh zerofrom-derive v0.1.4
49502025-06-17T18:07:38.827Z Fresh yoke-derive v0.7.4
49512025-06-17T18:07:38.827Z Fresh pin-project-lite v0.2.14
49522025-06-17T18:07:38.827Z Fresh jobserver v0.1.32
49532025-06-17T18:07:38.827Z Fresh litemap v0.7.3
49542025-06-17T18:07:38.827Z Fresh bytes v1.10.1
49552025-06-17T18:07:38.827Z Fresh bitflags v2.9.0
49562025-06-17T18:07:38.827Z Fresh zerofrom v0.1.4
49572025-06-17T18:07:38.827Z Fresh serde_json v1.0.140
49582025-06-17T18:07:38.827Z Fresh writeable v0.5.5
49592025-06-17T18:07:38.827Z Fresh regex-syntax v0.8.5
49602025-06-17T18:07:38.827Z Fresh cc v1.2.15
49612025-06-17T18:07:38.827Z Fresh yoke v0.7.4
49622025-06-17T18:07:38.827Z Fresh icu_provider_macros v1.5.0
49632025-06-17T18:07:38.827Z Fresh icu_locid_transform_data v1.5.0
49642025-06-17T18:07:38.827Z Fresh byteorder v1.5.0
49652025-06-17T18:07:38.827Z Fresh icu_properties_data v1.5.0
49662025-06-17T18:07:38.827Z Fresh allocator-api2 v0.2.21
49672025-06-17T18:07:38.827Z Fresh percent-encoding v2.3.1
49682025-06-17T18:07:38.827Z Fresh zerovec v0.10.4
49692025-06-17T18:07:38.827Z Fresh semver v1.0.26
49702025-06-17T18:07:38.827Z Fresh foldhash v0.1.5
49712025-06-17T18:07:38.827Z Fresh equivalent v1.0.2
49722025-06-17T18:07:38.827Z Fresh aho-corasick v1.1.3
49732025-06-17T18:07:38.827Z Fresh write16 v1.0.0
49742025-06-17T18:07:38.827Z Fresh utf16_iter v1.0.5
49752025-06-17T18:07:38.827Z Fresh icu_normalizer_data v1.5.0
49762025-06-17T18:07:38.827Z Fresh tinystr v0.7.6
49772025-06-17T18:07:38.827Z Fresh icu_collections v1.5.0
49782025-06-17T18:07:38.827Z Fresh hashbrown v0.15.3
49792025-06-17T18:07:38.827Z Fresh utf8_iter v1.0.4
49802025-06-17T18:07:38.827Z Fresh regex-automata v0.4.8
49812025-06-17T18:07:38.827Z Fresh subtle v2.6.1
49822025-06-17T18:07:38.827Z Fresh form_urlencoded v1.2.1
49832025-06-17T18:07:38.828Z Fresh icu_locid v1.5.0
49842025-06-17T18:07:38.828Z Fresh errno v0.3.12
49852025-06-17T18:07:38.876Z Fresh signal-hook-registry v1.4.2
49862025-06-17T18:07:38.876Z Fresh fnv v1.0.7
49872025-06-17T18:07:38.876Z Fresh icu_provider v1.5.0
49882025-06-17T18:07:38.876Z Fresh parking_lot_core v0.9.10
49892025-06-17T18:07:38.876Z Fresh futures-core v0.3.31
49902025-06-17T18:07:38.876Z Fresh regex v1.11.1
49912025-06-17T18:07:38.876Z Fresh icu_locid_transform v1.5.0
49922025-06-17T18:07:38.876Z Fresh parking_lot v0.12.3
49932025-06-17T18:07:38.876Z Fresh getrandom v0.3.1
49942025-06-17T18:07:38.876Z Fresh typenum v1.17.0
49952025-06-17T18:07:38.876Z Fresh thiserror-impl v1.0.69
49962025-06-17T18:07:38.876Z Fresh mio v1.0.2
49972025-06-17T18:07:38.876Z Fresh icu_properties v1.5.1
49982025-06-17T18:07:38.876Z Fresh generic-array v0.14.7
49992025-06-17T18:07:38.876Z Fresh thiserror v1.0.69
50002025-06-17T18:07:38.876Z Fresh either v1.14.0
50012025-06-17T18:07:38.876Z Fresh heck v0.5.0
50022025-06-17T18:07:38.876Z Fresh indexmap v2.9.0
50032025-06-17T18:07:38.876Z Fresh tokio-macros v2.5.0
50042025-06-17T18:07:38.876Z Fresh icu_normalizer v1.5.0
50052025-06-17T18:07:38.876Z Fresh rustix v0.38.37
50062025-06-17T18:07:38.876Z Fresh crypto-common v0.1.6
50072025-06-17T18:07:38.876Z Fresh socket2 v0.5.9
50082025-06-17T18:07:38.876Z Fresh iana-time-zone v0.1.63
50092025-06-17T18:07:38.876Z Fresh zerocopy-derive v0.7.35
50102025-06-17T18:07:38.876Z Fresh uuid v1.16.0
50112025-06-17T18:07:38.876Z Fresh spin v0.9.8
50122025-06-17T18:07:38.876Z Fresh idna_adapter v1.2.0
50132025-06-17T18:07:38.876Z Fresh tokio v1.45.0
50142025-06-17T18:07:38.877Z Fresh chrono v0.4.41
50152025-06-17T18:07:38.877Z Fresh zerocopy v0.7.35
50162025-06-17T18:07:38.877Z Fresh pkg-config v0.3.31
50172025-06-17T18:07:38.877Z Fresh futures-io v0.3.31
50182025-06-17T18:07:38.877Z Fresh const-oid v0.9.6
50192025-06-17T18:07:38.877Z Fresh idna v1.0.3
50202025-06-17T18:07:38.877Z Fresh serde_derive_internals v0.29.1
50212025-06-17T18:07:38.877Z Fresh dyn-clone v1.0.19
50222025-06-17T18:07:38.877Z Fresh lazy_static v1.5.0
50232025-06-17T18:07:38.877Z Fresh block-buffer v0.10.4
50242025-06-17T18:07:38.877Z Fresh futures-sink v0.3.31
50252025-06-17T18:07:38.877Z Fresh url v2.5.3
50262025-06-17T18:07:38.877Z Fresh slab v0.4.9
50272025-06-17T18:07:38.877Z Fresh schemars_derive v0.8.22
50282025-06-17T18:07:38.877Z Fresh digest v0.10.7
50292025-06-17T18:07:38.877Z Fresh cpufeatures v0.2.14
50302025-06-17T18:07:38.877Z Fresh pin-utils v0.1.0
50312025-06-17T18:07:38.877Z Fresh schemars v0.8.22
50322025-06-17T18:07:38.877Z Fresh futures-channel v0.3.31
50332025-06-17T18:07:38.877Z Fresh futures-macro v0.3.31
50342025-06-17T18:07:38.877Z Fresh futures-task v0.3.31
50352025-06-17T18:07:38.877Z Fresh ppv-lite86 v0.2.20
50362025-06-17T18:07:38.877Z Fresh glob v0.3.2
50372025-06-17T18:07:38.877Z Fresh tracing-core v0.1.32
50382025-06-17T18:07:38.877Z Fresh syn v1.0.109
50392025-06-17T18:07:38.877Z Fresh futures-util v0.3.31
50402025-06-17T18:07:38.877Z Fresh tracing-attributes v0.1.27
50412025-06-17T18:07:38.877Z Fresh rand_chacha v0.3.1
50422025-06-17T18:07:38.877Z Fresh http v1.3.1
50432025-06-17T18:07:38.877Z Fresh strsim v0.11.1
50442025-06-17T18:07:38.877Z Fresh tracing v0.1.40
50452025-06-17T18:07:38.877Z Fresh rand v0.8.5
50462025-06-17T18:07:38.877Z Fresh minimal-lexical v0.2.1
50472025-06-17T18:07:38.877Z Fresh libloading v0.8.5
50482025-06-17T18:07:38.877Z Fresh nom v7.1.3
50492025-06-17T18:07:38.877Z Fresh adler2 v2.0.0
50502025-06-17T18:07:38.877Z Fresh prettyplease v0.2.32
50512025-06-17T18:07:38.877Z Fresh clang-sys v1.8.1
50522025-06-17T18:07:38.877Z Fresh home v0.5.9
50532025-06-17T18:07:38.878Z Fresh vcpkg v0.2.15
50542025-06-17T18:07:38.878Z Fresh paste v1.0.15
50552025-06-17T18:07:38.878Z Fresh miniz_oxide v0.8.5
50562025-06-17T18:07:38.878Z Fresh cexpr v0.6.0
50572025-06-17T18:07:38.878Z Fresh crossbeam-utils v0.8.21
50582025-06-17T18:07:38.878Z Fresh itertools v0.12.1
50592025-06-17T18:07:38.878Z Fresh block-padding v0.3.3
50602025-06-17T18:07:38.878Z Fresh num-conv v0.1.0
50612025-06-17T18:07:38.878Z Fresh powerfmt v0.2.0
50622025-06-17T18:07:38.878Z Fresh time-core v0.1.2
50632025-06-17T18:07:38.878Z Fresh inout v0.1.3
50642025-06-17T18:07:38.878Z Fresh num_threads v0.1.7
50652025-06-17T18:07:38.878Z Fresh which v4.4.2
50662025-06-17T18:07:38.878Z Fresh tokio-util v0.7.13
50672025-06-17T18:07:38.878Z Fresh deranged v0.3.11
50682025-06-17T18:07:38.878Z Fresh time-macros v0.2.18
50692025-06-17T18:07:38.878Z Fresh cipher v0.4.4
50702025-06-17T18:07:38.878Z Fresh serde_tokenstream v0.2.2
50712025-06-17T18:07:38.878Z Fresh lazycell v1.3.0
50722025-06-17T18:07:38.878Z Fresh rustc-hash v1.1.0
50732025-06-17T18:07:38.878Z Fresh time v0.3.36
50742025-06-17T18:07:38.878Z Fresh atomic-waker v1.1.2
50752025-06-17T18:07:38.878Z Fresh bindgen v0.69.5
50762025-06-17T18:07:38.878Z Fresh cmake v0.1.51
50772025-06-17T18:07:38.878Z Fresh fs_extra v1.3.0
50782025-06-17T18:07:38.878Z Fresh dunce v1.0.5
50792025-06-17T18:07:38.878Z Fresh untrusted v0.9.0
50802025-06-17T18:07:38.878Z Fresh httparse v1.9.5
50812025-06-17T18:07:38.878Z Fresh ring v0.17.14
50822025-06-17T18:07:38.878Z Fresh gimli v0.31.1
50832025-06-17T18:07:38.878Z Fresh base64ct v1.6.0
50842025-06-17T18:07:38.878Z Fresh hmac v0.12.1
50852025-06-17T18:07:38.905Z Fresh sha2 v0.10.8
50862025-06-17T18:07:38.905Z Fresh serde_spanned v0.6.8
50872025-06-17T18:07:38.905Z Fresh addr2line v0.24.2
50882025-06-17T18:07:38.905Z Fresh toml_datetime v0.6.9
50892025-06-17T18:07:38.905Z Fresh object v0.36.5
50902025-06-17T18:07:38.905Z Fresh rustc-demangle v0.1.24
50912025-06-17T18:07:38.905Z Fresh rustls-pki-types v1.10.0
50922025-06-17T18:07:38.905Z Fresh backtrace v0.3.74
50932025-06-17T18:07:38.905Z Fresh base64 v0.22.1
50942025-06-17T18:07:38.905Z Fresh aws-lc-sys v0.26.0
50952025-06-17T18:07:38.905Z Fresh http-body v1.0.1
50962025-06-17T18:07:38.905Z Fresh try-lock v0.2.5
50972025-06-17T18:07:38.905Z Fresh untrusted v0.7.1
50982025-06-17T18:07:38.905Z Fresh anyhow v1.0.98
50992025-06-17T18:07:38.905Z Fresh httpdate v1.0.3
51002025-06-17T18:07:38.905Z Fresh want v0.3.1
51012025-06-17T18:07:38.905Z Fresh aws-lc-rs v1.12.4
51022025-06-17T18:07:38.905Z Fresh pem-rfc7468 v0.7.0
51032025-06-17T18:07:38.905Z Fresh h2 v0.4.6
51042025-06-17T18:07:38.905Z Fresh utf8parse v0.2.2
51052025-06-17T18:07:38.905Z Fresh hyper v1.6.0
51062025-06-17T18:07:38.905Z Fresh rustls-webpki v0.102.8
51072025-06-17T18:07:38.905Z Fresh tower-service v0.3.3
51082025-06-17T18:07:38.905Z Fresh der_derive v0.7.3
51092025-06-17T18:07:38.905Z Fresh flagset v0.4.6
51102025-06-17T18:07:38.905Z Fresh der v0.7.9
51112025-06-17T18:07:38.905Z Fresh hyper-util v0.1.14
51122025-06-17T18:07:38.905Z Fresh pbkdf2 v0.12.2
51132025-06-17T18:07:38.905Z Fresh aes v0.8.4
51142025-06-17T18:07:38.906Z Fresh mime v0.3.17
51152025-06-17T18:07:38.906Z Fresh anstyle v1.0.10
51162025-06-17T18:07:38.906Z Fresh rustversion v1.0.17
51172025-06-17T18:07:38.906Z Fresh slog v2.7.0
51182025-06-17T18:07:38.906Z Fresh spki v0.7.3
51192025-06-17T18:07:38.906Z Fresh cbc v0.1.2
51202025-06-17T18:07:38.906Z Fresh salsa20 v0.10.2
51212025-06-17T18:07:38.906Z Fresh async-trait v0.1.88
51222025-06-17T18:07:38.906Z Fresh openssl-probe v0.1.5
51232025-06-17T18:07:38.906Z Fresh ipnet v2.11.0
51242025-06-17T18:07:38.906Z Fresh foreign-types-shared v0.1.1
51252025-06-17T18:07:38.906Z Fresh scrypt v0.11.0
51262025-06-17T18:07:38.906Z Fresh openssl-sys v0.9.109
51272025-06-17T18:07:38.906Z Fresh anstyle-parse v0.2.5
51282025-06-17T18:07:38.906Z Fresh http-body-util v0.1.3
51292025-06-17T18:07:38.906Z Fresh rustc_version v0.4.1
51302025-06-17T18:07:38.906Z Fresh openssl-macros v0.1.1
51312025-06-17T18:07:38.906Z Fresh foreign-types v0.3.2
51322025-06-17T18:07:38.906Z Fresh is_terminal_polyfill v1.70.1
51332025-06-17T18:07:38.906Z Fresh anstyle-query v1.1.1
51342025-06-17T18:07:38.906Z Fresh colorchoice v1.0.2
51352025-06-17T18:07:38.906Z Fresh pkcs5 v0.7.1
51362025-06-17T18:07:38.906Z Fresh rustls-pemfile v2.2.0
51372025-06-17T18:07:38.906Z Fresh anstream v0.6.18
51382025-06-17T18:07:38.906Z Fresh openssl v0.10.73
51392025-06-17T18:07:38.906Z Fresh pkcs8 v0.10.2
51402025-06-17T18:07:38.906Z Fresh terminal_size v0.4.0
51412025-06-17T18:07:38.906Z Fresh serde_urlencoded v0.7.1
51422025-06-17T18:07:38.906Z Fresh rustls v0.23.19
51432025-06-17T18:07:38.906Z Fresh encoding_rs v0.8.34
51442025-06-17T18:07:38.906Z Fresh clap_lex v0.7.4
51452025-06-17T18:07:38.906Z Fresh clap_derive v4.5.32
51462025-06-17T18:07:38.906Z Fresh psl-types v2.0.11
51472025-06-17T18:07:38.906Z Fresh litrs v0.4.1
51482025-06-17T18:07:38.906Z Fresh clap_builder v4.5.35
51492025-06-17T18:07:38.906Z Fresh tokio-rustls v0.26.0
51502025-06-17T18:07:38.906Z Fresh native-tls v0.2.12
51512025-06-17T18:07:38.906Z Fresh publicsuffix v2.3.0
51522025-06-17T18:07:38.906Z Fresh cookie v0.18.1
51532025-06-17T18:07:38.906Z Fresh document-features v0.2.10
51542025-06-17T18:07:38.907Z Fresh webpki-roots v0.26.6
51552025-06-17T18:07:38.907Z Fresh futures-executor v0.3.31
51562025-06-17T18:07:38.907Z Fresh tokio-native-tls v0.3.1
51572025-06-17T18:07:38.907Z Fresh clap v4.5.35
51582025-06-17T18:07:38.907Z Fresh openapiv3 v2.0.0
51592025-06-17T18:07:38.907Z Fresh sync_wrapper v1.0.1
51602025-06-17T18:07:38.907Z Fresh tower-layer v0.3.3
51612025-06-17T18:07:38.907Z Fresh hyper-rustls v0.27.3
51622025-06-17T18:07:38.907Z Fresh cookie_store v0.21.1
51632025-06-17T18:07:38.907Z Fresh futures v0.3.31
51642025-06-17T18:07:38.907Z Fresh hyper-tls v0.6.0
51652025-06-17T18:07:38.907Z Fresh tower v0.5.2
51662025-06-17T18:07:38.907Z Fresh ipnetwork v0.21.1
51672025-06-17T18:07:38.907Z Fresh ucd-trie v0.1.7
51682025-06-17T18:07:38.907Z Fresh winnow v0.5.40
51692025-06-17T18:07:38.907Z Fresh signature v2.2.0
51702025-06-17T18:07:38.907Z Fresh scroll_derive v0.12.0
51712025-06-17T18:07:38.907Z Fresh pest v2.7.14
51722025-06-17T18:07:38.907Z Fresh reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
51732025-06-17T18:07:38.907Z Fresh toml_edit v0.19.15
51742025-06-17T18:07:38.907Z Fresh zerocopy-derive v0.8.25
51752025-06-17T18:07:38.907Z Fresh toml_write v0.1.1
51762025-06-17T18:07:38.907Z Fresh data-encoding v2.6.0
51772025-06-17T18:07:38.907Z Fresh winnow v0.7.10
51782025-06-17T18:07:38.907Z Fresh pest_meta v2.7.14
51792025-06-17T18:07:38.907Z Fresh toml_edit v0.22.26
51802025-06-17T18:07:38.907Z Fresh zerocopy v0.8.25
51812025-06-17T18:07:38.907Z Fresh scroll v0.12.0
51822025-06-17T18:07:38.907Z Fresh plain v0.2.3
51832025-06-17T18:07:38.907Z Fresh tinyvec_macros v0.1.1
51842025-06-17T18:07:38.907Z Fresh siphasher v0.3.11
51852025-06-17T18:07:38.933Z Fresh pest_generator v2.7.14
51862025-06-17T18:07:38.933Z Fresh tinyvec v1.8.0
51872025-06-17T18:07:38.933Z Fresh goblin v0.8.2
51882025-06-17T18:07:38.933Z Fresh phf_shared v0.11.2
51892025-06-17T18:07:38.933Z Fresh bitflags v1.3.2
51902025-06-17T18:07:38.933Z Fresh pretty-hex v0.4.1
51912025-06-17T18:07:38.933Z Fresh unicode-segmentation v1.12.0
51922025-06-17T18:07:38.933Z Fresh pest_derive v2.7.14
51932025-06-17T18:07:38.933Z Fresh dof v0.3.0
51942025-06-17T18:07:38.933Z Fresh sha1 v0.10.6
51952025-06-17T18:07:38.933Z Fresh num-integer v0.1.46
51962025-06-17T18:07:38.933Z Fresh thread-id v4.2.2
51972025-06-17T18:07:38.933Z Fresh crc32fast v1.4.2
51982025-06-17T18:07:38.933Z Fresh static_assertions v1.1.0
51992025-06-17T18:07:38.933Z Fresh bstr v1.10.0
52002025-06-17T18:07:38.934Z Fresh dtrace-parser v0.2.0
52012025-06-17T18:07:38.934Z Fresh unicode-width v0.2.0
52022025-06-17T18:07:38.934Z Fresh base16ct v0.2.0
52032025-06-17T18:07:38.934Z Fresh oxnet v0.1.2
52042025-06-17T18:07:38.934Z Fresh crossbeam-epoch v0.9.18
52052025-06-17T18:07:38.934Z Fresh hubpack_derive v0.1.1
52062025-06-17T18:07:38.934Z Fresh ff v0.13.0
52072025-06-17T18:07:38.934Z Fresh heck v0.4.1
52082025-06-17T18:07:38.934Z Fresh usdt-impl v0.5.0
52092025-06-17T18:07:38.934Z Fresh sec1 v0.7.3
52102025-06-17T18:07:38.934Z Fresh group v0.13.0
52112025-06-17T18:07:38.934Z Fresh hubpack v0.1.2
52122025-06-17T18:07:38.934Z Fresh num-iter v0.1.45
52132025-06-17T18:07:38.934Z Fresh strum_macros v0.26.4
52142025-06-17T18:07:38.934Z Fresh hkdf v0.12.4
52152025-06-17T18:07:38.934Z Fresh usdt-attr-macro v0.5.0
52162025-06-17T18:07:38.934Z Fresh usdt-macro v0.5.0
52172025-06-17T18:07:38.934Z Fresh crypto-bigint v0.5.5
52182025-06-17T18:07:38.934Z Fresh memmap v0.7.0
52192025-06-17T18:07:38.934Z Fresh strum v0.26.3
52202025-06-17T18:07:38.934Z Fresh crossbeam-deque v0.8.5
52212025-06-17T18:07:38.934Z Fresh usdt v0.5.0
52222025-06-17T18:07:38.934Z Fresh elliptic-curve v0.13.8
52232025-06-17T18:07:38.934Z Fresh flate2 v1.1.2
52242025-06-17T18:07:38.934Z Fresh unicode-xid v0.2.6
52252025-06-17T18:07:38.934Z Fresh bzip2-sys v0.1.13+1.0.8
52262025-06-17T18:07:38.934Z Fresh pkcs1 v0.7.5
52272025-06-17T18:07:38.934Z Fresh num-bigint-dig v0.8.4
52282025-06-17T18:07:38.934Z Fresh itertools v0.10.5
52292025-06-17T18:07:38.934Z Fresh rsa v0.9.6
52302025-06-17T18:07:38.934Z Fresh newtype-uuid v1.2.2
52312025-06-17T18:07:38.934Z Fresh unicode-normalization v0.1.24
52322025-06-17T18:07:38.934Z Fresh toml v0.7.8
52332025-06-17T18:07:38.934Z Fresh rfc6979 v0.4.0
52342025-06-17T18:07:38.934Z Fresh curve25519-dalek-derive v0.1.1
52352025-06-17T18:07:38.934Z Fresh daft-derive v0.1.3
52362025-06-17T18:07:38.934Z Fresh managed v0.8.0
52372025-06-17T18:07:38.934Z Fresh signal-hook v0.3.17
52382025-06-17T18:07:38.934Z Fresh ahash v0.8.11
52392025-06-17T18:07:38.934Z Fresh ecdsa v0.16.9
52402025-06-17T18:07:38.935Z Fresh daft v0.1.3
52412025-06-17T18:07:38.935Z Fresh curve25519-dalek v4.1.3
52422025-06-17T18:07:38.935Z Fresh x509-cert v0.2.5
52432025-06-17T18:07:38.935Z Fresh new_debug_unreachable v1.0.6
52442025-06-17T18:07:38.935Z Fresh precomputed-hash v0.1.1
52452025-06-17T18:07:38.935Z Fresh fixedbitset v0.4.2
52462025-06-17T18:07:38.935Z Fresh string_cache v0.8.9
52472025-06-17T18:07:38.935Z Fresh memoffset v0.9.1
52482025-06-17T18:07:38.935Z Fresh rayon-core v1.12.1
52492025-06-17T18:07:38.935Z Fresh zstd-sys v2.0.14+zstd.1.5.7
52502025-06-17T18:07:38.935Z Fresh rand_core v0.9.2
52512025-06-17T18:07:38.935Z Fresh ed25519 v2.2.3
52522025-06-17T18:07:38.935Z Fresh petgraph v0.6.5
52532025-06-17T18:07:38.935Z Fresh enum-as-inner v0.6.1
52542025-06-17T18:07:38.935Z Fresh cfg_aliases v0.2.1
52552025-06-17T18:07:38.935Z Fresh zstd-safe v7.2.3
52562025-06-17T18:07:38.935Z Fresh ed25519-dalek v2.1.1
52572025-06-17T18:07:38.935Z Fresh rand_chacha v0.9.0
52582025-06-17T18:07:38.935Z Fresh signal-hook-mio v0.2.4
52592025-06-17T18:07:38.935Z Fresh bzip2 v0.4.4
52602025-06-17T18:07:38.935Z Fresh hickory-proto v0.24.4
52612025-06-17T18:07:38.935Z Fresh console v0.15.10
52622025-06-17T18:07:38.935Z Fresh lockfree-object-pool v0.1.6
52632025-06-17T18:07:38.935Z Fresh lalrpop-util v0.19.12
52642025-06-17T18:07:38.935Z Fresh simd-adler32 v0.3.7
52652025-06-17T18:07:38.935Z Fresh rustc-hash v2.1.1
52662025-06-17T18:07:38.935Z Fresh bumpalo v3.16.0
52672025-06-17T18:07:38.935Z Fresh rand v0.9.0
52682025-06-17T18:07:38.935Z Fresh zip v0.6.6
52692025-06-17T18:07:38.935Z Fresh zstd v0.13.3
52702025-06-17T18:07:38.935Z Fresh zopfli v0.8.1
52712025-06-17T18:07:38.935Z Fresh crossterm v0.28.1
52722025-06-17T18:07:38.935Z Fresh bzip2 v0.5.2
52732025-06-17T18:07:38.935Z Fresh hash32 v0.2.1
52742025-06-17T18:07:38.935Z Fresh winnow v0.6.26
52752025-06-17T18:07:38.935Z Fresh unicode-properties v0.1.3
52762025-06-17T18:07:38.935Z Fresh predicates-core v1.0.8
52772025-06-17T18:07:38.935Z Fresh unicode-bidi v0.3.17
52782025-06-17T18:07:38.935Z Fresh heapless v0.7.17
52792025-06-17T18:07:38.935Z Fresh zip v2.6.1
52802025-06-17T18:07:38.935Z Fresh nix v0.29.0
52812025-06-17T18:07:38.936Z Fresh rayon v1.10.0
52822025-06-17T18:07:38.936Z Fresh stringprep v0.1.5
52832025-06-17T18:07:38.936Z Fresh similar v2.7.0
52842025-06-17T18:07:38.936Z Fresh tokio-stream v0.1.17
52852025-06-17T18:07:38.962Z Fresh md-5 v0.10.6
52862025-06-17T18:07:38.962Z Fresh float-cmp v0.10.0
52872025-06-17T18:07:38.962Z Fresh normalize-line-endings v0.3.0
52882025-06-17T18:07:38.962Z Fresh difflib v0.4.0
52892025-06-17T18:07:38.962Z Fresh fallible-iterator v0.2.0
52902025-06-17T18:07:38.962Z Fresh buf-list v1.0.3
52912025-06-17T18:07:38.962Z Fresh smoltcp v0.9.1
52922025-06-17T18:07:38.962Z Fresh portable-atomic v1.11.0
52932025-06-17T18:07:38.962Z Fresh strum_macros v0.25.3
52942025-06-17T18:07:38.962Z Fresh predicates v3.1.3
52952025-06-17T18:07:38.962Z Fresh postgres-protocol v0.6.8
52962025-06-17T18:07:38.962Z Fresh phf v0.11.2
52972025-06-17T18:07:38.962Z Fresh serde-big-array v0.5.1
52982025-06-17T18:07:38.962Z Fresh serde_repr v0.1.19
52992025-06-17T18:07:38.962Z Fresh peg-runtime v0.8.5
53002025-06-17T18:07:38.962Z Fresh number_prefix v0.4.0
53012025-06-17T18:07:38.962Z Fresh fs-err v3.1.1
53022025-06-17T18:07:38.962Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
53032025-06-17T18:07:38.962Z Fresh indicatif v0.17.11
53042025-06-17T18:07:38.962Z Fresh postgres-types v0.2.9
53052025-06-17T18:07:38.962Z Fresh whoami v1.5.2
53062025-06-17T18:07:38.962Z Fresh thiserror-impl v2.0.12
53072025-06-17T18:07:38.962Z Fresh fastrand v2.1.1
53082025-06-17T18:07:38.962Z Fresh tokio-postgres v0.7.13
53092025-06-17T18:07:38.962Z Fresh is-terminal v0.4.13
53102025-06-17T18:07:38.962Z Fresh regress v0.10.3
53112025-06-17T18:07:38.962Z Fresh dirs-sys-next v0.1.2
53122025-06-17T18:07:38.962Z Fresh ident_case v1.0.1
53132025-06-17T18:07:38.962Z Fresh thiserror v2.0.12
53142025-06-17T18:07:38.963Z Fresh camino v1.1.10
53152025-06-17T18:07:38.963Z Fresh dirs-next v2.0.0
53162025-06-17T18:07:38.963Z Fresh darling_core v0.20.10
53172025-06-17T18:07:38.963Z Fresh toml v0.8.22
53182025-06-17T18:07:38.963Z Fresh crossbeam-channel v0.5.15
53192025-06-17T18:07:38.963Z Fresh darling_macro v0.20.10
53202025-06-17T18:07:38.963Z Fresh term v0.7.0
53212025-06-17T18:07:38.963Z Fresh rustix v1.0.7
53222025-06-17T18:07:38.963Z Fresh thread_local v1.1.8
53232025-06-17T18:07:38.963Z Fresh take_mut v0.2.2
53242025-06-17T18:07:38.963Z Fresh unsafe-libyaml v0.2.11
53252025-06-17T18:07:38.963Z Fresh darling v0.20.10
53262025-06-17T18:07:38.963Z Fresh tempfile v3.20.0
53272025-06-17T18:07:38.963Z Fresh serde_yaml v0.9.34+deprecated
53282025-06-17T18:07:38.963Z Fresh slog-term v2.9.1
53292025-06-17T18:07:38.963Z Fresh quick-error v1.2.3
53302025-06-17T18:07:38.963Z Fresh match_cfg v0.1.0
53312025-06-17T18:07:38.963Z Fresh slog-async v2.8.0
53322025-06-17T18:07:38.963Z Fresh hostname v0.3.1
53332025-06-17T18:07:38.963Z Fresh hex v0.4.3
53342025-06-17T18:07:38.963Z Fresh structmeta-derive v0.3.0
53352025-06-17T18:07:38.963Z Fresh bit-vec v0.8.0
53362025-06-17T18:07:38.963Z Fresh debug-ignore v1.0.5
53372025-06-17T18:07:38.963Z Fresh wait-timeout v0.2.0
53382025-06-17T18:07:38.963Z Fresh structmeta v0.3.0
53392025-06-17T18:07:38.963Z Fresh bit-set v0.8.0
53402025-06-17T18:07:38.963Z Fresh rusty-fork v0.3.0
53412025-06-17T18:07:38.963Z Fresh serde_path_to_error v0.1.17
53422025-06-17T18:07:38.963Z Fresh rand_xorshift v0.3.0
53432025-06-17T18:07:38.963Z Fresh unarray v0.1.4
53442025-06-17T18:07:38.963Z Fresh proptest v1.6.0
53452025-06-17T18:07:38.963Z Fresh rustls v0.22.4
53462025-06-17T18:07:38.963Z Fresh progenitor-client v0.10.0
53472025-06-17T18:07:38.963Z Fresh slog-json v2.6.1
53482025-06-17T18:07:38.963Z Fresh async-stream-impl v0.3.6
53492025-06-17T18:07:38.963Z Fresh test-strategy v0.4.0
53502025-06-17T18:07:38.963Z Fresh tokio-rustls v0.25.0
53512025-06-17T18:07:38.963Z Fresh slog-bunyan v2.5.0
53522025-06-17T18:07:38.963Z Fresh async-stream v0.3.6
53532025-06-17T18:07:38.963Z Fresh multer v3.1.0
53542025-06-17T18:07:38.963Z Fresh waitgroup v0.1.2
53552025-06-17T18:07:38.964Z Fresh dropshot_endpoint v0.16.2
53562025-06-17T18:07:38.964Z Fresh hostname v0.4.0
53572025-06-17T18:07:38.964Z Fresh dropshot v0.16.2
53582025-06-17T18:07:38.964Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
53592025-06-17T18:07:38.964Z Fresh serde_with_macros v3.12.0
53602025-06-17T18:07:38.964Z Fresh typify-impl v0.3.0
53612025-06-17T18:07:38.964Z Fresh macaddr v1.0.1
53622025-06-17T18:07:38.964Z Fresh instant v0.1.13
53632025-06-17T18:07:38.964Z Fresh derive-where v1.2.7
53642025-06-17T18:07:38.964Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
53652025-06-17T18:07:38.964Z Fresh typify-macro v0.3.0
53662025-06-17T18:07:38.964Z Fresh serde_with v3.12.0
53672025-06-17T18:07:38.964Z Fresh parse-display-derive v0.10.0
53682025-06-17T18:07:38.964Z Fresh progenitor-client v0.9.1
53692025-06-17T18:07:38.964Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53702025-06-17T18:07:38.964Z Fresh ref-cast-impl v1.0.24
53712025-06-17T18:07:38.964Z Fresh typify v0.3.0
53722025-06-17T18:07:38.964Z Fresh parse-display v0.10.0
53732025-06-17T18:07:38.964Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53742025-06-17T18:07:38.964Z Fresh backoff v0.4.0
53752025-06-17T18:07:38.964Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
53762025-06-17T18:07:38.964Z Fresh progenitor-impl v0.9.1
53772025-06-17T18:07:38.964Z Fresh ref-cast v1.0.24
53782025-06-17T18:07:38.964Z Fresh camino-tempfile v1.4.1
53792025-06-17T18:07:38.964Z Fresh unicode-width v0.1.14
53802025-06-17T18:07:38.964Z Fresh proc-macro-crate v1.3.1
53812025-06-17T18:07:38.964Z Fresh progenitor-macro v0.9.1
53822025-06-17T18:07:38.964Z Fresh iddqd v0.3.7
53832025-06-17T18:07:38.964Z Fresh num_enum_derive v0.5.11
53842025-06-17T18:07:38.964Z Fresh tabwriter v1.4.0
53852025-06-17T18:07:38.991Z Fresh progenitor v0.9.1
53862025-06-17T18:07:38.991Z Fresh proc-macro-error-attr v1.0.4
53872025-06-17T18:07:38.991Z Fresh num_enum v0.5.11
53882025-06-17T18:07:38.991Z Fresh foreign-types-macros v0.2.3
53892025-06-17T18:07:38.991Z Fresh foreign-types-shared v0.3.1
53902025-06-17T18:07:38.991Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
53912025-06-17T18:07:38.991Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
53922025-06-17T18:07:38.991Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54)
53932025-06-17T18:07:38.991Z Fresh proc-macro-error v1.0.4
53942025-06-17T18:07:38.991Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
53952025-06-17T18:07:38.991Z Fresh foreign-types v0.5.0
53962025-06-17T18:07:38.991Z Fresh cstr-argument v0.1.2
53972025-06-17T18:07:38.991Z Fresh pretty-hex v0.2.1
53982025-06-17T18:07:38.991Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
53992025-06-17T18:07:38.991Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
54002025-06-17T18:07:38.991Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
54012025-06-17T18:07:38.991Z Fresh colored v2.2.0
54022025-06-17T18:07:38.991Z Fresh smf v0.2.3
54032025-06-17T18:07:38.991Z Fresh itertools v0.14.0
54042025-06-17T18:07:38.991Z Fresh itertools v0.13.0
54052025-06-17T18:07:38.991Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
54062025-06-17T18:07:38.991Z Fresh atomicwrites v0.4.4
54072025-06-17T18:07:38.991Z Fresh ingot-macros v0.1.0
54082025-06-17T18:07:38.991Z Fresh hash32 v0.3.1
54092025-06-17T18:07:38.991Z Fresh typify-impl v0.4.1
54102025-06-17T18:07:38.991Z Fresh ingot-types v0.1.0
54112025-06-17T18:07:38.991Z Fresh cobs v0.2.3
54122025-06-17T18:07:38.991Z Fresh typify-macro v0.4.1
54132025-06-17T18:07:38.991Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
54142025-06-17T18:07:38.991Z Fresh crucible-workspace-hack v0.1.0
54152025-06-17T18:07:38.992Z Fresh heapless v0.8.0
54162025-06-17T18:07:38.992Z Fresh ingot v0.1.0
54172025-06-17T18:07:38.992Z Fresh postcard v1.0.10
54182025-06-17T18:07:38.992Z Fresh base64 v0.21.7
54192025-06-17T18:07:38.992Z Fresh typify v0.4.1
54202025-06-17T18:07:38.992Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
54212025-06-17T18:07:38.992Z Fresh smoltcp v0.11.0
54222025-06-17T18:07:38.992Z Fresh sigpipe v0.1.3
54232025-06-17T18:07:38.992Z Fresh jiff v0.2.15
54242025-06-17T18:07:38.992Z Fresh progenitor-impl v0.10.0
54252025-06-17T18:07:38.992Z Fresh zone_cfg_derive v0.3.0
54262025-06-17T18:07:38.992Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
54272025-06-17T18:07:38.992Z Fresh num-derive v0.4.2
54282025-06-17T18:07:38.992Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
54292025-06-17T18:07:38.992Z Fresh progenitor-macro v0.10.0
54302025-06-17T18:07:38.992Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
54312025-06-17T18:07:38.992Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
54322025-06-17T18:07:38.992Z Fresh zone v0.3.1
54332025-06-17T18:07:38.992Z Fresh convert_case v0.4.0
54342025-06-17T18:07:38.992Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
54352025-06-17T18:07:38.992Z Fresh progenitor v0.10.0
54362025-06-17T18:07:38.992Z Fresh derive_more v0.99.20
54372025-06-17T18:07:38.992Z Fresh utf-8 v0.7.6
54382025-06-17T18:07:38.992Z Fresh newline-converter v0.3.0
54392025-06-17T18:07:38.992Z Fresh half v2.4.1
54402025-06-17T18:07:38.992Z Fresh ciborium-io v0.2.2
54412025-06-17T18:07:38.992Z Fresh num-rational v0.4.2
54422025-06-17T18:07:38.992Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
54432025-06-17T18:07:38.992Z Fresh tungstenite v0.21.0
54442025-06-17T18:07:38.992Z Fresh ciborium-ll v0.2.2
54452025-06-17T18:07:38.992Z Fresh expectorate v1.2.0
54462025-06-17T18:07:38.992Z Fresh num-complex v0.4.6
54472025-06-17T18:07:38.992Z Fresh float-ord v0.3.2
54482025-06-17T18:07:38.992Z Fresh secrecy v0.10.3
54492025-06-17T18:07:38.992Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
54502025-06-17T18:07:38.992Z Fresh tokio-tungstenite v0.21.0
54512025-06-17T18:07:38.992Z Fresh ciborium v0.2.2
54522025-06-17T18:07:38.992Z Fresh num v0.4.3
54532025-06-17T18:07:38.992Z Fresh same-file v1.0.6
54542025-06-17T18:07:38.992Z Fresh fixedbitset v0.5.7
54552025-06-17T18:07:38.992Z Fresh indent_write v2.2.0
54562025-06-17T18:07:38.993Z Fresh password-hash v0.5.0
54572025-06-17T18:07:38.993Z Fresh walkdir v2.5.0
54582025-06-17T18:07:38.993Z Fresh petgraph v0.7.1
54592025-06-17T18:07:38.993Z Fresh blake2 v0.10.6
54602025-06-17T18:07:38.993Z Fresh xattr v1.3.1
54612025-06-17T18:07:38.993Z Fresh filetime v0.2.25
54622025-06-17T18:07:38.993Z Fresh argon2 v0.5.3
54632025-06-17T18:07:38.993Z Fresh tar v0.4.44
54642025-06-17T18:07:38.993Z Fresh arc-swap v1.7.1
54652025-06-17T18:07:38.993Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
54662025-06-17T18:07:38.993Z Fresh slog-scope v4.4.0
54672025-06-17T18:07:38.993Z Fresh libsw-core v0.3.1
54682025-06-17T18:07:38.993Z Fresh swrite v0.1.0
54692025-06-17T18:07:38.993Z Fresh linear-map v1.2.0
54702025-06-17T18:07:38.993Z Fresh slog-stdlog v4.1.1
54712025-06-17T18:07:38.993Z Fresh cancel-safe-futures v0.1.5
54722025-06-17T18:07:38.993Z Fresh libsw v3.4.0
54732025-06-17T18:07:38.993Z Fresh keccak v0.1.5
54742025-06-17T18:07:38.993Z Fresh slog-envlogger v2.2.0
54752025-06-17T18:07:38.993Z Fresh owo-colors v4.2.1
54762025-06-17T18:07:38.993Z Fresh sha3 v0.10.8
54772025-06-17T18:07:38.993Z Fresh pem v3.0.5
54782025-06-17T18:07:38.993Z Fresh highway v1.3.0
54792025-06-17T18:07:38.993Z Fresh typify-impl v0.2.0
54802025-06-17T18:07:38.993Z Fresh headers-core v0.3.0
54812025-06-17T18:07:38.993Z Fresh linked-hash-map v0.5.6
54822025-06-17T18:07:38.993Z Fresh resolv-conf v0.7.0
54832025-06-17T18:07:38.993Z Fresh typify-macro v0.2.0
54842025-06-17T18:07:38.993Z Fresh headers v0.4.1
54852025-06-17T18:07:39.019Z Fresh lru-cache v0.1.2
54862025-06-17T18:07:39.019Z Fresh heck v0.3.3
54872025-06-17T18:07:39.019Z Fresh progenitor-client v0.8.0
54882025-06-17T18:07:39.019Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
54892025-06-17T18:07:39.019Z Fresh yasna v0.5.2
54902025-06-17T18:07:39.019Z Fresh typify v0.2.0
54912025-06-17T18:07:39.019Z Fresh hickory-resolver v0.24.4
54922025-06-17T18:07:39.019Z Fresh zone_cfg_derive v0.1.2
54932025-06-17T18:07:39.019Z Fresh base64 v0.13.1
54942025-06-17T18:07:39.019Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
54952025-06-17T18:07:39.019Z Fresh rcgen v0.12.1
54962025-06-17T18:07:39.019Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
54972025-06-17T18:07:39.020Z Fresh progenitor-impl v0.8.0
54982025-06-17T18:07:39.020Z Fresh lzma-sys v0.1.20
54992025-06-17T18:07:39.020Z Fresh zone v0.1.8
55002025-06-17T18:07:39.020Z Fresh ron v0.7.1
55012025-06-17T18:07:39.020Z Fresh humantime v2.1.0
55022025-06-17T18:07:39.020Z Fresh universal-hash v0.5.1
55032025-06-17T18:07:39.020Z Fresh subprocess v0.2.9
55042025-06-17T18:07:39.020Z Fresh semver v0.1.20
55052025-06-17T18:07:39.020Z Fresh progenitor-macro v0.8.0
55062025-06-17T18:07:39.020Z Fresh xz2 v0.1.7
55072025-06-17T18:07:39.020Z Fresh opaque-debug v0.3.1
55082025-06-17T18:07:39.020Z Fresh rustc_version v0.1.7
55092025-06-17T18:07:39.020Z Fresh aead v0.5.2
55102025-06-17T18:07:39.020Z Fresh chacha20 v0.9.1
55112025-06-17T18:07:39.020Z Fresh thiserror-impl-no-std v2.0.2
55122025-06-17T18:07:39.020Z Fresh progenitor v0.8.0
55132025-06-17T18:07:39.020Z Fresh poly1305 v0.8.0
55142025-06-17T18:07:39.020Z Fresh thiserror-no-std v2.0.2
55152025-06-17T18:07:39.020Z Fresh qorb v0.3.1
55162025-06-17T18:07:39.020Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
55172025-06-17T18:07:39.020Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
55182025-06-17T18:07:39.020Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
55192025-06-17T18:07:39.020Z Fresh vsss-rs v3.3.4
55202025-06-17T18:07:39.020Z Fresh chacha20poly1305 v0.10.1
55212025-06-17T18:07:39.020Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
55222025-06-17T18:07:39.020Z Fresh display-error-chain v0.2.2
55232025-06-17T18:07:39.020Z Fresh bytecount v0.6.8
55242025-06-17T18:07:39.020Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
55252025-06-17T18:07:39.020Z Fresh newtype_derive v0.1.6
55262025-06-17T18:07:39.020Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
55272025-06-17T18:07:39.020Z Fresh steno v0.4.1
55282025-06-17T18:07:39.020Z Fresh slog-dtrace v0.3.0
55292025-06-17T18:07:39.020Z Fresh gethostname v0.5.0
55302025-06-17T18:07:39.020Z Fresh nibble_vec v0.1.0
55312025-06-17T18:07:39.020Z Fresh endian-type v0.1.2
55322025-06-17T18:07:39.020Z Fresh zerocopy-derive v0.6.6
55332025-06-17T18:07:39.020Z Fresh termcolor v1.4.1
55342025-06-17T18:07:39.020Z Fresh radix_trie v0.2.1
55352025-06-17T18:07:39.020Z Fresh tap v1.0.1
55362025-06-17T18:07:39.020Z Fresh zerocopy v0.6.6
55372025-06-17T18:07:39.020Z Fresh crc-catalog v2.4.0
55382025-06-17T18:07:39.021Z Fresh funty v2.0.0
55392025-06-17T18:07:39.021Z Fresh wyz v0.5.1
55402025-06-17T18:07:39.021Z Fresh radium v0.7.0
55412025-06-17T18:07:39.021Z Fresh maybe-uninit v2.0.0
55422025-06-17T18:07:39.021Z Fresh crc v3.2.1
55432025-06-17T18:07:39.021Z Fresh packed_struct_codegen v0.10.1
55442025-06-17T18:07:39.021Z Fresh nodrop v0.1.14
55452025-06-17T18:07:39.021Z Fresh bitvec v1.0.1
55462025-06-17T18:07:39.021Z Fresh smallvec v0.6.14
55472025-06-17T18:07:39.021Z Fresh array-init v0.0.4
55482025-06-17T18:07:39.021Z Fresh hashbrown v0.12.3
55492025-06-17T18:07:39.021Z Fresh bitfield v0.14.0
55502025-06-17T18:07:39.021Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
55512025-06-17T18:07:39.021Z Fresh packed_struct v0.10.1
55522025-06-17T18:07:39.021Z Fresh serde-hex v0.1.0
55532025-06-17T18:07:39.021Z Fresh indexmap v1.9.3
55542025-06-17T18:07:39.021Z Fresh env_logger v0.10.2
55552025-06-17T18:07:39.021Z Fresh ron v0.8.1
55562025-06-17T18:07:39.021Z Fresh hashbrown v0.13.2
55572025-06-17T18:07:39.021Z Fresh async-recursion v1.1.1
55582025-06-17T18:07:39.021Z Fresh crc-any v2.5.0
55592025-06-17T18:07:39.021Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
55602025-06-17T18:07:39.021Z Fresh object v0.30.4
55612025-06-17T18:07:39.021Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
55622025-06-17T18:07:39.021Z Fresh proc-macro-error-attr2 v2.0.0
55632025-06-17T18:07:39.021Z Fresh path-slash v0.1.5
55642025-06-17T18:07:39.021Z Fresh maplit v1.0.2
55652025-06-17T18:07:39.021Z Fresh papergrid v0.14.0
55662025-06-17T18:07:39.021Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
55672025-06-17T18:07:39.021Z Fresh proc-macro-error2 v2.0.1
55682025-06-17T18:07:39.021Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
55692025-06-17T18:07:39.021Z Fresh num-derive v0.3.3
55702025-06-17T18:07:39.021Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
55712025-06-17T18:07:39.021Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
55722025-06-17T18:07:39.021Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
55732025-06-17T18:07:39.021Z Fresh tabled_derive v0.10.0
55742025-06-17T18:07:39.021Z Fresh libscf-sys v1.1.0
55752025-06-17T18:07:39.021Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
55762025-06-17T18:07:39.021Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
55772025-06-17T18:07:39.021Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
55782025-06-17T18:07:39.022Z Fresh fxhash v0.2.1
55792025-06-17T18:07:39.022Z Fresh tabled v0.18.0
55802025-06-17T18:07:39.022Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
55812025-06-17T18:07:39.022Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
55822025-06-17T18:07:39.022Z Fresh vte_generate_state_changes v0.1.2
55832025-06-17T18:07:39.022Z Fresh fd-lock v4.0.2
55842025-06-17T18:07:39.022Z Fresh crc8 v0.1.1
55852025-06-17T18:07:39.048Z Fresh const_format_proc_macros v0.2.34
55862025-06-17T18:07:39.048Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
55872025-06-17T18:07:39.048Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
55882025-06-17T18:07:39.048Z Fresh vte v0.11.1
55892025-06-17T18:07:39.048Z Fresh nu-ansi-term v0.50.1
55902025-06-17T18:07:39.048Z Fresh const_format v0.2.34
55912025-06-17T18:07:39.048Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
55922025-06-17T18:07:39.048Z Fresh half v1.8.3
55932025-06-17T18:07:39.048Z Fresh strip-ansi-escapes v0.2.0
55942025-06-17T18:07:39.048Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
55952025-06-17T18:07:39.048Z Fresh serde_cbor v0.11.2
55962025-06-17T18:07:39.048Z Fresh papergrid v0.11.0
55972025-06-17T18:07:39.048Z Fresh tabled_derive v0.7.0
55982025-06-17T18:07:39.048Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
55992025-06-17T18:07:39.048Z Fresh kstat-rs v0.2.4
56002025-06-17T18:07:39.048Z Fresh reedline v0.38.0
56012025-06-17T18:07:39.048Z Fresh tabled v0.15.0
56022025-06-17T18:07:39.048Z Fresh diff v0.1.13
56032025-06-17T18:07:39.048Z Fresh bitfield-struct v0.6.2
56042025-06-17T18:07:39.048Z Fresh termtree v0.5.1
56052025-06-17T18:07:39.048Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
56062025-06-17T18:07:39.048Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
56072025-06-17T18:07:39.048Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
56082025-06-17T18:07:39.048Z Fresh dsl_auto_type v0.1.2
56092025-06-17T18:07:39.049Z Fresh phf_generator v0.11.2
56102025-06-17T18:07:39.049Z Fresh libefi-sys v0.1.0
56112025-06-17T18:07:39.049Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
56122025-06-17T18:07:39.049Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
56132025-06-17T18:07:39.049Z Fresh scheduled-thread-pool v0.2.7
56142025-06-17T18:07:39.049Z Fresh diesel_table_macro_syntax v0.2.0
56152025-06-17T18:07:39.049Z Fresh phf_codegen v0.11.2
56162025-06-17T18:07:39.049Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
56172025-06-17T18:07:39.049Z Fresh r2d2 v0.8.10
56182025-06-17T18:07:39.049Z Fresh diesel_derives v2.2.3
56192025-06-17T18:07:39.049Z Fresh parse-zoneinfo v0.3.1
56202025-06-17T18:07:39.049Z Fresh cfg_aliases v0.1.1
56212025-06-17T18:07:39.049Z Fresh bcs v0.1.6
56222025-06-17T18:07:39.049Z Fresh chrono-tz-build v0.4.0
56232025-06-17T18:07:39.049Z Fresh diesel v2.2.10
56242025-06-17T18:07:39.049Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
56252025-06-17T18:07:39.049Z Fresh nanorand v0.7.0
56262025-06-17T18:07:39.049Z Fresh crunchy v0.2.2
56272025-06-17T18:07:39.049Z Fresh parking_lot_core v0.8.6
56282025-06-17T18:07:39.049Z Fresh nix v0.28.0
56292025-06-17T18:07:39.049Z Fresh flume v0.11.1
56302025-06-17T18:07:39.049Z Fresh peg-macros v0.8.5
56312025-06-17T18:07:39.049Z Fresh sqlparser_derive v0.2.2
56322025-06-17T18:07:39.049Z Fresh unicode_categories v0.1.1
56332025-06-17T18:07:39.049Z Fresh xshell-macros v0.2.7
56342025-06-17T18:07:39.049Z Fresh bit-vec v0.6.3
56352025-06-17T18:07:39.049Z Fresh peg v0.8.5
56362025-06-17T18:07:39.049Z Fresh sqlparser v0.45.0
56372025-06-17T18:07:39.049Z Fresh tiny-keccak v2.0.2
56382025-06-17T18:07:39.049Z Fresh chrono-tz v0.10.3
56392025-06-17T18:07:39.049Z Fresh rustyline v14.0.0
56402025-06-17T18:07:39.049Z Fresh xshell v0.2.7
56412025-06-17T18:07:39.049Z Fresh bit-set v0.5.3
56422025-06-17T18:07:39.049Z Fresh sqlformat v0.3.5
56432025-06-17T18:07:39.049Z Fresh parking_lot v0.11.2
56442025-06-17T18:07:39.049Z Fresh ascii-canvas v3.0.0
56452025-06-17T18:07:39.049Z Fresh ena v0.14.3
56462025-06-17T18:07:39.049Z Fresh regex-syntax v0.6.29
56472025-06-17T18:07:39.049Z Fresh sled v0.34.7
56482025-06-17T18:07:39.049Z Fresh lalrpop v0.19.12
56492025-06-17T18:07:39.050Z Fresh hickory-client v0.24.4
56502025-06-17T18:07:39.050Z Fresh hickory-server v0.24.4
56512025-06-17T18:07:39.050Z Fresh bindgen v0.71.1
56522025-06-17T18:07:39.050Z Fresh derive_builder_core v0.20.2
56532025-06-17T18:07:39.050Z Fresh assert_matches v1.5.0
56542025-06-17T18:07:39.050Z Fresh derive_builder_macro v0.20.2
56552025-06-17T18:07:39.050Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54)
56562025-06-17T18:07:39.050Z Fresh strum_macros v0.24.3
56572025-06-17T18:07:39.050Z Fresh indoc v1.0.9
56582025-06-17T18:07:39.050Z Fresh polar-core v0.27.3
56592025-06-17T18:07:39.050Z Fresh derive_builder v0.20.2
56602025-06-17T18:07:39.050Z Fresh libxml v0.3.3
56612025-06-17T18:07:39.050Z Fresh oso-derive v0.27.3
56622025-06-17T18:07:39.050Z Fresh impl-trait-for-tuples v0.2.2
56632025-06-17T18:07:39.050Z Fresh quick-xml v0.37.2
56642025-06-17T18:07:39.050Z Fresh oso v0.27.3
56652025-06-17T18:07:39.050Z Fresh samael v0.0.18
56662025-06-17T18:07:39.050Z Fresh primeorder v0.13.6
56672025-06-17T18:07:39.050Z Fresh globset v0.4.15
56682025-06-17T18:07:39.050Z Fresh signal-hook-tokio v0.3.1
56692025-06-17T18:07:39.050Z Fresh pin-project-internal v1.1.6
56702025-06-17T18:07:39.050Z Fresh unicase v2.7.0
56712025-06-17T18:07:39.050Z Fresh http-range v0.1.5
56722025-06-17T18:07:39.050Z Fresh pin-project v1.1.6
56732025-06-17T18:07:39.050Z Fresh bb8 v0.8.5
56742025-06-17T18:07:39.050Z Fresh atty v0.2.14
56752025-06-17T18:07:39.050Z Fresh p384 v0.13.0
56762025-06-17T18:07:39.050Z Fresh async-bb8-diesel v0.2.1
56772025-06-17T18:07:39.050Z Fresh diesel-dtrace v0.4.2
56782025-06-17T18:07:39.050Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
56792025-06-17T18:07:39.050Z Fresh tungstenite v0.23.0
56802025-06-17T18:07:39.050Z Fresh snafu-derive v0.8.5
56812025-06-17T18:07:39.050Z Fresh mime_guess v2.0.5
56822025-06-17T18:07:39.050Z Fresh void v1.0.2
56832025-06-17T18:07:39.050Z Fresh snafu v0.8.5
56842025-06-17T18:07:39.050Z Fresh tokio-tungstenite v0.23.1
56852025-06-17T18:07:39.076Z Fresh salty v0.3.0
56862025-06-17T18:07:39.076Z Fresh hyper-staticfile v0.10.1
56872025-06-17T18:07:39.077Z Fresh lzss v0.8.2
56882025-06-17T18:07:39.077Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
56892025-06-17T18:07:39.077Z Fresh nix v0.27.1
56902025-06-17T18:07:39.077Z Fresh olpc-cjson v0.1.4
56912025-06-17T18:07:39.077Z Fresh serde_bytes v0.11.17
56922025-06-17T18:07:39.077Z Fresh serde_plain v1.0.2
56932025-06-17T18:07:39.077Z Fresh env_filter v0.1.2
56942025-06-17T18:07:39.077Z Fresh typed-path v0.9.3
56952025-06-17T18:07:39.077Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
56962025-06-17T18:07:39.077Z Fresh env_logger v0.11.5
56972025-06-17T18:07:39.077Z Fresh tough v0.20.0
56982025-06-17T18:07:39.077Z Fresh fs-err v2.11.0
56992025-06-17T18:07:39.077Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
57002025-06-17T18:07:39.077Z Fresh parse-size v1.1.0
57012025-06-17T18:07:39.077Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
57022025-06-17T18:07:39.077Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
57032025-06-17T18:07:39.077Z Fresh secrecy v0.8.0
57042025-06-17T18:07:39.077Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
57052025-06-17T18:07:39.077Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
57062025-06-17T18:07:39.077Z Fresh rand_seeder v0.3.0
57072025-06-17T18:07:39.077Z Fresh cargo-platform v0.1.8
57082025-06-17T18:07:39.077Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
57092025-06-17T18:07:39.077Z Fresh yansi v1.0.1
57102025-06-17T18:07:39.077Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
57112025-06-17T18:07:39.077Z Fresh pretty_assertions v1.4.1
57122025-06-17T18:07:39.077Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
57132025-06-17T18:07:39.077Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
57142025-06-17T18:07:39.077Z Fresh io-lifetimes v1.0.11
57152025-06-17T18:07:39.077Z Fresh castaway v0.2.3
57162025-06-17T18:07:39.077Z Fresh concurrent-queue v2.5.0
57172025-06-17T18:07:39.077Z Fresh rustix v0.37.28
57182025-06-17T18:07:39.077Z Fresh parking v2.2.1
57192025-06-17T18:07:39.077Z Fresh indoc v2.0.6
57202025-06-17T18:07:39.077Z Fresh compact_str v0.8.0
57212025-06-17T18:07:39.077Z Fresh libz-sys v1.1.20
57222025-06-17T18:07:39.077Z Fresh terminal_size v0.2.6
57232025-06-17T18:07:39.077Z Fresh unicode-truncate v1.1.0
57242025-06-17T18:07:39.077Z Fresh lru v0.12.5
57252025-06-17T18:07:39.077Z Fresh instability v0.3.2
57262025-06-17T18:07:39.078Z Fresh smawk v0.3.2
57272025-06-17T18:07:39.078Z Fresh unicode-linebreak v0.1.5
57282025-06-17T18:07:39.078Z Fresh is_ci v1.2.0
57292025-06-17T18:07:39.078Z Fresh cassowary v0.3.0
57302025-06-17T18:07:39.078Z Fresh supports-color v3.0.2
57312025-06-17T18:07:39.078Z Fresh textwrap v0.16.1
57322025-06-17T18:07:39.078Z Fresh ratatui v0.29.0
57332025-06-17T18:07:39.078Z Fresh libgit2-sys v0.17.0+1.8.1
57342025-06-17T18:07:39.078Z Fresh event-listener v5.3.1
57352025-06-17T18:07:39.078Z Fresh cargo_metadata v0.18.1
57362025-06-17T18:07:39.078Z Fresh git2 v0.19.0
57372025-06-17T18:07:39.078Z Fresh event-listener-strategy v0.5.2
57382025-06-17T18:07:39.078Z Fresh vergen v8.3.2
57392025-06-17T18:07:39.078Z Fresh rustls-webpki v0.101.7
57402025-06-17T18:07:39.078Z Fresh sct v0.7.1
57412025-06-17T18:07:39.078Z Fresh futures-lite v2.3.0
57422025-06-17T18:07:39.078Z Fresh rustls v0.21.12
57432025-06-17T18:07:39.078Z Fresh tokio-rustls v0.24.1
57442025-06-17T18:07:39.078Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
57452025-06-17T18:07:39.078Z Fresh rustls-pemfile v1.0.4
57462025-06-17T18:07:39.078Z Fresh twox-hash v2.1.0
57472025-06-17T18:07:39.078Z Fresh shell-words v1.1.0
57482025-06-17T18:07:39.078Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
57492025-06-17T18:07:39.078Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
57502025-06-17T18:07:39.078Z Fresh async-lock v3.4.0
57512025-06-17T18:07:39.078Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
57522025-06-17T18:07:39.078Z Fresh fatfs v0.3.6
57532025-06-17T18:07:39.078Z Fresh polling v3.7.3
57542025-06-17T18:07:39.078Z Fresh csv-core v0.1.11
57552025-06-17T18:07:39.078Z Fresh plotters-backend v0.3.7
57562025-06-17T18:07:39.078Z Fresh async-task v4.7.1
57572025-06-17T18:07:39.078Z Fresh async-channel v2.3.1
57582025-06-17T18:07:39.078Z Fresh async-io v2.3.4
57592025-06-17T18:07:39.078Z Fresh plotters-svg v0.3.7
57602025-06-17T18:07:39.078Z Fresh csv v1.3.1
57612025-06-17T18:07:39.078Z Fresh piper v0.2.4
57622025-06-17T18:07:39.078Z Fresh rtoolbox v0.0.2
57632025-06-17T18:07:39.078Z Fresh cast v0.3.0
57642025-06-17T18:07:39.078Z Fresh hex-literal v0.4.1
57652025-06-17T18:07:39.078Z Fresh rpassword v7.3.1
57662025-06-17T18:07:39.079Z Fresh blocking v1.6.1
57672025-06-17T18:07:39.079Z Fresh plotters v0.3.7
57682025-06-17T18:07:39.079Z Fresh criterion-plot v0.5.0
57692025-06-17T18:07:39.079Z Fresh async-signal v0.2.10
57702025-06-17T18:07:39.079Z Fresh async-executor v1.13.1
57712025-06-17T18:07:39.079Z Fresh tui-tree-widget v0.23.0
57722025-06-17T18:07:39.079Z Fresh cargo_metadata v0.19.2
57732025-06-17T18:07:39.079Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
57742025-06-17T18:07:39.079Z Fresh tinytemplate v1.2.1
57752025-06-17T18:07:39.079Z Fresh oorandom v11.1.4
57762025-06-17T18:07:39.079Z Fresh futures-timer v3.0.3
57772025-06-17T18:07:39.079Z Fresh event-listener v2.5.3
57782025-06-17T18:07:39.079Z Fresh anes v0.1.6
57792025-06-17T18:07:39.079Z Fresh petname v2.0.2
57802025-06-17T18:07:39.079Z Fresh async-global-executor v2.4.1
57812025-06-17T18:07:39.079Z Fresh async-process v2.3.0
57822025-06-17T18:07:39.079Z Fresh polyval v0.6.2
57832025-06-17T18:07:39.079Z Fresh async-channel v1.9.0
57842025-06-17T18:07:39.079Z Fresh criterion v0.5.1
57852025-06-17T18:07:39.105Z Fresh async-attributes v1.1.2
57862025-06-17T18:07:39.105Z Fresh kv-log-macro v1.0.7
57872025-06-17T18:07:39.105Z Fresh sync-ptr v0.1.1
57882025-06-17T18:07:39.105Z Fresh ghash v0.5.1
57892025-06-17T18:07:39.105Z Fresh typeid v1.0.3
57902025-06-17T18:07:39.105Z Fresh async-std v1.13.0
57912025-06-17T18:07:39.105Z Fresh ctr v0.9.2
57922025-06-17T18:07:39.105Z Fresh erased-serde v0.4.6
57932025-06-17T18:07:39.105Z Fresh aes-gcm v0.10.3
57942025-06-17T18:07:39.105Z Fresh async-object-pool v0.1.5
57952025-06-17T18:07:39.105Z Fresh ssh-encoding v0.2.0
57962025-06-17T18:07:39.105Z Fresh blowfish v0.9.1
57972025-06-17T18:07:39.105Z Fresh serde_regex v1.1.0
57982025-06-17T18:07:39.105Z Fresh assert-json-diff v2.0.2
57992025-06-17T18:07:39.105Z Fresh ordered-float v2.10.1
58002025-06-17T18:07:39.105Z Fresh path-tree v0.8.1
58012025-06-17T18:07:39.105Z Fresh arrayvec v0.7.6
58022025-06-17T18:07:39.105Z Fresh arrayref v0.3.9
58032025-06-17T18:07:39.105Z Fresh constant_time_eq v0.3.1
58042025-06-17T18:07:39.105Z Fresh stringmetrics v2.2.2
58052025-06-17T18:07:39.105Z Fresh serde-value v0.7.0
58062025-06-17T18:07:39.105Z Fresh httpmock v0.8.0-alpha.1
58072025-06-17T18:07:39.106Z Fresh target-lexicon v0.13.2
58082025-06-17T18:07:39.106Z Fresh ssh-cipher v0.2.0
58092025-06-17T18:07:39.106Z Fresh bcrypt-pbkdf v0.10.0
58102025-06-17T18:07:39.106Z Fresh serde-untagged v0.1.7
58112025-06-17T18:07:39.106Z Fresh password-hash v0.4.2
58122025-06-17T18:07:39.106Z Fresh guppy-workspace-hack v0.1.0
58132025-06-17T18:07:39.106Z Fresh ssh-key v0.6.6
58142025-06-17T18:07:39.106Z Fresh cargo-util-schemas v0.2.0
58152025-06-17T18:07:39.106Z Fresh cfg-expr v0.18.0
58162025-06-17T18:07:39.106Z Fresh pbkdf2 v0.11.0
58172025-06-17T18:07:39.106Z Fresh p256 v0.13.2
58182025-06-17T18:07:39.106Z Fresh p521 v0.13.3
58192025-06-17T18:07:39.106Z Fresh cargo-platform v0.2.0
58202025-06-17T18:07:39.106Z Fresh russh-cryptovec v0.7.3
58212025-06-17T18:07:39.106Z Fresh md5 v0.7.0
58222025-06-17T18:07:39.106Z Fresh cargo_metadata v0.20.0
58232025-06-17T18:07:39.106Z Fresh target-spec v3.4.2
58242025-06-17T18:07:39.106Z Fresh predicates-tree v1.0.12
58252025-06-17T18:07:39.106Z Fresh russh-keys v0.45.0
58262025-06-17T18:07:39.106Z Fresh httptest v0.16.3
58272025-06-17T18:07:39.106Z Fresh pathdiff v0.2.3
58282025-06-17T18:07:39.106Z Fresh num-bigint v0.4.6
58292025-06-17T18:07:39.106Z Fresh rustls-native-certs v0.7.3
58302025-06-17T18:07:39.106Z Fresh des v0.8.1
58312025-06-17T18:07:39.106Z Fresh memmap2 v0.9.5
58322025-06-17T18:07:39.106Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
58332025-06-17T18:07:39.106Z Fresh nested v0.1.1
58342025-06-17T18:07:39.106Z Fresh escape8259 v0.5.3
58352025-06-17T18:07:39.106Z Fresh hyper-rustls v0.26.0
58362025-06-17T18:07:39.106Z Fresh russh v0.45.0
58372025-06-17T18:07:39.106Z Fresh blake3 v1.5.4
58382025-06-17T18:07:39.106Z Fresh fancy-regex v0.14.0
58392025-06-17T18:07:39.106Z Fresh guppy v0.17.19
58402025-06-17T18:07:39.106Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
58412025-06-17T18:07:39.106Z Fresh libtest-mimic v0.8.1
58422025-06-17T18:07:39.106Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
58432025-06-17T18:07:39.106Z Fresh internet-checksum v0.2.1
58442025-06-17T18:07:39.106Z Fresh topological-sort v0.2.2
58452025-06-17T18:07:39.106Z Fresh datatest-stable v0.3.2
58462025-06-17T18:07:39.106Z Fresh doc-comment v0.3.3
58472025-06-17T18:07:39.107Z Fresh omicron-zone-package v0.12.2
58482025-06-17T18:07:39.107Z Compiling similar-asserts v1.7.0
58492025-06-17T18:07:39.107Z Fresh proc-macro-crate v3.2.0
58502025-06-17T18:07:39.107Z Fresh relative-path v1.9.3
58512025-06-17T18:07:39.107Z Fresh rstest_macros v0.24.0
58522025-06-17T18:07:39.107Z Fresh target-triple v0.1.3
58532025-06-17T18:07:39.107Z Fresh assert_cmd v2.0.17
58542025-06-17T18:07:39.107Z 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=091521afe2f8a122 -C extra-filename=-d5315415f967d3b7 --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-8c9cf05edfba37d5.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
58552025-06-17T18:07:39.107Z Fresh support-bundle-viewer v0.1.0
58562025-06-17T18:07:39.107Z Fresh ignore v0.4.23
58572025-06-17T18:07:39.107Z Fresh multimap v0.10.1
58582025-06-17T18:07:39.107Z Fresh uzers v0.12.1
58592025-06-17T18:07:39.107Z Fresh trybuild v1.0.103
58602025-06-17T18:07:39.107Z Fresh rstest v0.24.0
58612025-06-17T18:07:39.107Z Fresh globwalk v0.9.1
58622025-06-17T18:07:39.107Z Fresh blake2b_simd v1.0.2
58632025-06-17T18:07:39.107Z Fresh partial-io v0.5.4
58642025-06-17T18:07:39.107Z Fresh rand_distr v0.4.3
58652025-06-17T18:07:39.107Z Fresh approx v0.5.1
58662025-06-17T18:07:39.107Z Fresh rust-argon2 v2.1.0
58672025-06-17T18:07:39.107Z Fresh camino-tempfile-ext v0.3.1
58682025-06-17T18:07:39.107Z Fresh cargo_toml v0.21.0
58692025-06-17T18:07:39.107Z Fresh termios v0.3.3
58702025-06-17T18:07:39.107Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
58712025-06-17T18:07:39.107Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
58722025-06-17T18:07:39.107Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
58732025-06-17T18:07:39.107Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
58742025-06-17T18:07:39.107Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
58752025-06-17T18:07:39.107Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
58762025-06-17T18:07:39.107Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
58772025-06-17T18:07:39.107Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
58782025-06-17T18:07:39.107Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
58792025-06-17T18:07:39.107Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
58802025-06-17T18:07:39.107Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
58812025-06-17T18:07:39.107Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
58822025-06-17T18:07:39.107Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
58832025-06-17T18:07:39.107Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
58842025-06-17T18:07:39.107Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
58852025-06-17T18:07:39.137Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
58862025-06-17T18:07:39.137Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
58872025-06-17T18:07:39.137Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
58882025-06-17T18:07:39.137Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
58892025-06-17T18:07:39.137Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
58902025-06-17T18:07:39.137Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
58912025-06-17T18:07:39.137Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
58922025-06-17T18:07:39.137Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
58932025-06-17T18:07:39.137Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
58942025-06-17T18:07:39.137Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
58952025-06-17T18:07:39.137Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
58962025-06-17T18:07:39.137Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
58972025-06-17T18:07:39.137Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
58982025-06-17T18:07:39.137Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
58992025-06-17T18:07:39.137Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
59002025-06-17T18:07:39.137Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
59012025-06-17T18:07:39.137Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
59022025-06-17T18:07:39.137Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
59032025-06-17T18:07:39.137Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
59042025-06-17T18:07:39.137Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
59052025-06-17T18:07:39.137Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
59062025-06-17T18:07:39.137Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
59072025-06-17T18:07:39.137Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
59082025-06-17T18:07:39.137Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
59092025-06-17T18:07:39.138Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
59102025-06-17T18:07:39.138Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
59112025-06-17T18:07:39.138Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
59122025-06-17T18:07:39.138Z 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=32a8d1a14d0bf696 -C extra-filename=-276c68891f4b3d3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-4b8c64a12e20c783.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ad8a278c25bce277.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-062b6b2b429dd3c4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c48a50300c466db1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d0cca5791e61e38f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b041d8210074b50a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e00bde7f4707c5f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eceeae9dfa8a7001.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ff07a583d0bc169.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-81263e9ce3cf4c2d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc8bc20b6062dd6d.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-4c7eeb93bd7929db.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f0dd3a61fbfc2d53.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9fc4807dac40854a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f05b7efe21ef39ce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-96e458b3e0765a4d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-336fc23f36423066.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-edd063f60bf1402c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3deaaac8d847563c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-46697184a41bfbb4.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-dc4f992ff75aeaac.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b39c74ea8e0663d0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9aefc3a714822f3e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a6fce4d8a6b5f5e8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6e1e1d124e9597d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-f80826b30b89c5ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-91ce50d303d6efc0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ffcaa028d04b0366.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-171db20798bef975.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6166ca4d93b647b4.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5df35508564fa9d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f8b586bde3eea3c3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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`
59132025-06-17T18:07:39.138Z 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=f48045d41aa981f7 -C extra-filename=-9ac88fcc7abf1fe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-4b8c64a12e20c783.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ad8a278c25bce277.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-062b6b2b429dd3c4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c48a50300c466db1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d0cca5791e61e38f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b041d8210074b50a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e00bde7f4707c5f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eceeae9dfa8a7001.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ff07a583d0bc169.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-81263e9ce3cf4c2d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc8bc20b6062dd6d.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-4c7eeb93bd7929db.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f0dd3a61fbfc2d53.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9fc4807dac40854a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f05b7efe21ef39ce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-96e458b3e0765a4d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-336fc23f36423066.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-edd063f60bf1402c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3deaaac8d847563c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-46697184a41bfbb4.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-dc4f992ff75aeaac.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b39c74ea8e0663d0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9aefc3a714822f3e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a6fce4d8a6b5f5e8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6e1e1d124e9597d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-f80826b30b89c5ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-91ce50d303d6efc0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ffcaa028d04b0366.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-171db20798bef975.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6166ca4d93b647b4.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5df35508564fa9d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f8b586bde3eea3c3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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`
59142025-06-17T18:07:39.138Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
59152025-06-17T18:07:39.164Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
59162025-06-17T18:07:39.164Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
59172025-06-17T18:07:39.164Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
59182025-06-17T18:07:39.164Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
59192025-06-17T18:07:39.164Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
59202025-06-17T18:07:39.164Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
59212025-06-17T18:07:39.164Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
59222025-06-17T18:07:39.164Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
59232025-06-17T18:07:39.164Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
59242025-06-17T18:07:39.191Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
59252025-06-17T18:07:39.191Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
59262025-06-17T18:07:39.191Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
59272025-06-17T18:07:39.191Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
59282025-06-17T18:07:39.191Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
59292025-06-17T18:07:39.191Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
59302025-06-17T18:07:39.191Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
59312025-06-17T18:07:39.191Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
59322025-06-17T18:07:39.191Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
59332025-06-17T18:07:39.191Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
59342025-06-17T18:07:39.191Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
59352025-06-17T18:07:39.191Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
59362025-06-17T18:07:39.191Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
59372025-06-17T18:07:39.191Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
59382025-06-17T18:07:39.191Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
59392025-06-17T18:07:39.191Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
59402025-06-17T18:07:39.191Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
59412025-06-17T18:07:39.191Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
59422025-06-17T18:07:39.191Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
59432025-06-17T18:07:39.191Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
59442025-06-17T18:07:39.191Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
59452025-06-17T18:07:39.191Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
59462025-06-17T18:07:39.191Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
59472025-06-17T18:07:39.191Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
59482025-06-17T18:07:39.191Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
59492025-06-17T18:07:39.191Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
59502025-06-17T18:07:39.191Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
59512025-06-17T18:07:39.191Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
59522025-06-17T18:07:39.191Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
59532025-06-17T18:07:39.191Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
59542025-06-17T18:07:39.191Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
59552025-06-17T18:07:39.191Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
59562025-06-17T18:07:39.191Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
59572025-06-17T18:07:39.191Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
59582025-06-17T18:07:39.191Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
59592025-06-17T18:07:39.192Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
59602025-06-17T18:07:39.192Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
59612025-06-17T18:07:39.192Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
59622025-06-17T18:07:39.192Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
59632025-06-17T18:07:39.192Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
59642025-06-17T18:07:39.192Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
59652025-06-17T18:07:39.192Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
59662025-06-17T18:07:39.192Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
59672025-06-17T18:07:39.192Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
59682025-06-17T18:07:39.192Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
59692025-06-17T18:07:39.192Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
59702025-06-17T18:07:39.192Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
59712025-06-17T18:07:39.192Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
59722025-06-17T18:07:39.192Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
59732025-06-17T18:07:39.192Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
59742025-06-17T18:07:39.192Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
59752025-06-17T18:07:39.192Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
59762025-06-17T18:07:39.192Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
59772025-06-17T18:07:39.192Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
59782025-06-17T18:07:39.192Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
59792025-06-17T18:07:39.192Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
59802025-06-17T18:07:39.192Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
59812025-06-17T18:07:39.192Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
59822025-06-17T18:07:39.192Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
59832025-06-17T18:07:39.192Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
59842025-06-17T18:07:39.192Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
59852025-06-17T18:07:39.192Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
59862025-06-17T18:07:39.192Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
59872025-06-17T18:07:39.192Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
59882025-06-17T18:07:39.192Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
59892025-06-17T18:07:39.192Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
59902025-06-17T18:07:39.192Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
59912025-06-17T18:07:39.192Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
59922025-06-17T18:07:39.192Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
59932025-06-17T18:07:39.192Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
59942025-06-17T18:07:39.192Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
59952025-06-17T18:07:39.192Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
59962025-06-17T18:07:39.192Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
59972025-06-17T18:07:39.192Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
59982025-06-17T18:07:39.192Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
59992025-06-17T18:07:39.192Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
60002025-06-17T18:07:39.193Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
60012025-06-17T18:07:39.193Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
60022025-06-17T18:07:39.193Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
60032025-06-17T18:07:39.193Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
60042025-06-17T18:07:39.193Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
60052025-06-17T18:07:39.193Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
60062025-06-17T18:07:39.193Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
60072025-06-17T18:07:39.193Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
60082025-06-17T18:07:39.193Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
60092025-06-17T18:07:39.193Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
60102025-06-17T18:07:39.193Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
60112025-06-17T18:07:39.193Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
60122025-06-17T18:07:39.193Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
60132025-06-17T18:07:39.193Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
60142025-06-17T18:07:39.193Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
60152025-06-17T18:07:39.193Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
60162025-06-17T18:07:39.193Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
60172025-06-17T18:07:39.193Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
60182025-06-17T18:07:39.193Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
60192025-06-17T18:07:40.823Z 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=858856fbb1a0aa45 -C extra-filename=-8ac00e744c26b35c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5da851387298f909.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-4b8c64a12e20c783.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ad8a278c25bce277.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-062b6b2b429dd3c4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2cb69f3d45636103.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c48a50300c466db1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d0cca5791e61e38f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b041d8210074b50a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e00bde7f4707c5f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eceeae9dfa8a7001.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-38434b0a608c3dde.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-617ee0ff5b8384fe.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d8a76769a1cb8264.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ff07a583d0bc169.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-81263e9ce3cf4c2d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc8bc20b6062dd6d.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-4c7eeb93bd7929db.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f0dd3a61fbfc2d53.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9fc4807dac40854a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f05b7efe21ef39ce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-96e458b3e0765a4d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-336fc23f36423066.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-edd063f60bf1402c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3deaaac8d847563c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-46697184a41bfbb4.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-dc4f992ff75aeaac.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b39c74ea8e0663d0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9aefc3a714822f3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-a12b37bda18a7245.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a6fce4d8a6b5f5e8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-63e2775a6fcd7f8f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b23d3267bb4e8567.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6e1e1d124e9597d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-f80826b30b89c5ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-91ce50d303d6efc0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ffcaa028d04b0366.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-171db20798bef975.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6166ca4d93b647b4.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5df35508564fa9d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d5315415f967d3b7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ced344120893b342.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-3bac5aa842dc093e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f8b586bde3eea3c3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-96824424c5a2f698.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
60202025-06-17T18:07:40.872Z 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=ac4b2579d210ec06 -C extra-filename=-9fa0a57d49b94c3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5da851387298f909.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-4b8c64a12e20c783.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ad8a278c25bce277.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-062b6b2b429dd3c4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2cb69f3d45636103.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c48a50300c466db1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d0cca5791e61e38f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b041d8210074b50a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e00bde7f4707c5f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eceeae9dfa8a7001.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-38434b0a608c3dde.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-617ee0ff5b8384fe.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d8a76769a1cb8264.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ff07a583d0bc169.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-81263e9ce3cf4c2d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc8bc20b6062dd6d.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-4c7eeb93bd7929db.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f0dd3a61fbfc2d53.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9fc4807dac40854a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f05b7efe21ef39ce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-96e458b3e0765a4d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-336fc23f36423066.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-edd063f60bf1402c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3deaaac8d847563c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-46697184a41bfbb4.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-dc4f992ff75aeaac.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b39c74ea8e0663d0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9aefc3a714822f3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-a12b37bda18a7245.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a6fce4d8a6b5f5e8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-63e2775a6fcd7f8f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b23d3267bb4e8567.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6e1e1d124e9597d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-f80826b30b89c5ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-91ce50d303d6efc0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ffcaa028d04b0366.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-171db20798bef975.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6166ca4d93b647b4.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5df35508564fa9d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d5315415f967d3b7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ced344120893b342.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-3bac5aa842dc093e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f8b586bde3eea3c3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-96824424c5a2f698.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
60212025-06-17T18:07:40.872Z 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=6aa351a9a06cb665 -C extra-filename=-11ba19078e96d3dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5da851387298f909.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-4b8c64a12e20c783.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ad8a278c25bce277.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-062b6b2b429dd3c4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2cb69f3d45636103.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c48a50300c466db1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d0cca5791e61e38f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b041d8210074b50a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e00bde7f4707c5f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eceeae9dfa8a7001.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-38434b0a608c3dde.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-617ee0ff5b8384fe.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d8a76769a1cb8264.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ff07a583d0bc169.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-81263e9ce3cf4c2d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc8bc20b6062dd6d.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-4c7eeb93bd7929db.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f0dd3a61fbfc2d53.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9fc4807dac40854a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f05b7efe21ef39ce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-96e458b3e0765a4d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-336fc23f36423066.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-edd063f60bf1402c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3deaaac8d847563c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-46697184a41bfbb4.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-dc4f992ff75aeaac.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b39c74ea8e0663d0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9aefc3a714822f3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-a12b37bda18a7245.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-63e2775a6fcd7f8f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b23d3267bb4e8567.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6e1e1d124e9597d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-f80826b30b89c5ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-91ce50d303d6efc0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ffcaa028d04b0366.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-171db20798bef975.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6166ca4d93b647b4.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5df35508564fa9d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d5315415f967d3b7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ced344120893b342.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-3bac5aa842dc093e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f8b586bde3eea3c3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-96824424c5a2f698.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
60222025-06-17T18:07:40.872Z 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=2b2b4495ab9d9596 -C extra-filename=-19fa3b57abad3d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a7b7d4cb8f861e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5da851387298f909.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-178f17d25fe9aeb4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e9174a871a94f16a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6c1e9618f55f42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fb3f1df37a79266b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-9c553b58b084cbc4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cbe371f77000ee7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1cd817a3f34bbccd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5db4581f092629bd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-4b8c64a12e20c783.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ad8a278c25bce277.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-062b6b2b429dd3c4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c54aeda860a8f7a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2cb69f3d45636103.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5f86733ee7c5ffed.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c48a50300c466db1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d0cca5791e61e38f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fddc9fbec8c52c93.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-145739c5b30772a4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-7523e3577760c075.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e1678a91d0a9873a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36cc7dc779f34218.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8001ed0045d3c216.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b041d8210074b50a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-86316886c4cceb3b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-12ab2cf6d0912598.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ff295c182ec08f3d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e42d801441105084.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e00bde7f4707c5f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1c0841ee202cde3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9849e3998fa0d590.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eceeae9dfa8a7001.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0a6f4624c17fcf4b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-835b7ceed5a00504.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-38434b0a608c3dde.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-617ee0ff5b8384fe.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3157c55fd176fdea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-26b35939f056fba3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d8a76769a1cb8264.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8ff07a583d0bc169.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-6503e911fde5ba2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-5df476a4276882b5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-141e02849f3294aa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b19db8c608f830b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-079fb96fdf9cca87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-81263e9ce3cf4c2d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-4a43eaf5ad8d27ba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-21d525124e40a00a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-bc8bc20b6062dd6d.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-4c7eeb93bd7929db.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-42f736c048b5dfee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bc603cda1e5f17b8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-aa78362e8cb159a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b416d7971d9e5e8c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-740bb3b92264f08d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-2e2d6b8a0c65ba71.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f0dd3a61fbfc2d53.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9fc4807dac40854a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f05b7efe21ef39ce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9c23c45e3a5258f7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-96e458b3e0765a4d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-336fc23f36423066.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-edd063f60bf1402c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3deaaac8d847563c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-adb4461803393d65.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-46697184a41bfbb4.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-dc4f992ff75aeaac.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b39c74ea8e0663d0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-6a7974c20ed321e2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9aefc3a714822f3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e9b70930d1978aa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-a12b37bda18a7245.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-160733403b99309f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91e2eb31ef217b5a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a6fce4d8a6b5f5e8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-711c81528f6e5944.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8c27fe52cd7dbc9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ae244012f268ce50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-84927989e8808b0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-02cb96946b6b641f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a9eefa37e011898d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5028b41ffe19e8b8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e8d8d4d2c9cd7eff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-63e2775a6fcd7f8f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5c552f045f7536ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8395fe6e8fdbda33.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b23d3267bb4e8567.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7ad384cce1c289a3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-0d7f3aae49759f41.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-940cbef2ec2a0c5a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-b2cc2d8d42410241.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d6e1e1d124e9597d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-f80826b30b89c5ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cd0fe46122d3415a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-15c137b4f4a6b1e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-91ce50d303d6efc0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7ac1bb732e997972.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-55a31d4f1c7620b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d1e544ba461f0a82.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ffcaa028d04b0366.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7fe797f46b5566dd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-171db20798bef975.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-329fab002944d071.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9d5d299a99d4fa9f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6166ca4d93b647b4.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5df35508564fa9d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3b52c09cbc8c65f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5571e112a653d91b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3797518153757616.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6251bde64cce40ae.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9dffcc25b3f24448.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ed4d36191df23078.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-9e32879821bb2d51.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d5315415f967d3b7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cd186f12efb1ea8d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3a530b02df06efa8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d4213129b406e027.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-52454fd2ba1f89cc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9abcb37ff20da6dc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ced344120893b342.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9f23058f56984538.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c026122e39579104.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-c167a4916ea35d73.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-bd22b1dbef7d9e2d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-3bac5aa842dc093e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da1f261dcf0b07b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d811c5ea5d19e21c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-54faa13d3d939c88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-37205d819994d122.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f8b586bde3eea3c3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-96824424c5a2f698.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-14fb313926774ee2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-4190b942565d88f8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e10ceee19f33d413.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e1403ef3239fb148.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1c0b56278cc10eee.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ef2436a09b786922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-f7b095b64fd0527d/out -L /usr/platform/oxide/lib/amd64/`
60232025-06-17T18:14:32.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 59s
60242025-06-17T18:14:33.066Z
60252025-06-17T18:14:33.066Zreal 6:59.650869651
60262025-06-17T18:14:33.066Zuser 14:48.339952221
60272025-06-17T18:14:33.066Zsys 1:13.233645190
60282025-06-17T18:14:33.066Ztrap 0.356581401
60292025-06-17T18:14:33.066Ztflt 1.052381712
60302025-06-17T18:14:33.066Zdflt 14.611968008
60312025-06-17T18:14:33.066Zkflt 0.082411578
60322025-06-17T18:14:33.066Zlock 29:26.069322030
60332025-06-17T18:14:33.066Zslp 47:51.150840395
60342025-06-17T18:14:33.066Zlat 4.582311461
60352025-06-17T18:14:33.066Zstop 6.474035075
60362025-06-17T18:14:33.091Z+ banner test
60372025-06-17T18:14:33.091Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
60382025-06-17T18:14:33.246Z
60392025-06-17T18:14:33.246Z ##### ###### #### #####
60402025-06-17T18:14:33.246Z # # # #
60412025-06-17T18:14:33.246Z # ##### #### #
60422025-06-17T18:14:33.246Z # # # #
60432025-06-17T18:14:33.246Z # # # # #
60442025-06-17T18:14:33.246Z # ###### #### #
60452025-06-17T18:14:33.246Z
60462025-06-17T18:14:36.887Zinfo: experimental features enabled: setup-scripts
60472025-06-17T18:14:39.363Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
60482025-06-17T18:14:39.427Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
60492025-06-17T18:14:39.471Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
60502025-06-17T18:14:39.517Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
60512025-06-17T18:14:55.241Z Finished `test` profile [unoptimized + debuginfo] target(s) in 18.33s
60522025-06-17T18:14:59.136Z────────────
60532025-06-17T18:14:59.136Z Nextest run ID 81ceb873-e8ce-4142-861a-0dde9a87f34a with nextest profile: ci
60542025-06-17T18:14:59.161Z Starting 2085 tests across 204 binaries (3 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
60552025-06-17T18:14:59.161Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
60562025-06-17T18:15:00.643Z Compiling newtype-uuid v1.2.2
60572025-06-17T18:15:01.378Z Compiling daft v0.1.3
60582025-06-17T18:15:02.080Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
60592025-06-17T18:15:02.648Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
60602025-06-17T18:15:02.682Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
60612025-06-17T18:15:03.564Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
60622025-06-17T18:15:16.026Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
60632025-06-17T18:15:19.394Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
60642025-06-17T18:15:22.169Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
60652025-06-17T18:15:32.306Z Finished `test` profile [unoptimized + debuginfo] target(s) in 33.06s
60662025-06-17T18:15:32.455Z Running `target/debug/crdb-seed`
60672025-06-17T18:15:32.541ZJun 17 18:15:32.301 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp5wgAyy
60682025-06-17T18:15:32.541ZJun 17 18:15:32.301 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpo9cS3o,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp5wgAyy/listen-url
60692025-06-17T18:15:32.566ZJun 17 18:15:32.301 INFO cockroach environment: BUILDOMAT_JOB_ID=01JXZFNN3WT8MPHDZT6E18CT8G 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=john/plan-sled-with-no-disks GITHUB_REF=refs/heads/john/plan-sled-with-no-disks GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=36b7b8d79b575b2c2b7bd1408ca35b25707e059b 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-92f16ee3f624907f/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-92f16ee3f624907f/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-7bba2698c71552d3/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2b1e577fce9cb4e7/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out:/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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-envER3Arg NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-92f16ee3f624907f/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-7bba2698c71552d3/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-afd864c46f251bd5/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2b1e577fce9cb4e7/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-dbc2ff20a5421927/out:/work/oxidecomputer/omicron/target/debug/build/tofino-f7b095b64fd0527d/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-52f749c20db54387/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=81ceb873-e8ce-4142-861a-0dde9a87f34a PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.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
60702025-06-17T18:15:33.606ZJun 17 18:15:33.367 INFO cockroach pid: 12383
60712025-06-17T18:15:33.606ZJun 17 18:15:33.367 INFO cockroach listen URL: postgresql://root@[::1]:43542/omicron?sslmode=disable
60722025-06-17T18:15:34.160ZJun 17 18:15:33.921 INFO cockroach: populating
60732025-06-17T18:15:37.275ZJun 17 18:15:37.034 INFO cockroach: populated
60742025-06-17T18:15:39.543ZJun 17 18:15:39.303 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/efce655efa7619a6bd15366d8f5397a78a14d435fa2e3275c561ab882f6b37ef.tar`
60752025-06-17T18:15:39.568Z SETUP PASS [ 40.412s] crdb-seed: cargo run -p crdb-seed --profile test
60762025-06-17T18:15:39.568Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
60772025-06-17T18:15:41.160Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
60782025-06-17T18:15:41.185Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
60792025-06-17T18:15:41.185Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
60802025-06-17T18:15:41.185Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
60812025-06-17T18:15:41.185Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
60822025-06-17T18:15:44.487Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
60832025-06-17T18:15:44.581Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
60842025-06-17T18:15:48.848Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
60852025-06-17T18:15:51.295Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
60862025-06-17T18:16:03.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.62s
60872025-06-17T18:16:03.416Z Running `target/debug/clickhouse-cluster-dev`
60882025-06-17T18:16:03.493ZJun 17 18:16:03.251 INFO Setting up a ClickHouse cluster
60892025-06-17T18:16:03.518ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
60902025-06-17T18:16:03.518ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
60912025-06-17T18:16:03.518ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
60922025-06-17T18:16:03.518ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
60932025-06-17T18:16:03.518ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
60942025-06-17T18:16:05.874ZJun 17 18:16:05.634 INFO ClickHouse server ready
60952025-06-17T18:16:05.899ZJun 17 18:16:05.635 INFO ClickHouse server ready
60962025-06-17T18:16:06.575ZJun 17 18:16:06.333 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
60972025-06-17T18:16:06.644Z SETUP PASS [ 27.029s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
60982025-06-17T18:16:33.349Z PASS [ 26.761s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
60992025-06-17T18:16:33.522Z PASS [ 26.934s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
61002025-06-17T18:16:43.107Z PASS [ 36.517s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
61012025-06-17T18:16:43.557Z PASS [ 36.970s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
61022025-06-17T18:16:52.061Z PASS [ 45.471s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
61032025-06-17T18:16:52.448Z PASS [ 45.856s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
61042025-06-17T18:17:06.591Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
61052025-06-17T18:17:06.616Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
61062025-06-17T18:17:16.075Z PASS [ 42.724s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
61072025-06-17T18:17:17.264Z PASS [ 43.742s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
61082025-06-17T18:17:28.239Z PASS [ 44.681s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
61092025-06-17T18:17:31.167Z PASS [ 38.720s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
61102025-06-17T18:17:36.262Z PASS [ 44.195s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
61112025-06-17T18:17:43.112Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
61122025-06-17T18:17:59.942Z PASS [ 43.851s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
61132025-06-17T18:18:00.406Z PASS [ 43.141s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
61142025-06-17T18:18:06.593Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
61152025-06-17T18:18:06.619Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
61162025-06-17T18:18:10.934Z PASS [ 34.677s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
61172025-06-17T18:18:22.318Z PASS [ 22.393s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
61182025-06-17T18:18:22.352Z PASS [ 0.034s] api_identity test::test_identity
61192025-06-17T18:18:22.377Z PASS [ 0.023s] api_identity test::test_identity_no_field
61202025-06-17T18:18:22.428Z PASS [ 0.053s] authz-macros tests::test_authz_snapshots
61212025-06-17T18:18:22.470Z PASS [ 0.042s] bootstore schemes::tests::hello_roundtrip
61222025-06-17T18:18:22.504Z PASS [ 22.097s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
61232025-06-17T18:18:22.576Z PASS [ 0.073s] bootstore schemes::v0::peer::tests::network_config
61242025-06-17T18:18:22.608Z PASS [ 0.032s] bootstore schemes::v0::share_pkg::tests::create_packages
61252025-06-17T18:18:22.638Z PASS [ 0.029s] bootstore trust_quorum::rack_secret::tests::create_and_verify
61262025-06-17T18:18:22.664Z PASS [ 0.026s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
61272025-06-17T18:18:23.150Z PASS [ 100.042s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
61282025-06-17T18:18:23.587Z PASS [ 1.117s] bootstore schemes::v0::peer::tests::basic_3_nodes
61292025-06-17T18:18:23.758Z PASS [ 0.170s] cert-dev::test-cert-dev test_cert_create
61302025-06-17T18:18:24.231Z PASS [ 0.473s] clickana chart::tests::gather_chart_data_failure
61312025-06-17T18:18:24.264Z PASS [ 0.031s] clickana chart::tests::gather_chart_data_for_disk_usage_success
61322025-06-17T18:18:24.297Z PASS [ 0.033s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
61332025-06-17T18:18:24.322Z PASS [ 0.022s] clickana chart::tests::gather_chart_data_for_query_count_success
61342025-06-17T18:18:24.346Z PASS [ 0.024s] clickana chart::tests::gather_chart_data_for_running_queries_success
61352025-06-17T18:18:24.416Z PASS [ 0.072s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
61362025-06-17T18:18:24.454Z PASS [ 0.039s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
61372025-06-17T18:18:24.482Z PASS [ 0.029s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
61382025-06-17T18:18:24.508Z PASS [ 0.025s] clickhouse-admin-types tests::test_empty_output_parse_fail
61392025-06-17T18:18:24.533Z PASS [ 0.024s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
61402025-06-17T18:18:24.561Z PASS [ 0.028s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
61412025-06-17T18:18:24.586Z PASS [ 0.025s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
61422025-06-17T18:18:24.611Z PASS [ 0.022s] clickhouse-admin-types tests::test_full_lgif_parse_success
61432025-06-17T18:18:24.640Z PASS [ 0.031s] clickhouse-admin-types tests::test_full_raft_config_parse_success
61442025-06-17T18:18:24.675Z PASS [ 0.035s] clickhouse-admin-types tests::test_generate_keeper_config
61452025-06-17T18:18:24.704Z PASS [ 0.029s] clickhouse-admin-types tests::test_generate_replica_config
61462025-06-17T18:18:24.729Z PASS [ 0.024s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
61472025-06-17T18:18:24.755Z PASS [ 0.027s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
61482025-06-17T18:18:24.783Z PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
61492025-06-17T18:18:24.809Z PASS [ 0.026s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
61502025-06-17T18:18:24.835Z PASS [ 0.026s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
61512025-06-17T18:18:24.861Z PASS [ 0.026s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
61522025-06-17T18:18:24.887Z PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
61532025-06-17T18:18:24.915Z PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
61542025-06-17T18:18:24.940Z PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
61552025-06-17T18:18:24.965Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
61562025-06-17T18:18:24.990Z PASS [ 0.026s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
61572025-06-17T18:18:25.019Z PASS [ 0.028s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
61582025-06-17T18:18:25.044Z PASS [ 0.026s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
61592025-06-17T18:18:25.070Z PASS [ 0.026s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
61602025-06-17T18:18:25.101Z PASS [ 0.031s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
61612025-06-17T18:18:25.151Z PASS [ 0.049s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
61622025-06-17T18:18:25.196Z PASS [ 0.045s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
61632025-06-17T18:18:25.234Z PASS [ 0.038s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
61642025-06-17T18:18:25.265Z PASS [ 0.031s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
61652025-06-17T18:18:25.292Z PASS [ 0.026s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
61662025-06-17T18:18:25.317Z PASS [ 0.023s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
61672025-06-17T18:18:25.371Z PASS [ 0.055s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
61682025-06-17T18:18:25.399Z PASS [ 0.027s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
61692025-06-17T18:18:25.503Z PASS [ 0.105s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
61702025-06-17T18:18:25.581Z PASS [ 0.078s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
61712025-06-17T18:18:25.607Z PASS [ 0.019s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
61722025-06-17T18:18:25.632Z PASS [ 0.020s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
61732025-06-17T18:18:25.657Z PASS [ 0.019s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
61742025-06-17T18:18:25.682Z PASS [ 0.019s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
61752025-06-17T18:18:25.682Z PASS [ 0.019s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
61762025-06-17T18:18:25.996Z PASS [ 0.318s] db-dev::test-db-dev test_db_dev_populate_no_args
61772025-06-17T18:18:26.053Z PASS [ 0.056s] db-dev::test-db-dev test_db_dev_wipe_no_args
61782025-06-17T18:18:27.756Z PASS [ 5.092s] bootstore::v0-fsm-proptest-learner run
61792025-06-17T18:18:28.241Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
61802025-06-17T18:18:31.168Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
61812025-06-17T18:18:32.823Z PASS [ 9.673s] bootstore::v0-fsm-proptest-rack-coordinator run
61822025-06-17T18:18:32.888Z PASS [ 0.065s] db-macros lookup::test::test_lookup_snapshots
61832025-06-17T18:18:32.912Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_for_enums
61842025-06-17T18:18:32.937Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
61852025-06-17T18:18:32.962Z PASS [ 0.023s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
61862025-06-17T18:18:32.987Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
61872025-06-17T18:18:33.012Z PASS [ 0.024s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
61882025-06-17T18:18:33.036Z PASS [ 0.028s] db-macros tests::test_derive_snapshots
61892025-06-17T18:18:33.061Z PASS [ 0.024s] db-macros tests::test_derive_with_unknown_field
61902025-06-17T18:18:33.616Z PASS [ 0.569s] dns-server storage::test::test_update_basic
61912025-06-17T18:18:33.750Z PASS [ 0.134s] dns-server storage::test::test_update_in_progress
61922025-06-17T18:18:33.913Z PASS [ 0.163s] dns-server storage::test::test_update_interrupted
61932025-06-17T18:18:34.061Z PASS [ 0.148s] dns-server storage::test::test_zone_gets_soa_record
61942025-06-17T18:18:34.265Z PASS [ 8.212s] db-dev::test-db-dev test_db_killed
61952025-06-17T18:18:35.016Z PASS [ 0.955s] dns-server::basic_test a_crud
61962025-06-17T18:18:35.041Z PASS [ 0.759s] dns-server::basic_test aaaa_crud
61972025-06-17T18:18:35.541Z PASS [ 0.525s] dns-server::basic_test answers_match_question
61982025-06-17T18:18:35.660Z PASS [ 0.635s] dns-server::basic_test empty_record
61992025-06-17T18:18:35.900Z PASS [ 0.358s] dns-server::basic_test multi_record_crud
62002025-06-17T18:18:36.030Z PASS [ 0.370s] dns-server::basic_test name_contains_zone
62012025-06-17T18:18:36.333Z PASS [ 0.433s] dns-server::basic_test nxdomain
62022025-06-17T18:18:36.848Z PASS [ 0.818s] dns-server::basic_test servfail
62032025-06-17T18:18:37.088Z PASS [ 0.755s] dns-server::basic_test soa
62042025-06-17T18:18:37.489Z PASS [ 0.641s] dns-server::basic_test srv_crud
62052025-06-17T18:18:38.338Z PASS [ 0.849s] dns-server::cross_version_test cross_version_works
62062025-06-17T18:18:38.385Z PASS [ 0.046s] ereport-types tests::test_arb_json_deserializes
62072025-06-17T18:18:38.427Z PASS [ 0.042s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
62082025-06-17T18:18:38.453Z PASS [ 0.026s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
62092025-06-17T18:18:38.477Z PASS [ 0.021s] gfss gf256::tests::test_all_multiplication
62102025-06-17T18:18:38.502Z PASS [ 0.019s] gfss gf256::tests::test_all_multiplicative_inverses
62112025-06-17T18:18:38.527Z PASS [ 0.019s] gfss gf256::tests::test_docs_example
62122025-06-17T18:18:42.380Z PASS [ 5.292s] dns-server::commands_test test_dnsadm
62132025-06-17T18:18:44.258Z PASS [ 1.877s] gfss shamir::tests::split_and_combine
62142025-06-17T18:18:44.283Z PASS [ 0.020s] gfss shamir::tests::test_share_reconstruction
62152025-06-17T18:18:44.308Z PASS [ 0.027s] id-map tests::deserialize_rejects_duplicates
62162025-06-17T18:18:44.332Z PASS [ 0.021s] id-map tests::deserialize_rejects_mismatched_keys
62172025-06-17T18:18:44.922Z PASS [ 0.596s] id-map tests::get_mut_panics_if_id_changes
62182025-06-17T18:18:44.984Z PASS [ 0.062s] id-map tests::iter_mut_panics_if_id_changes
62192025-06-17T18:18:45.009Z PASS [ 0.021s] id-map tests::methods_allow_borrowed_ids
62202025-06-17T18:18:45.074Z PASS [ 0.069s] id-map tests::mut_into_iter_panics_if_id_changes
62212025-06-17T18:18:45.135Z PASS [ 0.061s] id-map tests::occupied_entry_panics_if_id_changed_via_get_mut
62222025-06-17T18:18:45.232Z PASS [ 0.095s] id-map tests::occupied_entry_panics_if_id_changed_via_into_mut
62232025-06-17T18:18:45.288Z PASS [ 0.056s] id-map tests::occupied_entry_panics_if_id_changes_on_insert
62242025-06-17T18:18:45.391Z PASS [ 0.103s] id-map tests::retain_panics_if_id_changes
62252025-06-17T18:18:45.463Z PASS [ 0.071s] id-map tests::serialization_is_transparent
62262025-06-17T18:18:45.577Z PASS [ 0.114s] id-map tests::serialization_roundtrip
62272025-06-17T18:18:45.646Z PASS [ 0.069s] id-map tests::vacant_entry_panics_if_id_changed_after_insert
62282025-06-17T18:18:45.703Z PASS [ 0.057s] id-map tests::vacant_entry_panics_if_id_changes_on_insert
62292025-06-17T18:18:45.765Z PASS [ 0.061s] illumos-utils destructor::test::test_delayed_delete
62302025-06-17T18:18:46.424Z PASS [ 0.659s] illumos-utils destructor::test::test_delayed_delete_with_error
62312025-06-17T18:18:46.452Z PASS [ 0.029s] illumos-utils destructor::test::test_destructor_bad_close
62322025-06-17T18:18:46.482Z PASS [ 0.029s] illumos-utils link::test::test_allocate
62332025-06-17T18:18:46.512Z PASS [ 0.030s] illumos-utils link::test::test_allocate_within_scopes
62342025-06-17T18:18:46.577Z PASS [ 0.066s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
62352025-06-17T18:18:46.612Z PASS [ 0.033s] illumos-utils running_zone::tests::test_is_oxide_smf_service
62362025-06-17T18:18:46.698Z PASS [ 0.087s] illumos-utils zfs::test::directory_mutability
62372025-06-17T18:18:46.770Z PASS [ 0.072s] illumos-utils zfs::test::get_values_of_rpool
62382025-06-17T18:18:46.800Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_bad_avail
62392025-06-17T18:18:46.825Z PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_bad_quota
62402025-06-17T18:18:46.854Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_bad_reservation
62412025-06-17T18:18:46.881Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_usage
62422025-06-17T18:18:46.909Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_uuid
62432025-06-17T18:18:46.939Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_missing_fields
62442025-06-17T18:18:46.964Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_props
62452025-06-17T18:18:46.991Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_props_with_optionals
62462025-06-17T18:18:47.017Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_too_many_columns
62472025-06-17T18:18:47.043Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
62482025-06-17T18:18:47.068Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
62492025-06-17T18:18:47.101Z PASS [ 0.033s] illumos-utils zfs::test::parse_quota_ignored_if_default
62502025-06-17T18:18:47.134Z PASS [ 0.031s] illumos-utils zfs::test::parse_reservation_ignored_if_default
62512025-06-17T18:18:47.180Z PASS [ 0.048s] illumos-utils zfs::test::parse_sorts_and_dedups
62522025-06-17T18:18:47.223Z PASS [ 0.042s] illumos-utils zone::tests::delete_nonexistent_address
62532025-06-17T18:18:47.251Z PASS [ 0.028s] illumos-utils zone::tests::test_parse_ip_network
62542025-06-17T18:18:47.285Z PASS [ 0.035s] illumos-utils zpool::test::test_parse_zpool
62552025-06-17T18:18:47.316Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool_missing_column
62562025-06-17T18:18:51.524Z PASS [ 13.012s] gfss polynomial::tests::test_polynomial_eval
62572025-06-17T18:18:53.451Z PASS [ 6.135s] installinator mock_peers::tests::proptest_fetch_artifact
62582025-06-17T18:18:53.597Z PASS [ 0.146s] installinator-common block_size_writer::tests::proptest_block_writer
62592025-06-17T18:18:54.058Z PASS [ 0.461s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
62602025-06-17T18:18:54.293Z PASS [ 2.769s] installinator write::tests::proptest_write_artifact
62612025-06-17T18:18:54.508Z PASS [ 0.450s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
62622025-06-17T18:18:54.692Z PASS [ 0.399s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
62632025-06-17T18:18:55.107Z PASS [ 0.599s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
62642025-06-17T18:18:55.132Z PASS [ 0.439s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
62652025-06-17T18:18:55.563Z PASS [ 0.456s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
62662025-06-17T18:18:55.594Z PASS [ 0.031s] internal-dns-types config::test::display_hosts
62672025-06-17T18:18:55.619Z PASS [ 0.470s] internal-dns-resolver resolver::test::update_record
62682025-06-17T18:18:55.644Z PASS [ 0.025s] internal-dns-types config::test::display_srv_service
62692025-06-17T18:18:55.668Z PASS [ 0.046s] internal-dns-types config::test::test_builder_errors
62702025-06-17T18:18:55.669Z PASS [ 0.047s] internal-dns-types config::test::test_builder_output
62712025-06-17T18:18:55.693Z PASS [ 0.032s] internal-dns-types diff::test::diff_different
62722025-06-17T18:18:55.693Z PASS [ 0.024s] internal-dns-types diff::test::diff_equivalent
62732025-06-17T18:18:55.718Z PASS [ 0.028s] internal-dns-types diff::test::diff_invalid
62742025-06-17T18:18:55.718Z PASS [ 0.025s] ipcc tests::deserialize_fixed_value
62752025-06-17T18:18:55.743Z PASS [ 0.027s] ipcc tests::installinator_image_id_round_trip
62762025-06-17T18:18:55.743Z PASS [ 0.021s] ipcc tests::serialized_size
62772025-06-17T18:18:55.786Z PASS [ 0.052s] key-manager tests::different_disks_produce_different_keys
62782025-06-17T18:18:55.811Z PASS [ 0.054s] key-manager tests::different_ikm_produces_different_keys
62792025-06-17T18:18:55.811Z PASS [ 0.022s] key-manager tests::disk_encryption_key_epoch_0
62802025-06-17T18:18:55.836Z PASS [ 0.024s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
62812025-06-17T18:18:55.903Z PASS [ 0.087s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
62822025-06-17T18:18:55.928Z PASS [ 0.096s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
62832025-06-17T18:18:55.953Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
62842025-06-17T18:18:55.953Z PASS [ 0.041s] nexus-auth authn::external::session_cookie::test::test_get_token
62852025-06-17T18:18:55.978Z PASS [ 0.029s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
62862025-06-17T18:18:55.978Z PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
62872025-06-17T18:18:56.003Z PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
62882025-06-17T18:18:56.027Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_other_cookie
62892025-06-17T18:18:56.052Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
62902025-06-17T18:18:56.052Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
62912025-06-17T18:18:56.077Z PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
62922025-06-17T18:18:56.102Z PASS [ 0.043s] nexus-auth authn::external::spoof::test::test_make_header_value
62932025-06-17T18:18:56.127Z PASS [ 0.034s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
62942025-06-17T18:18:56.151Z PASS [ 0.041s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
62952025-06-17T18:18:56.151Z PASS [ 0.032s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
62962025-06-17T18:18:56.182Z PASS [ 0.053s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
62972025-06-17T18:18:56.211Z PASS [ 0.070s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
62982025-06-17T18:18:56.263Z PASS [ 0.063s] nexus-auth authn::external::test::test_authn_sequence
62992025-06-17T18:18:56.263Z PASS [ 0.036s] nexus-auth authn::external::token::test::test_make_header_value
63002025-06-17T18:18:56.288Z PASS [ 0.032s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
63012025-06-17T18:18:56.313Z PASS [ 0.043s] nexus-auth authn::external::token::test::test_token_header_missing
63022025-06-17T18:18:56.338Z PASS [ 0.038s] nexus-auth authn::external::token::test::test_token_header_valid
63032025-06-17T18:18:56.364Z PASS [ 0.074s] nexus-auth authn::test::test_internal_users
63042025-06-17T18:18:56.422Z PASS [ 0.057s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
63052025-06-17T18:18:56.476Z PASS [ 0.160s] nexus-auth authz::context::test::test_unregistered_resource
63062025-06-17T18:18:56.507Z PASS [ 0.085s] nexus-auth context::test::test_background_context
63072025-06-17T18:18:56.543Z PASS [ 0.067s] nexus-auth context::test::test_child_context
63082025-06-17T18:18:56.607Z PASS [ 0.100s] nexus-auth context::test::test_test_context
63092025-06-17T18:18:56.632Z PASS [ 0.088s] nexus-config nexus_config::test::test_bad_authn_schemes
63102025-06-17T18:18:56.657Z PASS [ 0.028s] nexus-config nexus_config::test::test_config_bad_toml
63112025-06-17T18:18:56.681Z PASS [ 0.032s] nexus-config nexus_config::test::test_config_empty
63122025-06-17T18:18:56.682Z PASS [ 0.035s] nexus-config nexus_config::test::test_config_nonexistent
63132025-06-17T18:18:56.711Z PASS [ 0.043s] nexus-config nexus_config::test::test_deployment_config_schema
63142025-06-17T18:18:56.736Z PASS [ 0.041s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
63152025-06-17T18:18:56.763Z PASS [ 0.051s] nexus-config nexus_config::test::test_valid
63162025-06-17T18:18:56.787Z PASS [ 0.061s] nexus-config nexus_config::test::test_repo_configs_are_valid
63172025-06-17T18:18:56.812Z PASS [ 0.031s] nexus-config postgres_config::test::test_bad_url
63182025-06-17T18:18:56.812Z PASS [ 0.028s] nexus-config postgres_config::test::test_example_url
63192025-06-17T18:18:56.837Z PASS [ 0.042s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
63202025-06-17T18:18:56.837Z PASS [ 0.039s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
63212025-06-17T18:18:56.870Z PASS [ 0.033s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
63222025-06-17T18:18:56.894Z PASS [ 0.035s] nexus-db-fixed-data test::test_allowlist_id_is_valid
63232025-06-17T18:18:56.920Z PASS [ 29.143s] db-dev::test-db-dev test_db_run
63242025-06-17T18:18:56.920Z PASS [ 0.033s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
63252025-06-17T18:18:56.945Z PASS [ 0.031s] nexus-db-model alert_class::tests::test_is_test
63262025-06-17T18:18:56.945Z PASS [ 0.038s] nexus-db-model alert_class::tests::test_from_str_roundtrips
63272025-06-17T18:18:56.970Z PASS [ 0.034s] nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
63282025-06-17T18:18:56.994Z PASS [ 0.039s] nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
63292025-06-17T18:18:57.020Z PASS [ 0.035s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
63302025-06-17T18:18:57.063Z PASS [ 0.050s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
63312025-06-17T18:18:57.088Z PASS [ 0.114s] nexus-db-model alert_subscription::test::test_valid_subscription_parsing
63322025-06-17T18:18:57.115Z PASS [ 0.052s] nexus-db-model device_auth::test::test_generate_user_code
63332025-06-17T18:18:57.140Z PASS [ 0.035s] nexus-db-model instance_state::tests::test_from_str_roundtrips
63342025-06-17T18:18:57.165Z PASS [ 0.033s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
63352025-06-17T18:18:57.165Z PASS [ 0.040s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
63362025-06-17T18:18:57.193Z PASS [ 0.035s] nexus-db-model schema_versions::test::test_known_versions
63372025-06-17T18:18:57.218Z PASS [ 0.056s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
63382025-06-17T18:18:57.242Z PASS [ 0.034s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
63392025-06-17T18:18:57.269Z PASS [ 0.037s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
63402025-06-17T18:18:57.269Z PASS [ 0.034s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
63412025-06-17T18:18:57.294Z PASS [ 0.040s] nexus-db-model schema_versions::test::test_verify
63422025-06-17T18:18:57.320Z PASS [ 0.035s] nexus-db-model semver_version::test::test_to_from_sortable_string
63432025-06-17T18:18:57.345Z PASS [ 0.037s] nexus-db-model tests::test_ip_subnet_check_requestable_address
63442025-06-17T18:18:57.345Z PASS [ 0.031s] nexus-db-model tests::test_ipv6_net_random_subnet
63452025-06-17T18:18:57.370Z PASS [ 0.030s] nexus-db-model tests::test_roles_database_strings
63462025-06-17T18:18:57.370Z PASS [ 0.038s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
63472025-06-17T18:18:57.394Z PASS [ 0.028s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
63482025-06-17T18:18:57.395Z PASS [ 0.026s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
63492025-06-17T18:19:02.303Z PASS [ 4.910s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
63502025-06-17T18:19:02.390Z PASS [ 5.012s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
63512025-06-17T18:19:02.463Z PASS [ 5.592s] nexus-db-lookup::integration lookup::test_lookup
63522025-06-17T18:19:06.402Z PASS [ 3.938s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
63532025-06-17T18:19:06.593Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63542025-06-17T18:19:06.617Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63552025-06-17T18:19:06.809Z PASS [ 4.506s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
63562025-06-17T18:19:07.068Z PASS [ 4.678s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
63572025-06-17T18:19:10.045Z PASS [ 3.644s] nexus-db-queries db::collection_attach::test::test_attach_once
63582025-06-17T18:19:10.114Z PASS [ 3.305s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
63592025-06-17T18:19:10.774Z PASS [ 3.706s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
63602025-06-17T18:19:10.831Z PASS [ 0.057s] nexus-db-queries db::collection_attach::test::test_verify_query
63612025-06-17T18:19:10.937Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
63622025-06-17T18:19:13.849Z PASS [ 3.735s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
63632025-06-17T18:19:14.141Z PASS [ 4.095s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
63642025-06-17T18:19:14.329Z PASS [ 3.499s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
63652025-06-17T18:19:18.068Z PASS [ 3.737s] nexus-db-queries db::collection_detach::test::test_detach_once
63662025-06-17T18:19:18.344Z PASS [ 4.494s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
63672025-06-17T18:19:18.982Z PASS [ 4.841s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
63682025-06-17T18:19:19.040Z PASS [ 0.058s] nexus-db-queries db::collection_detach::test::test_verify_query
63692025-06-17T18:19:22.310Z PASS [ 4.243s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
63702025-06-17T18:19:22.588Z PASS [ 3.548s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
63712025-06-17T18:19:23.320Z PASS [ 4.976s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
63722025-06-17T18:19:25.668Z PASS [ 3.357s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
63732025-06-17T18:19:26.707Z PASS [ 3.386s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
63742025-06-17T18:19:26.953Z PASS [ 4.365s] nexus-db-queries db::collection_detach_many::test::test_detach_many
63752025-06-17T18:19:28.242Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
63762025-06-17T18:19:30.085Z PASS [ 4.417s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
63772025-06-17T18:19:31.169Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
63782025-06-17T18:19:31.334Z PASS [ 4.627s] nexus-db-queries db::collection_detach_many::test::test_detach_once
63792025-06-17T18:19:31.396Z PASS [ 0.062s] nexus-db-queries db::collection_detach_many::test::test_verify_query
63802025-06-17T18:19:31.584Z PASS [ 4.631s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
63812025-06-17T18:19:34.512Z PASS [ 4.426s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
63822025-06-17T18:19:34.564Z PASS [ 0.052s] nexus-db-queries db::collection_insert::test::test_verify_query
63832025-06-17T18:19:34.605Z PASS [ 0.041s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
63842025-06-17T18:19:34.630Z PASS [ 3.219s] nexus-db-queries db::collection_insert::test::test_collection_not_present
63852025-06-17T18:19:34.630Z PASS [ 3.045s] nexus-db-queries db::collection_insert::test::test_collection_present
63862025-06-17T18:19:34.661Z PASS [ 0.056s] nexus-db-queries db::column_walker::test::test_walk_columns
63872025-06-17T18:19:34.686Z PASS [ 0.053s] nexus-db-queries db::column_walker::test::test_walk_table
63882025-06-17T18:19:35.855Z PASS [ 124.688s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
63892025-06-17T18:19:42.274Z PASS [ 7.645s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
63902025-06-17T18:19:42.454Z PASS [ 7.792s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
63912025-06-17T18:19:43.115Z PASS [ 7.260s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
63922025-06-17T18:19:47.873Z PASS [ 13.203s] nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
63932025-06-17T18:19:49.795Z PASS [ 7.521s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
63942025-06-17T18:19:50.292Z PASS [ 7.176s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
63952025-06-17T18:19:51.424Z PASS [ 8.970s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
63962025-06-17T18:19:56.449Z PASS [ 8.576s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
63972025-06-17T18:19:56.703Z PASS [ 6.908s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
63982025-06-17T18:19:57.246Z PASS [ 6.954s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
63992025-06-17T18:19:58.432Z PASS [ 7.009s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
64002025-06-17T18:20:04.213Z PASS [ 7.764s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
64012025-06-17T18:20:04.406Z PASS [ 7.703s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
64022025-06-17T18:20:06.227Z PASS [ 7.793s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
64032025-06-17T18:20:06.595Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64042025-06-17T18:20:06.620Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64052025-06-17T18:20:09.463Z PASS [ 12.216s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
64062025-06-17T18:20:10.938Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
64072025-06-17T18:20:11.761Z PASS [ 7.548s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
64082025-06-17T18:20:13.451Z PASS [ 9.044s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
64092025-06-17T18:20:14.699Z PASS [ 8.473s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
64102025-06-17T18:20:18.664Z PASS [ 9.201s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
64112025-06-17T18:20:19.807Z PASS [ 8.046s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
64122025-06-17T18:20:21.478Z PASS [ 8.028s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
64132025-06-17T18:20:23.390Z PASS [ 8.691s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
64142025-06-17T18:20:25.157Z PASS [ 3.678s] nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
64152025-06-17T18:20:28.244Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64162025-06-17T18:20:29.902Z PASS [ 11.238s] nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
64172025-06-17T18:20:30.564Z PASS [ 7.173s] nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
64182025-06-17T18:20:30.844Z PASS [ 11.037s] nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
64192025-06-17T18:20:31.827Z PASS [ 6.670s] nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
64202025-06-17T18:20:36.746Z PASS [ 6.844s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
64212025-06-17T18:20:37.314Z PASS [ 6.749s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
64222025-06-17T18:20:37.699Z PASS [ 6.855s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
64232025-06-17T18:20:38.907Z PASS [ 7.079s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
64242025-06-17T18:20:41.943Z PASS [ 3.037s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
64252025-06-17T18:20:43.016Z PASS [ 5.317s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
64262025-06-17T18:20:43.582Z PASS [ 6.835s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
64272025-06-17T18:20:45.304Z PASS [ 7.991s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
64282025-06-17T18:20:46.041Z PASS [ 4.097s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
64292025-06-17T18:20:50.673Z PASS [ 7.658s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
64302025-06-17T18:20:51.269Z PASS [ 7.686s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
64312025-06-17T18:20:52.726Z PASS [ 7.421s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
64322025-06-17T18:20:53.974Z PASS [ 7.934s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
64332025-06-17T18:20:57.459Z PASS [ 6.784s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
64342025-06-17T18:20:58.717Z PASS [ 7.448s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
64352025-06-17T18:20:58.767Z PASS [ 0.050s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
64362025-06-17T18:20:59.865Z PASS [ 7.138s] nexus-db-queries db::datastore::deployment::tests::test_set_target
64372025-06-17T18:21:03.126Z PASS [ 9.152s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
64382025-06-17T18:21:04.560Z PASS [ 7.102s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
64392025-06-17T18:21:05.448Z PASS [ 6.681s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
64402025-06-17T18:21:06.596Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64412025-06-17T18:21:06.621Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64422025-06-17T18:21:06.771Z PASS [ 6.906s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
64432025-06-17T18:21:10.940Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
64442025-06-17T18:21:12.352Z PASS [ 7.792s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
64452025-06-17T18:21:12.821Z PASS [ 9.695s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
64462025-06-17T18:21:13.534Z PASS [ 8.086s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
64472025-06-17T18:21:14.357Z PASS [ 7.585s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
64482025-06-17T18:21:21.560Z PASS [ 9.207s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
64492025-06-17T18:21:22.027Z PASS [ 8.492s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
64502025-06-17T18:21:22.770Z PASS [ 8.413s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
64512025-06-17T18:21:24.460Z PASS [ 11.638s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
64522025-06-17T18:21:28.250Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64532025-06-17T18:21:29.202Z PASS [ 7.642s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
64542025-06-17T18:21:29.759Z PASS [ 7.731s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
64552025-06-17T18:21:29.856Z PASS [ 7.086s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
64562025-06-17T18:21:32.819Z PASS [ 8.359s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
64572025-06-17T18:21:36.827Z PASS [ 7.625s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
64582025-06-17T18:21:37.370Z PASS [ 7.610s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
64592025-06-17T18:21:37.847Z PASS [ 7.991s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
64602025-06-17T18:21:39.776Z PASS [ 6.957s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
64612025-06-17T18:21:45.014Z PASS [ 8.186s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
64622025-06-17T18:21:46.053Z PASS [ 8.207s] nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
64632025-06-17T18:21:47.984Z PASS [ 8.207s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
64642025-06-17T18:21:50.427Z PASS [ 13.058s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
64652025-06-17T18:21:52.252Z PASS [ 7.238s] nexus-db-queries db::datastore::inventory::test::test_zone_image_source
64662025-06-17T18:21:52.696Z PASS [ 6.643s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
64672025-06-17T18:21:54.019Z PASS [ 6.034s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
64682025-06-17T18:21:57.161Z PASS [ 6.733s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
64692025-06-17T18:21:58.968Z PASS [ 6.271s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
64702025-06-17T18:22:00.753Z PASS [ 6.734s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
64712025-06-17T18:22:02.230Z PASS [ 9.978s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
64722025-06-17T18:22:03.379Z PASS [ 6.220s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
64732025-06-17T18:22:05.562Z PASS [ 6.595s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
64742025-06-17T18:22:06.598Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64752025-06-17T18:22:06.623Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64762025-06-17T18:22:08.492Z PASS [ 6.262s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
64772025-06-17T18:22:08.982Z PASS [ 8.230s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
64782025-06-17T18:22:10.941Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
64792025-06-17T18:22:11.545Z PASS [ 8.165s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
64802025-06-17T18:22:14.831Z PASS [ 6.338s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
64812025-06-17T18:22:18.489Z PASS [ 6.943s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
64822025-06-17T18:22:22.193Z PASS [ 7.363s] nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
64832025-06-17T18:22:25.462Z PASS [ 6.975s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
64842025-06-17T18:22:27.116Z PASS [ 21.552s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
64852025-06-17T18:22:28.230Z PASS [ 6.037s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
64862025-06-17T18:22:28.256Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64872025-06-17T18:22:32.578Z PASS [ 7.116s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
64882025-06-17T18:22:34.238Z PASS [ 7.122s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
64892025-06-17T18:22:35.250Z PASS [ 7.019s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
64902025-06-17T18:22:39.295Z PASS [ 6.712s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
64912025-06-17T18:22:41.590Z PASS [ 7.353s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
64922025-06-17T18:22:44.621Z PASS [ 35.638s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
64932025-06-17T18:22:45.290Z PASS [ 10.041s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
64942025-06-17T18:22:45.853Z PASS [ 6.562s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
64952025-06-17T18:22:47.692Z PASS [ 6.099s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
64962025-06-17T18:22:51.300Z PASS [ 6.679s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
64972025-06-17T18:22:51.348Z PASS [ 0.048s] nexus-db-queries db::datastore::region::test::test_extent_count
64982025-06-17T18:22:52.278Z PASS [ 6.988s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
64992025-06-17T18:22:52.901Z PASS [ 7.048s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
65002025-06-17T18:22:53.614Z PASS [ 5.924s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
65012025-06-17T18:22:57.726Z PASS [ 6.378s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
65022025-06-17T18:22:58.741Z PASS [ 6.462s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
65032025-06-17T18:22:59.300Z PASS [ 6.399s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
65042025-06-17T18:23:00.562Z PASS [ 6.947s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
65052025-06-17T18:23:04.551Z PASS [ 6.825s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
65062025-06-17T18:23:05.151Z PASS [ 6.411s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
65072025-06-17T18:23:06.078Z PASS [ 6.778s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
65082025-06-17T18:23:06.600Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65092025-06-17T18:23:06.625Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65102025-06-17T18:23:07.942Z PASS [ 7.381s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
65112025-06-17T18:23:10.943Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
65122025-06-17T18:23:11.433Z PASS [ 6.881s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
65132025-06-17T18:23:11.956Z PASS [ 6.804s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
65142025-06-17T18:23:12.408Z PASS [ 6.330s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
65152025-06-17T18:23:15.109Z PASS [ 7.166s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
65162025-06-17T18:23:19.056Z PASS [ 7.623s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
65172025-06-17T18:23:19.536Z PASS [ 7.128s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
65182025-06-17T18:23:20.081Z PASS [ 8.125s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
65192025-06-17T18:23:23.562Z PASS [ 8.453s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
65202025-06-17T18:23:26.589Z PASS [ 7.532s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
65212025-06-17T18:23:27.034Z PASS [ 7.497s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
65222025-06-17T18:23:27.724Z PASS [ 7.641s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
65232025-06-17T18:23:28.249Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65242025-06-17T18:23:31.384Z PASS [ 7.822s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
65252025-06-17T18:23:34.185Z PASS [ 7.151s] nexus-db-queries db::datastore::sled::test::affinity_multi_group
65262025-06-17T18:23:34.225Z PASS [ 7.603s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
65272025-06-17T18:23:34.875Z PASS [ 7.153s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
65282025-06-17T18:23:38.851Z PASS [ 7.467s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail
65292025-06-17T18:23:41.359Z PASS [ 7.166s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
65302025-06-17T18:23:41.459Z PASS [ 7.274s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
65312025-06-17T18:23:41.820Z PASS [ 6.944s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
65322025-06-17T18:23:45.594Z PASS [ 6.742s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
65332025-06-17T18:23:47.840Z PASS [ 6.482s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
65342025-06-17T18:23:48.136Z PASS [ 6.677s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
65352025-06-17T18:23:48.172Z PASS [ 6.352s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
65362025-06-17T18:23:53.468Z PASS [ 7.874s] nexus-db-queries db::datastore::sled::test::sled_list_batch
65372025-06-17T18:23:55.326Z PASS [ 7.486s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
65382025-06-17T18:23:55.834Z PASS [ 7.697s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
65392025-06-17T18:23:55.959Z PASS [ 7.787s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
65402025-06-17T18:24:01.156Z PASS [ 7.687s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
65412025-06-17T18:24:02.648Z PASS [ 6.689s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
65422025-06-17T18:24:02.678Z PASS [ 7.335s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
65432025-06-17T18:24:06.600Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65442025-06-17T18:24:06.625Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65452025-06-17T18:24:08.356Z PASS [ 7.199s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
65462025-06-17T18:24:09.759Z PASS [ 7.111s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
65472025-06-17T18:24:10.492Z PASS [ 14.658s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
65482025-06-17T18:24:10.945Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
65492025-06-17T18:24:12.459Z PASS [ 9.797s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
65502025-06-17T18:24:17.900Z PASS [ 9.545s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
65512025-06-17T18:24:19.191Z PASS [ 9.432s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
65522025-06-17T18:24:19.782Z PASS [ 7.322s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
65532025-06-17T18:24:20.436Z PASS [ 9.944s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
65542025-06-17T18:24:24.867Z PASS [ 6.967s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
65552025-06-17T18:24:26.062Z PASS [ 6.870s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
65562025-06-17T18:24:26.408Z PASS [ 6.626s] nexus-db-queries db::datastore::target_release::test::target_release_datastore
65572025-06-17T18:24:27.161Z PASS [ 6.725s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
65582025-06-17T18:24:28.251Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65592025-06-17T18:24:31.603Z PASS [ 6.736s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
65602025-06-17T18:24:32.606Z PASS [ 6.544s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
65612025-06-17T18:24:32.631Z PASS [ 6.206s] nexus-db-queries db::datastore::test::test_project_creation
65622025-06-17T18:24:32.948Z PASS [ 5.786s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
65632025-06-17T18:24:39.058Z PASS [ 7.455s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
65642025-06-17T18:24:40.426Z PASS [ 7.813s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
65652025-06-17T18:24:41.468Z PASS [ 8.520s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
65662025-06-17T18:24:46.191Z PASS [ 7.133s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
65672025-06-17T18:24:50.246Z PASS [ 17.640s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
65682025-06-17T18:24:57.223Z PASS [ 16.796s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
65692025-06-17T18:24:58.288Z PASS [ 16.819s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
65702025-06-17T18:24:58.665Z PASS [ 407.729s] oximeter-db client::tests::test_replicated
65712025-06-17T18:24:58.755Z PASS [ 0.087s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
65722025-06-17T18:24:58.789Z PASS [ 0.034s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
65732025-06-17T18:24:58.820Z PASS [ 0.031s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
65742025-06-17T18:24:58.852Z PASS [ 0.032s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
65752025-06-17T18:24:58.892Z PASS [ 0.029s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
65762025-06-17T18:24:59.809Z PASS [ 0.928s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
65772025-06-17T18:25:00.604Z PASS [ 0.794s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
65782025-06-17T18:25:00.948Z PASS [ 0.344s] omicron-clickhouse-admin::integration_test test_lgif_parsing
65792025-06-17T18:25:01.204Z PASS [ 0.256s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
65802025-06-17T18:25:01.366Z PASS [ 0.162s] omicron-clickhouse-admin::integration_test test_teardown
65812025-06-17T18:25:01.547Z PASS [ 0.180s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
65822025-06-17T18:25:02.796Z PASS [ 5.574s] nexus-db-queries db::datastore::test::test_session_methods
65832025-06-17T18:25:03.669Z PASS [ 5.382s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
65842025-06-17T18:25:05.139Z PASS [ 18.948s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
65852025-06-17T18:25:06.602Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65862025-06-17T18:25:06.627Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65872025-06-17T18:25:07.482Z PASS [ 17.237s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
65882025-06-17T18:25:09.398Z PASS [ 6.600s] nexus-db-queries db::datastore::test::test_ssh_keys
65892025-06-17T18:25:09.533Z PASS [ 5.863s] nexus-db-queries db::datastore::test::test_table_scan
65902025-06-17T18:25:12.002Z PASS [ 6.863s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
65912025-06-17T18:25:13.959Z PASS [ 6.477s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
65922025-06-17T18:25:16.021Z PASS [ 6.624s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
65932025-06-17T18:25:16.343Z PASS [ 6.809s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
65942025-06-17T18:25:18.522Z PASS [ 6.519s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
65952025-06-17T18:25:18.569Z PASS [ 0.047s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
65962025-06-17T18:25:18.677Z PASS [ 0.107s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
65972025-06-17T18:25:20.373Z PASS [ 6.413s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
65982025-06-17T18:25:22.663Z PASS [ 6.641s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
65992025-06-17T18:25:28.252Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66002025-06-17T18:25:28.900Z PASS [ 6.237s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
66012025-06-17T18:25:32.021Z PASS [ 15.678s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
66022025-06-17T18:25:35.103Z PASS [ 6.202s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
66032025-06-17T18:25:35.128Z PASS [ 16.451s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
66042025-06-17T18:25:36.839Z PASS [ 16.465s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
66052025-06-17T18:25:38.095Z PASS [ 6.074s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
66062025-06-17T18:25:42.506Z PASS [ 7.378s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
66072025-06-17T18:25:42.842Z PASS [ 7.739s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
66082025-06-17T18:25:43.344Z PASS [ 0.502s] nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
66092025-06-17T18:25:46.835Z PASS [ 9.996s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
66102025-06-17T18:25:46.929Z PASS [ 3.585s] nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
66112025-06-17T18:25:47.319Z PASS [ 9.224s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
66122025-06-17T18:25:49.293Z PASS [ 2.364s] nexus-db-queries db::explain::test::test_explain_async
66132025-06-17T18:25:49.421Z PASS [ 2.102s] nexus-db-queries db::explain::test::test_explain_full_table_scan
66142025-06-17T18:25:52.859Z PASS [ 10.353s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
66152025-06-17T18:25:53.136Z PASS [ 3.843s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
66162025-06-17T18:25:53.571Z PASS [ 6.734s] nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
66172025-06-17T18:25:54.213Z PASS [ 4.791s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
66182025-06-17T18:25:54.257Z PASS [ 0.045s] nexus-db-queries db::pagination::test::test_paginator
66192025-06-17T18:25:56.723Z PASS [ 2.464s] nexus-db-queries db::pool::test::test_pool_can_be_terminated
66202025-06-17T18:25:57.464Z PASS [ 4.605s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
66212025-06-17T18:25:57.746Z PASS [ 4.609s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
66222025-06-17T18:25:58.153Z PASS [ 4.584s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
66232025-06-17T18:25:58.900Z PASS [ 2.178s] nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
66242025-06-17T18:26:01.549Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
66252025-06-17T18:26:05.182Z PASS [ 7.717s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
66262025-06-17T18:26:05.348Z PASS [ 7.599s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
66272025-06-17T18:26:05.982Z PASS [ 7.828s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
66282025-06-17T18:26:06.060Z PASS [ 7.160s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
66292025-06-17T18:26:06.603Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66302025-06-17T18:26:06.630Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66312025-06-17T18:26:12.238Z PASS [ 6.891s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
66322025-06-17T18:26:12.343Z PASS [ 7.161s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
66332025-06-17T18:26:13.445Z PASS [ 7.462s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
66342025-06-17T18:26:13.591Z PASS [ 7.531s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
66352025-06-17T18:26:15.736Z PASS [ 74.189s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
66362025-06-17T18:26:19.179Z PASS [ 6.836s] nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
66372025-06-17T18:26:19.244Z PASS [ 7.006s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
66382025-06-17T18:26:19.288Z PASS [ 0.045s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
66392025-06-17T18:26:19.851Z PASS [ 4.115s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
66402025-06-17T18:26:20.644Z PASS [ 7.053s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
66412025-06-17T18:26:21.218Z PASS [ 7.773s] nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_address
66422025-06-17T18:26:25.963Z PASS [ 6.675s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
66432025-06-17T18:26:27.633Z PASS [ 6.416s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
66442025-06-17T18:26:27.658Z PASS [ 8.477s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
66452025-06-17T18:26:27.683Z PASS [ 7.038s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
66462025-06-17T18:26:28.252Z SLOW [>540.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66472025-06-17T18:26:33.019Z PASS [ 7.055s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
66482025-06-17T18:26:34.448Z PASS [ 6.813s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
66492025-06-17T18:26:34.920Z PASS [ 15.069s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
66502025-06-17T18:26:34.962Z PASS [ 7.281s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
66512025-06-17T18:26:35.062Z PASS [ 7.405s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
66522025-06-17T18:26:38.943Z PASS [ 5.925s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
66532025-06-17T18:26:40.615Z PASS [ 6.168s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
66542025-06-17T18:26:41.466Z PASS [ 6.404s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
66552025-06-17T18:26:41.685Z PASS [ 6.723s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
66562025-06-17T18:26:41.776Z PASS [ 0.091s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
66572025-06-17T18:26:45.591Z PASS [ 6.648s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
66582025-06-17T18:26:48.140Z PASS [ 7.524s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
66592025-06-17T18:26:48.484Z PASS [ 7.017s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
66602025-06-17T18:26:49.149Z PASS [ 3.557s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
66612025-06-17T18:26:49.391Z PASS [ 7.615s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
66622025-06-17T18:26:49.434Z PASS [ 0.042s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
66632025-06-17T18:26:52.016Z PASS [ 3.875s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
66642025-06-17T18:26:52.529Z PASS [ 0.513s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
66652025-06-17T18:26:52.757Z PASS [ 17.837s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
66662025-06-17T18:26:52.990Z PASS [ 4.507s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
66672025-06-17T18:26:53.020Z PASS [ 3.845s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
66682025-06-17T18:26:53.046Z PASS [ 0.044s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
66692025-06-17T18:26:53.046Z PASS [ 0.513s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
66702025-06-17T18:26:53.084Z PASS [ 0.045s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
66712025-06-17T18:26:53.602Z PASS [ 4.168s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
66722025-06-17T18:26:53.983Z PASS [ 0.382s] nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
66732025-06-17T18:26:54.623Z PASS [ 1.582s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
66742025-06-17T18:26:54.938Z PASS [ 2.180s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
66752025-06-17T18:26:55.304Z PASS [ 0.681s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
66762025-06-17T18:26:55.624Z PASS [ 0.688s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
66772025-06-17T18:26:55.794Z PASS [ 2.804s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
66782025-06-17T18:26:56.058Z PASS [ 2.974s] nexus-db-queries db::queries::region_allocation::test::explainable
66792025-06-17T18:26:56.333Z PASS [ 0.538s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
66802025-06-17T18:26:56.526Z PASS [ 2.542s] nexus-db-queries db::queries::regions_hard_delete::test::explainable
66812025-06-17T18:26:56.560Z PASS [ 0.502s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
66822025-06-17T18:26:56.759Z PASS [ 0.426s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
66832025-06-17T18:26:56.924Z PASS [ 0.398s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
66842025-06-17T18:26:57.884Z PASS [ 2.580s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
66852025-06-17T18:26:58.214Z PASS [ 2.589s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
66862025-06-17T18:26:58.331Z PASS [ 0.117s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
66872025-06-17T18:26:58.376Z PASS [ 0.045s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
66882025-06-17T18:26:58.418Z PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
66892025-06-17T18:26:58.463Z PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
66902025-06-17T18:26:58.507Z PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
66912025-06-17T18:26:58.811Z PASS [ 2.251s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
66922025-06-17T18:26:59.100Z PASS [ 2.176s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
66932025-06-17T18:26:59.188Z PASS [ 2.429s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
66942025-06-17T18:27:00.218Z PASS [ 2.334s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
66952025-06-17T18:27:00.802Z PASS [ 2.295s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
66962025-06-17T18:27:01.300Z PASS [ 2.489s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
66972025-06-17T18:27:01.545Z PASS [ 2.445s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
66982025-06-17T18:27:01.580Z PASS [ 0.035s] nexus-defaults tests::test_random_vpc_ipv6_prefix
66992025-06-17T18:27:01.979Z PASS [ 0.398s] nexus-inventory builder::test::test_basic
67002025-06-17T18:27:02.018Z PASS [ 0.038s] nexus-inventory builder::test::test_empty
67012025-06-17T18:27:02.058Z PASS [ 0.040s] nexus-inventory builder::test::test_problems
67022025-06-17T18:27:05.058Z PASS [ 2.999s] nexus-inventory collector::test::test_basic
67032025-06-17T18:27:06.605Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67042025-06-17T18:27:06.630Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67052025-06-17T18:27:06.655Z PASS [ 5.348s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
67062025-06-17T18:27:06.891Z PASS [ 6.088s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
67072025-06-17T18:27:06.970Z PASS [ 1.912s] nexus-inventory collector::test::test_multi_mgs
67082025-06-17T18:27:07.463Z PASS [ 0.814s] nexus-inventory collector::test::test_multi_mgs_failure
67092025-06-17T18:27:08.277Z PASS [ 1.386s] nexus-inventory collector::test::test_sled_agent_failure
67102025-06-17T18:27:11.726Z PASS [ 12.538s] nexus-db-queries policy_test::test_conferred_roles
67112025-06-17T18:27:12.620Z PASS [ 4.343s] nexus-mgs-updates driver_update::test::test_sp_basic_failures
67122025-06-17T18:27:13.398Z PASS [ 5.935s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
67132025-06-17T18:27:13.434Z PASS [ 6.462s] nexus-metrics-producer-gc tests::test_prune_expired_producers
67142025-06-17T18:27:13.682Z PASS [ 0.250s] nexus-mgs-updates test_util::step_through::test::test_basic
67152025-06-17T18:27:17.566Z PASS [ 3.883s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_delivers_progress
67162025-06-17T18:27:17.971Z PASS [ 0.404s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_remembers_successful_mgs_instance
67172025-06-17T18:27:18.301Z PASS [ 0.331s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_switches_mgs_instances_on_failure
67182025-06-17T18:27:18.519Z PASS [ 5.121s] nexus-mgs-updates driver_update::test::test_sp_update_watched
67192025-06-17T18:27:18.573Z PASS [ 0.272s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_updates_sled
67202025-06-17T18:27:21.893Z PASS [ 10.166s] nexus-mgs-updates driver_update::test::test_sp_update_basic
67212025-06-17T18:27:22.253Z PASS [ 3.679s] nexus-mgs-updates::rot_updater test_rot_updater_remembers_successful_mgs_instance
67222025-06-17T18:27:22.294Z PASS [ 3.750s] nexus-mgs-updates::rot_updater test_rot_updater_delivers_progress
67232025-06-17T18:27:22.294Z PASS [ 0.397s] nexus-mgs-updates::rot_updater test_rot_updater_switches_mgs_instances_on_failure
67242025-06-17T18:27:25.584Z PASS [ 3.331s] nexus-mgs-updates::rot_updater test_rot_updater_updates_sled
67252025-06-17T18:27:25.619Z PASS [ 3.349s] nexus-mgs-updates::rot_updater test_rot_updater_updates_switch
67262025-06-17T18:27:26.924Z PASS [ 1.305s] nexus-mgs-updates::sp_updater test_sp_updater_switches_mgs_instances_on_failure
67272025-06-17T18:27:26.953Z PASS [ 4.663s] nexus-mgs-updates::sp_updater test_sp_updater_delivers_progress
67282025-06-17T18:27:27.854Z PASS [ 15.233s] nexus-mgs-updates driver_update::test::test_sp_update_takeover
67292025-06-17T18:27:28.099Z PASS [ 0.246s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
67302025-06-17T18:27:28.139Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
67312025-06-17T18:27:28.176Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
67322025-06-17T18:27:28.218Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
67332025-06-17T18:27:28.253Z SLOW [>600.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67342025-06-17T18:27:28.291Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
67352025-06-17T18:27:28.317Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
67362025-06-17T18:27:28.342Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
67372025-06-17T18:27:28.382Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
67382025-06-17T18:27:28.421Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
67392025-06-17T18:27:28.459Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
67402025-06-17T18:27:28.497Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
67412025-06-17T18:27:28.535Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
67422025-06-17T18:27:28.575Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
67432025-06-17T18:27:28.613Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
67442025-06-17T18:27:30.037Z PASS [ 4.452s] nexus-mgs-updates::sp_updater test_sp_updater_remembers_successful_mgs_instance
67452025-06-17T18:27:30.094Z PASS [ 0.057s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
67462025-06-17T18:27:31.295Z PASS [ 4.370s] nexus-mgs-updates::sp_updater test_sp_updater_updates_sled
67472025-06-17T18:27:31.320Z PASS [ 4.360s] nexus-mgs-updates::sp_updater test_sp_updater_updates_switch
67482025-06-17T18:27:31.373Z PASS [ 0.077s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
67492025-06-17T18:27:31.398Z PASS [ 0.066s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
67502025-06-17T18:27:31.426Z PASS [ 0.054s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
67512025-06-17T18:27:31.452Z PASS [ 0.061s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
67522025-06-17T18:27:54.105Z PASS [ 22.662s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
67532025-06-17T18:28:00.220Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
67542025-06-17T18:28:06.605Z SLOW [>720.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67552025-06-17T18:28:06.631Z SLOW [>720.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67562025-06-17T18:28:16.063Z PASS [ 21.958s] nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
67572025-06-17T18:28:21.371Z PASS [ 52.757s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
67582025-06-17T18:28:28.255Z SLOW [>660.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67592025-06-17T18:28:30.096Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
67602025-06-17T18:28:31.434Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
67612025-06-17T18:28:36.857Z PASS [ 96.637s] nexus-db-queries policy_test::test_iam_roles_behavior
67622025-06-17T18:28:37.101Z PASS [ 0.242s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
67632025-06-17T18:28:37.136Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
67642025-06-17T18:28:37.181Z PASS [ 0.033s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
67652025-06-17T18:28:37.235Z PASS [ 0.067s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
67662025-06-17T18:28:37.312Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
67672025-06-17T18:28:37.356Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
67682025-06-17T18:28:37.388Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
67692025-06-17T18:28:37.434Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
67702025-06-17T18:28:37.471Z PASS [ 0.049s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
67712025-06-17T18:28:37.506Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
67722025-06-17T18:28:37.538Z PASS [ 0.031s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
67732025-06-17T18:28:37.571Z PASS [ 0.030s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
67742025-06-17T18:28:37.597Z PASS [ 0.031s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
67752025-06-17T18:28:37.627Z PASS [ 0.031s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
67762025-06-17T18:28:37.657Z PASS [ 0.029s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
67772025-06-17T18:28:37.682Z PASS [ 0.029s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
67782025-06-17T18:28:37.707Z PASS [ 0.026s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
67792025-06-17T18:28:37.755Z PASS [ 0.055s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
67802025-06-17T18:28:39.018Z PASS [ 22.901s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
67812025-06-17T18:28:39.059Z PASS [ 0.049s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
67822025-06-17T18:28:39.362Z PASS [ 0.348s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
67832025-06-17T18:28:39.715Z PASS [ 0.353s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
67842025-06-17T18:28:40.208Z PASS [ 0.493s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
67852025-06-17T18:28:40.398Z PASS [ 0.190s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
67862025-06-17T18:28:40.426Z PASS [ 0.028s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
67872025-06-17T18:28:40.483Z PASS [ 0.057s] nexus-reconfigurator-planning example::tests::builder_zone_counts
67882025-06-17T18:28:40.510Z PASS [ 0.027s] nexus-reconfigurator-planning example::tests::instances_on_examples
67892025-06-17T18:28:40.546Z PASS [ 0.036s] nexus-reconfigurator-planning mgs_updates::test::test_basic
67902025-06-17T18:28:40.580Z PASS [ 0.033s] nexus-reconfigurator-planning mgs_updates::test::test_sp_move
67912025-06-17T18:28:40.616Z PASS [ 0.036s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
67922025-06-17T18:28:40.651Z PASS [ 0.035s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous
67932025-06-17T18:28:40.724Z PASS [ 0.072s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
67942025-06-17T18:28:40.818Z PASS [ 0.094s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
67952025-06-17T18:28:40.888Z PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
67962025-06-17T18:28:40.961Z PASS [ 0.077s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
67972025-06-17T18:28:41.004Z PASS [ 0.042s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
67982025-06-17T18:28:41.056Z PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
67992025-06-17T18:28:41.104Z PASS [ 0.047s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
68002025-06-17T18:28:41.153Z PASS [ 0.051s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
68012025-06-17T18:28:41.200Z PASS [ 0.046s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
68022025-06-17T18:28:41.267Z PASS [ 0.054s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
68032025-06-17T18:28:41.294Z PASS [ 0.032s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
68042025-06-17T18:28:41.346Z PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
68052025-06-17T18:28:41.404Z PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
68062025-06-17T18:28:41.463Z PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
68072025-06-17T18:28:41.550Z PASS [ 0.082s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
68082025-06-17T18:28:41.613Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
68092025-06-17T18:28:41.674Z PASS [ 0.061s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
68102025-06-17T18:28:41.734Z PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
68112025-06-17T18:28:41.804Z PASS [ 0.069s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
68122025-06-17T18:28:41.874Z PASS [ 0.070s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
68132025-06-17T18:28:41.929Z PASS [ 0.055s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
68142025-06-17T18:28:42.164Z PASS [ 0.234s] nexus-reconfigurator-planning planner::test::test_update_all_zones
68152025-06-17T18:28:42.246Z PASS [ 0.082s] nexus-reconfigurator-planning planner::test::test_update_crucible_pantry
68162025-06-17T18:28:42.303Z PASS [ 0.057s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
68172025-06-17T18:28:43.447Z PASS [ 22.076s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
68182025-06-17T18:28:44.866Z PASS [ 7.111s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
68192025-06-17T18:28:44.904Z PASS [ 0.038s] nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
68202025-06-17T18:28:45.028Z PASS [ 0.124s] nexus-saga-recovery recovery::test::test_execution_basic
68212025-06-17T18:28:45.064Z PASS [ 0.035s] nexus-saga-recovery recovery::test::test_plan_basic
68222025-06-17T18:28:45.113Z PASS [ 0.034s] nexus-saga-recovery recovery::test::test_read_all_from_channel
68232025-06-17T18:28:45.147Z PASS [ 0.046s] nexus-saga-recovery test::test_basic
68242025-06-17T18:28:45.179Z PASS [ 0.034s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
68252025-06-17T18:28:45.215Z PASS [ 0.037s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
68262025-06-17T18:28:45.252Z PASS [ 0.036s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
68272025-06-17T18:28:45.279Z PASS [ 0.027s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
68282025-06-17T18:28:45.306Z PASS [ 0.027s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
68292025-06-17T18:28:45.333Z PASS [ 0.027s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
68302025-06-17T18:28:45.414Z PASS [ 0.081s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
68312025-06-17T18:28:45.448Z PASS [ 0.034s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
68322025-06-17T18:28:45.498Z PASS [ 0.050s] nexus-types deployment::test::test_serialize_pending_mgs_updates
68332025-06-17T18:28:45.536Z PASS [ 0.037s] nexus-types external_api::shared::test::test_policy_parsing
68342025-06-17T18:28:45.591Z PASS [ 0.055s] nexus-types external_api::shared::test::test_webhook_subscription_validation
68352025-06-17T18:28:45.619Z PASS [ 0.028s] nexus-types external_api::views::test::test_expected_one_of
68362025-06-17T18:28:45.737Z PASS [ 0.119s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
68372025-06-17T18:28:45.783Z PASS [ 0.046s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
68382025-06-17T18:28:45.861Z PASS [ 0.077s] omicron-certificates tests::test_cert_extended_key_usage
68392025-06-17T18:28:45.916Z PASS [ 0.055s] omicron-certificates tests::test_common_name_is_validated
68402025-06-17T18:28:45.988Z PASS [ 0.071s] omicron-certificates tests::test_subject_alternate_names_are_validated
68412025-06-17T18:28:46.204Z PASS [ 0.216s] omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
68422025-06-17T18:28:51.062Z PASS [ 4.857s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
68432025-06-17T18:28:54.455Z PASS [ 84.360s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
68442025-06-17T18:28:57.014Z PASS [ 2.558s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
68452025-06-17T18:28:59.020Z PASS [ 2.007s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
68462025-06-17T18:29:01.204Z PASS [ 10.143s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
68472025-06-17T18:29:02.980Z PASS [ 1.774s] omicron-cockroach-admin context::tests::test_node_id
68482025-06-17T18:29:03.048Z PASS [ 0.070s] omicron-common address::test::test_dns_subnets
68492025-06-17T18:29:03.074Z PASS [ 0.025s] omicron-common address::test::test_ip_range_checks_non_decreasing
68502025-06-17T18:29:03.113Z PASS [ 0.037s] omicron-common address::test::test_ip_range_enum_deserialization
68512025-06-17T18:29:03.138Z PASS [ 0.027s] omicron-common address::test::test_ip_range_iter
68522025-06-17T18:29:03.163Z PASS [ 0.021s] omicron-common address::test::test_ip_range_length
68532025-06-17T18:29:03.189Z PASS [ 0.024s] omicron-common address::test::test_ip_range_try_from
68542025-06-17T18:29:03.214Z PASS [ 0.030s] omicron-common address::test::test_ipv6_subnet_deserialize
68552025-06-17T18:29:03.239Z PASS [ 0.024s] omicron-common address::test::test_sled_address
68562025-06-17T18:29:03.266Z PASS [ 0.027s] omicron-common api::external::error::test::test_bail_unless
68572025-06-17T18:29:03.291Z PASS [ 0.024s] omicron-common api::external::error::test::test_context
68582025-06-17T18:29:03.323Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_pagination_examples
68592025-06-17T18:29:03.357Z PASS [ 0.034s] omicron-common api::external::http_pagination::test::test_pagination_schemas
68602025-06-17T18:29:03.398Z PASS [ 0.041s] omicron-common api::external::http_pagination::test::test_scan_by_id
68612025-06-17T18:29:03.426Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_name
68622025-06-17T18:29:03.454Z PASS [ 0.025s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
68632025-06-17T18:29:03.489Z PASS [ 0.029s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
68642025-06-17T18:29:03.519Z PASS [ 0.026s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
68652025-06-17T18:29:03.544Z PASS [ 0.023s] omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
68662025-06-17T18:29:03.569Z PASS [ 0.023s] omicron-common api::external::test::test_bytecount
68672025-06-17T18:29:03.595Z PASS [ 0.028s] omicron-common api::external::test::test_bytecount_display
68682025-06-17T18:29:03.620Z PASS [ 0.032s] omicron-common api::external::test::test_digest
68692025-06-17T18:29:03.646Z PASS [ 0.028s] omicron-common api::external::test::test_firewall_deserialization
68702025-06-17T18:29:03.700Z PASS [ 0.057s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
68712025-06-17T18:29:03.742Z PASS [ 0.042s] omicron-common api::external::test::test_firewall_rule_target_parse
68722025-06-17T18:29:03.772Z PASS [ 0.025s] omicron-common api::external::test::test_generation_display_parse
68732025-06-17T18:29:03.797Z PASS [ 0.025s] omicron-common api::external::test::test_generation_from_int
68742025-06-17T18:29:04.307Z PASS [ 0.514s] omicron-common api::external::test::test_generation_overflow
68752025-06-17T18:29:04.335Z PASS [ 0.028s] omicron-common api::external::test::test_generation_serde
68762025-06-17T18:29:04.368Z PASS [ 0.033s] omicron-common api::external::test::test_hostname_from_str
68772025-06-17T18:29:04.393Z PASS [ 0.023s] omicron-common api::external::test::test_ip_port_range_from_str
68782025-06-17T18:29:04.418Z PASS [ 0.023s] omicron-common api::external::test::test_ip_port_range_into_str
68792025-06-17T18:29:04.443Z PASS [ 0.022s] omicron-common api::external::test::test_ipv6_net_operations
68802025-06-17T18:29:04.468Z PASS [ 0.028s] omicron-common api::external::test::test_mac_system_iterator
68812025-06-17T18:29:04.496Z PASS [ 0.021s] omicron-common api::external::test::test_mac_to_int_conversions
68822025-06-17T18:29:04.525Z PASS [ 0.027s] omicron-common api::external::test::test_macaddr
68832025-06-17T18:29:04.559Z PASS [ 0.030s] omicron-common api::external::test::test_name_parse
68842025-06-17T18:29:04.593Z PASS [ 0.023s] omicron-common api::external::test::test_name_parse_from_param
68852025-06-17T18:29:04.593Z PASS [ 0.025s] omicron-common api::external::test::test_resource_name_parse
68862025-06-17T18:29:04.621Z PASS [ 0.029s] omicron-common api::external::test::test_role_name_parse
68872025-06-17T18:29:04.662Z PASS [ 0.039s] omicron-common api::external::test::test_route_destination_parse
68882025-06-17T18:29:04.707Z PASS [ 0.045s] omicron-common api::external::test::test_route_target_parse
68892025-06-17T18:29:04.740Z PASS [ 0.026s] omicron-common api::external::test::test_semver_serialize
68902025-06-17T18:29:04.768Z PASS [ 0.025s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
68912025-06-17T18:29:04.793Z PASS [ 0.022s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
68922025-06-17T18:29:04.820Z PASS [ 0.029s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
68932025-06-17T18:29:04.870Z PASS [ 0.061s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
68942025-06-17T18:29:05.358Z PASS [ 0.036s] omicron-common disk::tests::parse_dataset_name
68952025-06-17T18:29:05.358Z PASS [ 0.045s] omicron-common ledger::test::test_commit_handles_write_failures
68962025-06-17T18:29:05.358Z PASS [ 0.035s] omicron-common ledger::test::test_create_default_ledger
68972025-06-17T18:29:05.358Z PASS [ 0.031s] omicron-common ledger::test::test_create_ledger_reads_from_storage
68982025-06-17T18:29:05.358Z PASS [ 0.043s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
68992025-06-17T18:29:05.358Z PASS [ 0.032s] omicron-common zpool_name::test::test_parse_bad_zpool_names
69002025-06-17T18:29:05.358Z PASS [ 0.026s] omicron-common zpool_name::test::test_parse_external_zpool_name
69012025-06-17T18:29:05.358Z PASS [ 0.033s] omicron-common zpool_name::test::test_parse_internal_zpool_name
69022025-06-17T18:29:05.358Z PASS [ 0.026s] omicron-common zpool_name::test::test_parse_zpool_name_json
69032025-06-17T18:29:05.358Z PASS [ 0.025s] omicron-common zpool_name::test::test_zpool_name_regex
69042025-06-17T18:29:06.464Z PASS [ 1.192s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
69052025-06-17T18:29:06.492Z PASS [ 0.096s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
69062025-06-17T18:29:06.607Z SLOW [>780.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69072025-06-17T18:29:06.633Z SLOW [>780.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69082025-06-17T18:29:07.511Z PASS [ 25.207s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
69092025-06-17T18:29:07.592Z PASS [ 0.081s] omicron-gateway management_switch::location_map::tests::test_config_validation
69102025-06-17T18:29:07.642Z PASS [ 0.051s] omicron-gateway management_switch::location_map::tests::test_resolve_location
69112025-06-17T18:29:08.007Z PASS [ 8.987s] omicron-cockroach-admin cockroach_cli::tests::test_schema_init
69122025-06-17T18:29:08.061Z PASS [ 0.053s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
69132025-06-17T18:29:08.161Z PASS [ 0.519s] omicron-gateway::test_all integration_tests::component_list::component_list
69142025-06-17T18:29:08.268Z PASS [ 0.208s] omicron-gateway::test_all integration_tests::ereports::ereports_basic
69152025-06-17T18:29:08.366Z PASS [ 0.204s] omicron-gateway::test_all integration_tests::ereports::ereports_commit
69162025-06-17T18:29:08.462Z PASS [ 0.194s] omicron-gateway::test_all integration_tests::ereports::ereports_limit
69172025-06-17T18:29:08.488Z PASS [ 97.035s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
69182025-06-17T18:29:08.668Z PASS [ 0.205s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
69192025-06-17T18:29:08.694Z PASS [ 0.221s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
69202025-06-17T18:29:08.720Z PASS [ 0.341s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
69212025-06-17T18:29:08.784Z PASS [ 0.078s] omicron-nexus app::alert::tests::test_alert_class_list
69222025-06-17T18:29:08.877Z PASS [ 0.208s] omicron-gateway::test_all integration_tests::task_dump::task_dump
69232025-06-17T18:29:15.777Z PASS [ 32.329s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
69242025-06-17T18:29:28.257Z SLOW [>720.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69252025-06-17T18:29:28.591Z PASS [ 22.099s] omicron-dev::test-omicron-dev test_run_all
69262025-06-17T18:29:29.311Z PASS [ 20.434s] omicron-nexus app::background::driver::test::test_driver_basic
69272025-06-17T18:29:30.690Z PASS [ 21.904s] omicron-nexus app::background::driver::test::test_activation_in_progress
69282025-06-17T18:29:37.425Z PASS [ 28.742s] omicron-ls-apis::test_dependencies test_api_dependencies
69292025-06-17T18:29:38.201Z PASS [ 22.425s] omicron-nexus app::background::init::test::test_dns_propagation_basic
69302025-06-17T18:29:56.291Z PASS [ 27.687s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
69312025-06-17T18:29:56.928Z PASS [ 27.616s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
69322025-06-17T18:29:57.006Z PASS [ 19.581s] omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
69332025-06-17T18:29:58.945Z PASS [ 28.256s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
69342025-06-17T18:30:01.742Z PASS [ 23.541s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
69352025-06-17T18:30:01.799Z PASS [ 0.056s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
69362025-06-17T18:30:02.387Z PASS [ 5.460s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
69372025-06-17T18:30:02.832Z PASS [ 5.825s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
69382025-06-17T18:30:05.882Z PASS [ 6.937s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
69392025-06-17T18:30:06.608Z SLOW [>840.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69402025-06-17T18:30:06.636Z SLOW [>840.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69412025-06-17T18:30:16.836Z PASS [ 20.555s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
69422025-06-17T18:30:22.169Z PASS [ 20.371s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
69432025-06-17T18:30:22.404Z PASS [ 20.016s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
69442025-06-17T18:30:23.795Z PASS [ 20.963s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
69452025-06-17T18:30:26.441Z PASS [ 20.559s] omicron-nexus app::background::tasks::dns_config::test::test_basic
69462025-06-17T18:30:28.257Z SLOW [>780.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69472025-06-17T18:30:38.375Z PASS [ 21.540s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
69482025-06-17T18:30:40.065Z PASS [ 791.824s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69492025-06-17T18:30:42.934Z PASS [ 20.765s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
69502025-06-17T18:30:53.613Z PASS [ 29.817s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
69512025-06-17T18:31:06.610Z SLOW [>900.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69522025-06-17T18:31:06.635Z SLOW [>900.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69532025-06-17T18:31:07.855Z PASS [ 24.921s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
69542025-06-17T18:31:09.104Z PASS [ 30.730s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
69552025-06-17T18:31:13.563Z PASS [ 19.951s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
69562025-06-17T18:31:15.850Z PASS [ 53.447s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
69572025-06-17T18:31:22.770Z PASS [ 42.703s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
69582025-06-17T18:31:26.444Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
69592025-06-17T18:31:30.737Z PASS [ 21.633s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
69602025-06-17T18:31:35.504Z PASS [ 27.648s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
69612025-06-17T18:31:35.736Z PASS [ 22.172s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
69622025-06-17T18:31:39.171Z PASS [ 23.320s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
69632025-06-17T18:31:47.149Z PASS [ 24.380s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
69642025-06-17T18:31:54.394Z PASS [ 23.655s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
69652025-06-17T18:31:59.153Z PASS [ 23.649s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
69662025-06-17T18:31:59.423Z PASS [ 23.687s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
69672025-06-17T18:32:00.768Z PASS [ 21.596s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
69682025-06-17T18:32:05.340Z PASS [ 4.572s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
69692025-06-17T18:32:06.612Z SLOW [>960.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69702025-06-17T18:32:06.637Z SLOW [>960.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69712025-06-17T18:32:15.872Z PASS [ 28.722s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
69722025-06-17T18:32:19.531Z PASS [ 3.659s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
69732025-06-17T18:32:22.433Z PASS [ 23.009s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
69742025-06-17T18:32:22.641Z PASS [ 23.488s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
69752025-06-17T18:32:24.788Z PASS [ 30.394s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
69762025-06-17T18:32:26.446Z SLOW [>120.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
69772025-06-17T18:32:30.107Z PASS [ 24.767s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
69782025-06-17T18:32:36.540Z PASS [ 130.098s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
69792025-06-17T18:32:44.423Z PASS [ 24.892s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
69802025-06-17T18:32:46.332Z PASS [ 23.549s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
69812025-06-17T18:32:46.420Z PASS [ 23.987s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
69822025-06-17T18:32:46.490Z PASS [ 999.895s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69832025-06-17T18:32:46.575Z PASS [ 0.085s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
69842025-06-17T18:32:47.422Z PASS [ 0.848s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
69852025-06-17T18:32:47.864Z PASS [ 0.442s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
69862025-06-17T18:32:48.545Z PASS [ 0.681s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
69872025-06-17T18:32:48.706Z PASS [ 23.917s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
69882025-06-17T18:32:49.856Z PASS [ 1.150s] omicron-nexus app::external_endpoints::test::test_authority
69892025-06-17T18:32:49.965Z PASS [ 0.110s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
69902025-06-17T18:32:50.753Z PASS [ 2.208s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
69912025-06-17T18:32:50.876Z PASS [ 0.123s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
69922025-06-17T18:32:50.952Z PASS [ 0.075s] omicron-nexus app::external_endpoints::test::test_no_endpoint
69932025-06-17T18:32:51.026Z PASS [ 0.073s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
69942025-06-17T18:32:51.095Z PASS [ 0.070s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
69952025-06-17T18:32:51.155Z PASS [ 0.061s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
69962025-06-17T18:32:51.267Z PASS [ 0.104s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
69972025-06-17T18:32:51.348Z PASS [ 0.088s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
69982025-06-17T18:32:51.404Z PASS [ 0.056s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
69992025-06-17T18:32:51.921Z PASS [ 1.956s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
70002025-06-17T18:32:53.009Z PASS [ 22.901s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
70012025-06-17T18:32:54.168Z PASS [1007.576s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70022025-06-17T18:32:58.247Z PASS [ 21.707s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
70032025-06-17T18:33:08.815Z PASS [ 22.624s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
70042025-06-17T18:33:08.941Z PASS [ 24.517s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
70052025-06-17T18:33:10.287Z PASS [ 23.867s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
70062025-06-17T18:33:19.929Z PASS [ 28.007s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
70072025-06-17T18:33:21.953Z PASS [ 30.549s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
70082025-06-17T18:33:23.473Z PASS [ 25.225s] omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
70092025-06-17T18:33:24.161Z PASS [ 31.153s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
70102025-06-17T18:33:24.934Z PASS [ 30.766s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
70112025-06-17T18:33:31.783Z PASS [ 22.839s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
70122025-06-17T18:33:40.489Z PASS [ 31.673s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
70132025-06-17T18:33:50.495Z PASS [ 40.207s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
70142025-06-17T18:33:52.455Z PASS [ 32.518s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
70152025-06-17T18:33:56.885Z PASS [ 34.932s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
70162025-06-17T18:33:57.414Z PASS [ 32.479s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
70172025-06-17T18:33:57.622Z PASS [ 33.461s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
70182025-06-17T18:33:59.163Z PASS [ 35.675s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
70192025-06-17T18:34:10.890Z PASS [ 39.109s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
70202025-06-17T18:34:19.471Z PASS [ 38.982s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
70212025-06-17T18:34:24.546Z PASS [ 32.099s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
70222025-06-17T18:34:24.994Z PASS [ 34.499s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
70232025-06-17T18:34:27.814Z PASS [ 30.400s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
70242025-06-17T18:34:28.455Z PASS [ 31.569s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
70252025-06-17T18:34:32.387Z PASS [ 33.239s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
70262025-06-17T18:34:43.746Z PASS [ 32.855s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
70272025-06-17T18:34:55.804Z PASS [ 36.333s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
70282025-06-17T18:34:57.625Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
70292025-06-17T18:34:59.441Z PASS [ 34.447s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
70302025-06-17T18:35:03.132Z PASS [ 35.318s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
70312025-06-17T18:35:08.704Z PASS [ 36.317s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
70322025-06-17T18:35:19.191Z PASS [ 35.445s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
70332025-06-17T18:35:24.548Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
70342025-06-17T18:35:28.457Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
70352025-06-17T18:35:32.722Z PASS [ 33.280s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
70362025-06-17T18:35:38.733Z PASS [ 35.601s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
70372025-06-17T18:35:52.863Z PASS [ 33.611s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
70382025-06-17T18:35:55.806Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
70392025-06-17T18:35:57.626Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
70402025-06-17T18:36:07.210Z PASS [ 34.488s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
70412025-06-17T18:36:08.706Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
70422025-06-17T18:36:17.425Z PASS [ 139.802s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
70432025-06-17T18:36:24.551Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
70442025-06-17T18:36:24.876Z PASS [ 32.073s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
70452025-06-17T18:36:28.459Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
70462025-06-17T18:36:36.141Z PASS [ 87.436s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
70472025-06-17T18:36:38.735Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
70482025-06-17T18:36:39.849Z PASS [ 32.639s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
70492025-06-17T18:36:54.244Z PASS [ 145.788s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
70502025-06-17T18:36:55.117Z PASS [ 30.240s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
70512025-06-17T18:36:55.809Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
70522025-06-17T18:37:08.804Z PASS [ 32.663s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
70532025-06-17T18:37:13.645Z PASS [ 169.097s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
70542025-06-17T18:37:17.427Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
70552025-06-17T18:37:26.452Z PASS [ 32.208s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
70562025-06-17T18:37:38.737Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
70572025-06-17T18:37:39.568Z PASS [ 30.763s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
70582025-06-17T18:37:39.855Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
70592025-06-17T18:37:43.787Z PASS [ 86.362s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
70602025-06-17T18:37:44.943Z PASS [ 31.298s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
70612025-06-17T18:37:55.119Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
70622025-06-17T18:37:55.809Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
70632025-06-17T18:38:03.731Z PASS [ 18.787s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
70642025-06-17T18:38:03.783Z PASS [ 19.996s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
70652025-06-17T18:38:06.461Z PASS [ 26.893s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
70662025-06-17T18:38:09.867Z PASS [ 43.415s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
70672025-06-17T18:38:21.125Z PASS [ 17.341s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
70682025-06-17T18:38:21.203Z PASS [ 162.468s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
70692025-06-17T18:38:28.712Z PASS [ 18.845s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
70702025-06-17T18:38:28.983Z PASS [ 213.178s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
70712025-06-17T18:38:29.319Z PASS [ 25.588s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
70722025-06-17T18:38:32.626Z PASS [ 26.165s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
70732025-06-17T18:38:39.852Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
70742025-06-17T18:38:50.428Z PASS [ 29.303s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
70752025-06-17T18:38:50.483Z PASS [ 0.054s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
70762025-06-17T18:38:50.523Z PASS [ 29.320s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
70772025-06-17T18:38:51.235Z PASS [ 18.608s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
70782025-06-17T18:38:55.120Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
70792025-06-17T18:38:59.154Z PASS [ 30.442s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
70802025-06-17T18:38:59.531Z PASS [ 30.213s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
70812025-06-17T18:38:59.890Z PASS [ 30.907s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
70822025-06-17T18:39:01.477Z PASS [ 141.627s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
70832025-06-17T18:39:15.827Z PASS [ 140.709s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
70842025-06-17T18:39:17.872Z PASS [ 18.718s] omicron-nexus app::sagas::test_saga::test_saga_stuck
70852025-06-17T18:39:17.999Z PASS [ 27.517s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
70862025-06-17T18:39:20.411Z PASS [ 20.521s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
70872025-06-17T18:39:22.012Z PASS [ 22.478s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
70882025-06-17T18:39:23.959Z PASS [ 22.481s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
70892025-06-17T18:39:24.006Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_accept_gz
70902025-06-17T18:39:24.064Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
70912025-06-17T18:39:24.114Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
70922025-06-17T18:39:24.163Z PASS [ 0.049s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
70932025-06-17T18:39:24.209Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
70942025-06-17T18:39:24.256Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
70952025-06-17T18:39:24.298Z PASS [ 0.042s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
70962025-06-17T18:39:24.345Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_relative_uri
70972025-06-17T18:39:26.790Z PASS [ 4.780s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
70982025-06-17T18:39:27.911Z PASS [ 37.388s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
70992025-06-17T18:39:29.035Z PASS [ 37.802s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
71002025-06-17T18:39:38.173Z PASS [ 22.346s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
71012025-06-17T18:39:40.419Z PASS [ 22.420s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
71022025-06-17T18:39:41.154Z PASS [ 23.281s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
71032025-06-17T18:39:42.680Z PASS [ 22.269s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
71042025-06-17T18:39:47.992Z PASS [ 21.201s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
71052025-06-17T18:39:48.997Z PASS [ 21.085s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
71062025-06-17T18:40:02.151Z PASS [ 33.115s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
71072025-06-17T18:40:08.136Z PASS [ 26.982s] omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
71082025-06-17T18:40:08.702Z PASS [ 30.529s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
71092025-06-17T18:40:10.597Z PASS [ 46.252s] omicron-nexus populate::test::test_populators
71102025-06-17T18:40:11.789Z PASS [ 3.087s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
71112025-06-17T18:40:12.418Z PASS [ 29.738s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
71122025-06-17T18:40:12.535Z PASS [ 0.746s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
71132025-06-17T18:40:12.852Z PASS [ 2.254s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
71142025-06-17T18:40:18.041Z PASS [ 30.049s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
71152025-06-17T18:40:29.654Z PASS [ 27.502s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
71162025-06-17T18:40:31.651Z PASS [ 51.232s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
71172025-06-17T18:40:32.182Z PASS [ 24.046s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
71182025-06-17T18:40:32.241Z PASS [ 19.706s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
71192025-06-17T18:40:33.614Z PASS [ 21.195s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
71202025-06-17T18:40:34.303Z PASS [ 21.452s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
71212025-06-17T18:40:37.777Z PASS [ 19.736s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
71222025-06-17T18:40:41.768Z PASS [ 52.771s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
71232025-06-17T18:40:51.423Z PASS [ 19.773s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
71242025-06-17T18:40:51.755Z PASS [ 19.573s] omicron-nexus::test_all integration_tests::basic::test_ping
71252025-06-17T18:40:51.837Z PASS [ 22.179s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
71262025-06-17T18:40:53.972Z PASS [ 19.669s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
71272025-06-17T18:40:58.007Z PASS [ 20.230s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
71282025-06-17T18:41:02.118Z PASS [ 29.877s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
71292025-06-17T18:41:02.219Z PASS [ 20.451s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
71302025-06-17T18:41:03.144Z PASS [ 1.026s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
71312025-06-17T18:41:03.237Z PASS [ 1.018s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
71322025-06-17T18:41:03.296Z PASS [ 0.152s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
71332025-06-17T18:41:09.798Z PASS [ 18.374s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
71342025-06-17T18:41:10.088Z PASS [ 36.474s] omicron-nexus::test_all integration_tests::basic::test_projects_list
71352025-06-17T18:41:11.219Z PASS [ 19.464s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
71362025-06-17T18:41:13.201Z PASS [ 21.366s] omicron-nexus::test_all integration_tests::certificates::test_crud
71372025-06-17T18:41:13.601Z PASS [ 19.628s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
71382025-06-17T18:41:22.550Z PASS [ 19.312s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
71392025-06-17T18:41:22.707Z PASS [ 19.410s] omicron-nexus::test_all integration_tests::console_api::test_assets
71402025-06-17T18:41:26.397Z PASS [ 28.389s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
71412025-06-17T18:41:28.271Z PASS [ 18.470s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
71422025-06-17T18:41:32.221Z PASS [ 19.021s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
71432025-06-17T18:41:34.775Z PASS [ 24.686s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
71442025-06-17T18:41:36.710Z PASS [ 23.107s] omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
71452025-06-17T18:41:36.845Z PASS [ 25.624s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
71462025-06-17T18:41:41.222Z PASS [ 18.515s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
71472025-06-17T18:41:41.735Z PASS [ 19.186s] omicron-nexus::test_all integration_tests::console_api::test_session_me
71482025-06-17T18:41:48.187Z PASS [ 19.919s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
71492025-06-17T18:41:52.351Z PASS [ 25.955s] omicron-nexus::test_all integration_tests::console_api::test_sessions
71502025-06-17T18:42:08.083Z PASS [ 33.308s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
71512025-06-17T18:42:08.627Z PASS [ 36.407s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
71522025-06-17T18:42:11.830Z PASS [ 35.122s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
71532025-06-17T18:42:12.293Z PASS [ 35.312s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
71542025-06-17T18:42:28.006Z PASS [ 46.784s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
71552025-06-17T18:42:28.253Z PASS [ 46.516s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
71562025-06-17T18:42:32.170Z PASS [ 39.819s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
71572025-06-17T18:42:34.475Z PASS [ 46.288s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
71582025-06-17T18:42:53.891Z PASS [ 25.884s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
71592025-06-17T18:42:54.498Z PASS [ 45.868s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
71602025-06-17T18:42:55.400Z PASS [ 47.317s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
71612025-06-17T18:42:56.383Z PASS [ 44.552s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
71622025-06-17T18:43:12.158Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
71632025-06-17T18:43:23.757Z PASS [ 49.282s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
71642025-06-17T18:43:28.254Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
71652025-06-17T18:43:32.163Z PASS [ 80.006s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
71662025-06-17T18:43:32.193Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
71672025-06-17T18:43:44.299Z PASS [ 20.541s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
71682025-06-17T18:43:45.181Z PASS [ 50.685s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
71692025-06-17T18:43:45.296Z PASS [ 51.405s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
71702025-06-17T18:43:54.932Z PASS [ 22.769s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
71712025-06-17T18:43:55.024Z PASS [ 82.854s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
71722025-06-17T18:43:55.403Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
71732025-06-17T18:43:55.892Z PASS [ 87.621s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
71742025-06-17T18:43:56.385Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
71752025-06-17T18:44:05.514Z PASS [ 20.218s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
71762025-06-17T18:44:12.383Z PASS [ 27.201s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
71772025-06-17T18:44:14.141Z PASS [ 29.841s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
71782025-06-17T18:44:21.046Z PASS [ 25.172s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
71792025-06-17T18:44:23.178Z PASS [ 28.245s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
71802025-06-17T18:44:30.303Z PASS [ 24.789s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
71812025-06-17T18:44:31.986Z PASS [ 36.962s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
71822025-06-17T18:44:32.978Z PASS [ 97.578s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
71832025-06-17T18:44:37.588Z PASS [ 25.205s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
71842025-06-17T18:44:40.630Z PASS [ 26.489s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
71852025-06-17T18:44:46.801Z PASS [ 25.754s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
71862025-06-17T18:44:56.386Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
71872025-06-17T18:44:57.500Z PASS [ 24.521s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
71882025-06-17T18:45:01.345Z PASS [ 20.715s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
71892025-06-17T18:45:01.866Z PASS [ 38.688s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
71902025-06-17T18:45:03.014Z PASS [ 25.426s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
71912025-06-17T18:45:07.553Z PASS [ 20.752s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
71922025-06-17T18:45:13.018Z PASS [ 42.678s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
71932025-06-17T18:45:15.285Z PASS [ 138.896s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
71942025-06-17T18:45:22.665Z PASS [ 25.160s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
71952025-06-17T18:45:22.938Z PASS [ 21.589s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
71962025-06-17T18:45:25.355Z PASS [ 53.368s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
71972025-06-17T18:45:29.953Z PASS [ 28.085s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
71982025-06-17T18:45:34.922Z PASS [ 27.369s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
71992025-06-17T18:45:42.961Z PASS [ 29.979s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
72002025-06-17T18:45:44.091Z PASS [ 28.812s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
72012025-06-17T18:45:47.965Z PASS [ 44.950s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
72022025-06-17T18:45:53.150Z PASS [ 30.214s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
72032025-06-17T18:45:55.864Z PASS [ 33.202s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
72042025-06-17T18:45:56.365Z PASS [ 30.998s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
72052025-06-17T18:45:58.450Z PASS [ 28.480s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
72062025-06-17T18:46:06.164Z PASS [ 31.242s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
72072025-06-17T18:46:11.113Z PASS [ 28.150s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
72082025-06-17T18:46:12.646Z PASS [ 24.681s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
72092025-06-17T18:46:12.785Z PASS [ 28.694s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
72102025-06-17T18:46:16.995Z PASS [ 23.846s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
72112025-06-17T18:46:25.151Z PASS [ 28.797s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
72122025-06-17T18:46:25.557Z PASS [ 29.694s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
72132025-06-17T18:46:32.859Z PASS [ 34.427s] omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
72142025-06-17T18:46:38.419Z PASS [ 21.424s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
72152025-06-17T18:46:39.894Z PASS [ 33.730s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
72162025-06-17T18:46:49.740Z PASS [ 38.628s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
72172025-06-17T18:46:50.494Z PASS [ 24.937s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
72182025-06-17T18:46:57.139Z PASS [ 31.979s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
72192025-06-17T18:46:59.825Z PASS [ 21.406s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
72202025-06-17T18:47:00.790Z PASS [ 20.896s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
72212025-06-17T18:47:01.885Z PASS [ 49.238s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
72222025-06-17T18:47:03.155Z PASS [ 50.368s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
72232025-06-17T18:47:06.317Z PASS [ 33.407s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
72242025-06-17T18:47:13.148Z PASS [ 23.406s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
72252025-06-17T18:47:16.176Z PASS [ 25.681s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
72262025-06-17T18:47:20.083Z PASS [ 22.953s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
72272025-06-17T18:47:23.232Z PASS [ 23.407s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
72282025-06-17T18:47:27.690Z PASS [ 26.900s] omicron-nexus::test_all integration_tests::images::test_image_create
72292025-06-17T18:47:31.060Z PASS [ 29.170s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
72302025-06-17T18:47:34.590Z PASS [ 28.323s] omicron-nexus::test_all integration_tests::images::test_image_promotion
72312025-06-17T18:47:34.807Z PASS [ 31.652s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
72322025-06-17T18:47:38.129Z PASS [ 24.982s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
72332025-06-17T18:47:39.933Z PASS [ 23.757s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
72342025-06-17T18:47:39.969Z PASS [ 5.379s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
72352025-06-17T18:47:40.259Z PASS [ 9.204s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
72362025-06-17T18:47:41.724Z PASS [ 14.033s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
72372025-06-17T18:47:41.888Z PASS [ 7.070s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
72382025-06-17T18:47:44.657Z PASS [ 24.571s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
72392025-06-17T18:47:45.431Z PASS [ 22.199s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
72402025-06-17T18:48:08.798Z PASS [ 28.538s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
72412025-06-17T18:48:11.507Z PASS [ 29.628s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
72422025-06-17T18:48:11.579Z PASS [ 33.450s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
72432025-06-17T18:48:12.208Z PASS [ 32.238s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
72442025-06-17T18:48:12.479Z PASS [ 30.755s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
72452025-06-17T18:48:18.041Z PASS [ 32.610s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
72462025-06-17T18:48:27.395Z PASS [ 47.462s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
72472025-06-17T18:48:29.871Z PASS [ 21.040s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
72482025-06-17T18:48:33.004Z PASS [ 21.497s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
72492025-06-17T18:48:34.165Z PASS [ 49.511s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
72502025-06-17T18:48:34.987Z PASS [ 22.508s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
72512025-06-17T18:48:46.237Z PASS [ 34.657s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
72522025-06-17T18:48:55.215Z PASS [ 21.046s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
72532025-06-17T18:48:58.539Z PASS [ 46.323s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
72542025-06-17T18:49:01.399Z PASS [ 28.395s] omicron-nexus::test_all integration_tests::instances::test_instance_access
72552025-06-17T18:49:05.774Z PASS [ 47.730s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
72562025-06-17T18:49:08.792Z PASS [ 33.805s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
72572025-06-17T18:49:18.775Z PASS [ 47.521s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
72582025-06-17T18:49:24.304Z PASS [ 38.067s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
72592025-06-17T18:49:29.334Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
72602025-06-17T18:49:34.692Z PASS [ 39.480s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
72612025-06-17T18:49:35.761Z PASS [ 34.358s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
72622025-06-17T18:49:38.920Z PASS [ 40.367s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
72632025-06-17T18:49:40.838Z PASS [ 35.066s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
72642025-06-17T18:49:41.077Z PASS [ 32.285s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
72652025-06-17T18:49:43.092Z PASS [ 25.729s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
72662025-06-17T18:49:54.607Z PASS [ 87.145s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
72672025-06-17T18:49:56.150Z PASS [ 31.845s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
72682025-06-17T18:50:06.676Z PASS [ 25.836s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
72692025-06-17T18:50:06.719Z PASS [ 27.820s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
72702025-06-17T18:50:10.979Z PASS [ 29.900s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
72712025-06-17T18:50:11.770Z PASS [ 37.077s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
72722025-06-17T18:50:15.374Z PASS [ 32.285s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
72732025-06-17T18:50:25.700Z PASS [ 31.159s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
72742025-06-17T18:50:30.272Z PASS [ 34.123s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
72752025-06-17T18:50:30.588Z PASS [ 54.830s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
72762025-06-17T18:50:36.648Z PASS [ 29.971s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
72772025-06-17T18:50:36.723Z PASS [ 30.001s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
72782025-06-17T18:50:57.139Z PASS [ 41.764s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
72792025-06-17T18:51:03.789Z PASS [ 33.517s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
72802025-06-17T18:51:04.634Z PASS [ 34.040s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
72812025-06-17T18:51:05.645Z PASS [ 39.945s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
72822025-06-17T18:51:05.887Z PASS [ 54.116s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
72832025-06-17T18:51:10.990Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
72842025-06-17T18:51:16.451Z PASS [ 39.731s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
72852025-06-17T18:51:16.784Z PASS [ 40.137s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
72862025-06-17T18:51:24.287Z PASS [ 27.147s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
72872025-06-17T18:51:26.561Z PASS [ 75.582s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
72882025-06-17T18:51:26.767Z PASS [ 22.138s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
72892025-06-17T18:51:30.378Z PASS [ 24.492s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
72902025-06-17T18:51:44.905Z PASS [ 20.611s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
72912025-06-17T18:51:45.493Z PASS [ 28.592s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
72922025-06-17T18:51:46.150Z PASS [ 40.471s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
72932025-06-17T18:51:46.811Z PASS [ 30.357s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
72942025-06-17T18:51:49.878Z PASS [ 45.939s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
72952025-06-17T18:51:57.592Z PASS [ 30.825s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
72962025-06-17T18:51:58.183Z PASS [ 31.621s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
72972025-06-17T18:52:06.216Z PASS [ 20.099s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
72982025-06-17T18:52:08.978Z PASS [ 22.169s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
72992025-06-17T18:52:11.290Z PASS [ 21.559s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
73002025-06-17T18:52:14.919Z PASS [ 30.021s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
73012025-06-17T18:52:16.111Z PASS [ 45.732s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
73022025-06-17T18:52:18.694Z PASS [ 33.310s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
73032025-06-17T18:52:19.300Z PASS [ 21.707s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
73042025-06-17T18:52:25.586Z PASS [ 19.370s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
73052025-06-17T18:52:32.737Z PASS [ 34.555s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
73062025-06-17T18:52:39.728Z PASS [ 20.428s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
73072025-06-17T18:52:43.360Z PASS [ 32.071s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
73082025-06-17T18:52:46.164Z PASS [ 31.245s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
73092025-06-17T18:52:48.507Z FAIL [ 39.483s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
73102025-06-17T18:52:48.507Z stdout ───
73112025-06-17T18:52:48.507Z
73122025-06-17T18:52:48.507Z running 1 test
73132025-06-17T18:52:48.507Z test integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict ... FAILED
73142025-06-17T18:52:48.507Z
73152025-06-17T18:52:48.507Z failures:
73162025-06-17T18:52:48.507Z
73172025-06-17T18:52:48.507Z failures:
73182025-06-17T18:52:48.507Z integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
73192025-06-17T18:52:48.507Z
73202025-06-17T18:52:48.507Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 443 filtered out; finished in 39.16s
73212025-06-17T18:52:48.507Z
73222025-06-17T18:52:48.508Z stderr ───
73232025-06-17T18:52:48.508Z log file: /var/tmp/omicron_tmp/test_all-19fa3b57abad3d04-test_updating_running_instance_boot_disk_is_conflict.24714.0.log
73242025-06-17T18:52:48.508Z note: configured to log to "/var/tmp/omicron_tmp/test_all-19fa3b57abad3d04-test_updating_running_instance_boot_disk_is_conflict.24714.0.log"
73252025-06-17T18:52:48.508Z DB URL: postgresql://root@[::1]:40409/omicron?sslmode=disable
73262025-06-17T18:52:48.508Z DB address: [::1]:40409
73272025-06-17T18:52:48.508Z log file: /var/tmp/omicron_tmp/test_all-19fa3b57abad3d04-test_updating_running_instance_boot_disk_is_conflict.24714.2.log
73282025-06-17T18:52:48.508Z note: configured to log to "/var/tmp/omicron_tmp/test_all-19fa3b57abad3d04-test_updating_running_instance_boot_disk_is_conflict.24714.2.log"
73292025-06-17T18:52:48.508Z
73302025-06-17T18:52:48.508Z thread 'integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict' panicked at sled-agent/src/sim/collection.rs:274:65:
73312025-06-17T18:52:48.508Z called `Result::unwrap()` on an `Err` value: InternalError { internal_message: "Communication Error: error sending request for url (http://127.0.0.1:63143/vmms/eb67c601-9668-4539-b0a1-86143e2872a0)" }
73322025-06-17T18:52:48.508Z stack backtrace:
73332025-06-17T18:52:48.508Z 0: __rustc::rust_begin_unwind
73342025-06-17T18:52:48.508Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/panicking.rs:697:5
73352025-06-17T18:52:48.508Z 1: core::panicking::panic_fmt
73362025-06-17T18:52:48.508Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/panicking.rs:75:14
73372025-06-17T18:52:48.508Z 2: core::result::unwrap_failed
73382025-06-17T18:52:48.509Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/result.rs:1704:5
73392025-06-17T18:52:48.509Z 3: unwrap<(), omicron_common::api::external::error::Error>
73402025-06-17T18:52:48.509Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/result.rs:1109:23
73412025-06-17T18:52:48.509Z 4: {async_fn#0}<omicron_sled_agent::sim::instance::SimInstance>
73422025-06-17T18:52:48.509Z at /work/oxidecomputer/omicron/sled-agent/src/sim/collection.rs:274:13
73432025-06-17T18:52:48.509Z 5: {async_fn#0}
73442025-06-17T18:52:48.509Z at /work/oxidecomputer/omicron/sled-agent/src/sim/sled_agent.rs:521:58
73452025-06-17T18:52:48.509Z 6: {async_fn#0}
73462025-06-17T18:52:48.509Z at /work/oxidecomputer/omicron/sled-agent/src/sim/http_entrypoints.rs:814:38
73472025-06-17T18:52:48.509Z 7: {async_block#0}<alloc::sync::Arc<omicron_sled_agent::sim::sled_agent::SledAgent, alloc::alloc::Global>, fn(dropshot::handler::RequestContext<alloc::sync::Arc<omicron_sled_agent::sim::sled_agent::SledAgent, alloc::alloc::Global>>, dropshot::extractor::path::Path<sled_agent_api::VmmPathParam>) -> omicron_sled_agent::sim::http_entrypoints::{impl#1}::from::instance_poke_post::{async_fn_env#0}, omicron_sled_agent::sim::http_entrypoints::{impl#1}::from::instance_poke_post::{async_fn_env#0}, dropshot::handler::HttpResponseUpdatedNoContent, dropshot::error::HttpError, dropshot::extractor::path::Path<sled_agent_api::VmmPathParam>>
73482025-06-17T18:52:48.509Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/handler.rs:664:78
73492025-06-17T18:52:48.509Z 8: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=core::result::Result<http::response::Response<dropshot::body::Body>, dropshot::handler::HandlerError>> + core::marker::Send), alloc::alloc::Global>>
73502025-06-17T18:52:48.509Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/future/future.rs:124:9
73512025-06-17T18:52:48.509Z 9: {async_block#0}<alloc::sync::Arc<omicron_sled_agent::sim::sled_agent::SledAgent, alloc::alloc::Global>, fn(dropshot::handler::RequestContext<alloc::sync::Arc<omicron_sled_agent::sim::sled_agent::SledAgent, alloc::alloc::Global>>, dropshot::extractor::path::Path<sled_agent_api::VmmPathParam>) -> omicron_sled_agent::sim::http_entrypoints::{impl#1}::from::instance_poke_post::{async_fn_env#0}, (dropshot::extractor::path::Path<sled_agent_api::VmmPathParam>), dropshot::handler::HttpResponseUpdatedNoContent>
73522025-06-17T18:52:48.509Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/handler.rs:785:16
73532025-06-17T18:52:48.509Z 10: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=core::result::Result<http::response::Response<dropshot::body::Body>, dropshot::handler::HandlerError>> + core::marker::Send), alloc::alloc::Global>>
73542025-06-17T18:52:48.509Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/future/future.rs:124:9
73552025-06-17T18:52:48.509Z 11: {async_block#0}<alloc::sync::Arc<omicron_sled_agent::sim::sled_agent::SledAgent, alloc::alloc::Global>>
73562025-06-17T18:52:48.509Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:937:69
73572025-06-17T18:52:48.509Z 12: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}
73582025-06-17T18:52:48.509Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/task/core.rs:331:17
73592025-06-17T18:52:48.509Z 13: with_mut<tokio::runtime::task::core::Stage<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<alloc::sync::Arc<omicron_sled_agent::sim::sled_agent::SledAgent, alloc::alloc::Global>>>, core::task::poll::Poll<()>, tokio::runtime::task::core::{impl#6}::poll::{closure_env#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<alloc::sync::Arc<omicron_sled_agent::sim::sled_agent::SledAgent, alloc::alloc::Global>>, alloc::sync::Arc<tokio::runtime::scheduler::current_thread::Handle, alloc::alloc::Global>>>
73602025-06-17T18:52:48.509Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/loom/std/unsafe_cell.rs:16:9
73612025-06-17T18:52:48.509Z 14: poll<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<alloc::sync::Arc<omicron_sled_agent::sim::sled_agent::SledAgent, alloc::alloc::Global>>, alloc::sync::Arc<tokio::runtime::scheduler::current_thread::Handle, alloc::alloc::Global>>
73622025-06-17T18:52:48.509Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/task/core.rs:320:13
73632025-06-17T18:52:48.509Z 15: tokio::runtime::task::harness::poll_future::{{closure}}
73642025-06-17T18:52:48.509Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/task/harness.rs:532:19
73652025-06-17T18:52:48.509Z 16: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
73662025-06-17T18:52:48.509Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/panic/unwind_safe.rs:272:9
73672025-06-17T18:52:48.509Z 17: do_call<core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<alloc::sync::Arc<omicron_sled_agent::sim::sled_agent::SledAgent, alloc::alloc::Global>>, alloc::sync::Arc<tokio::runtime::scheduler::current_thread::Handle, alloc::alloc::Global>>>, core::task::poll::Poll<()>>
73682025-06-17T18:52:48.509Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/panicking.rs:589:40
73692025-06-17T18:52:48.509Z 18: __rust_try
73702025-06-17T18:52:48.509Z 19: try<core::task::poll::Poll<()>, core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<alloc::sync::Arc<omicron_sled_agent::sim::sled_agent::SledAgent, alloc::alloc::Global>>, alloc::sync::Arc<tokio::runtime::scheduler::current_thread::Handle, alloc::alloc::Global>>>>
73712025-06-17T18:52:48.510Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/panicking.rs:552:19
73722025-06-17T18:52:48.510Z 20: catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<alloc::sync::Arc<omicron_sled_agent::sim::sled_agent::SledAgent, alloc::alloc::Global>>, alloc::sync::Arc<tokio::runtime::scheduler::current_thread::Handle, alloc::alloc::Global>>>, core::task::poll::Poll<()>>
73732025-06-17T18:52:48.510Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/panic.rs:359:14
73742025-06-17T18:52:48.560Z 21: tokio::runtime::task::harness::poll_future
73752025-06-17T18:52:48.560Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/task/harness.rs:520:18
73762025-06-17T18:52:48.560Z 22: tokio::runtime::task::harness::Harness<T,S>::poll_inner
73772025-06-17T18:52:48.560Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/task/harness.rs:209:27
73782025-06-17T18:52:48.560Z 23: tokio::runtime::task::harness::Harness<T,S>::poll
73792025-06-17T18:52:48.560Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/task/harness.rs:154:15
73802025-06-17T18:52:48.560Z 24: tokio::runtime::task::raw::poll
73812025-06-17T18:52:48.560Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/task/raw.rs:271:5
73822025-06-17T18:52:48.560Z 25: tokio::runtime::task::raw::RawTask::poll
73832025-06-17T18:52:48.560Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/task/raw.rs:201:18
73842025-06-17T18:52:48.560Z 26: tokio::runtime::task::LocalNotified<S>::run
73852025-06-17T18:52:48.560Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/task/mod.rs:463:9
73862025-06-17T18:52:48.560Z 27: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}
73872025-06-17T18:52:48.560Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:780:25
73882025-06-17T18:52:48.560Z 28: with_budget<(), tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure_env#1}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
73892025-06-17T18:52:48.560Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/task/coop/mod.rs:167:5
73902025-06-17T18:52:48.560Z 29: budget<(), tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure_env#1}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
73912025-06-17T18:52:48.560Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/task/coop/mod.rs:133:5
73922025-06-17T18:52:48.560Z 30: {closure#0}<(), tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure_env#1}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
73932025-06-17T18:52:48.560Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:368:43
73942025-06-17T18:52:48.560Z 31: tokio::runtime::scheduler::current_thread::Context::enter
73952025-06-17T18:52:48.561Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:432:19
73962025-06-17T18:52:48.561Z 32: tokio::runtime::scheduler::current_thread::Context::run_task
73972025-06-17T18:52:48.561Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:368:23
73982025-06-17T18:52:48.561Z 33: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
73992025-06-17T18:52:48.561Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:776:35
74002025-06-17T18:52:48.561Z 34: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
74012025-06-17T18:52:48.561Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:820:68
74022025-06-17T18:52:48.561Z 35: tokio::runtime::context::scoped::Scoped<T>::set
74032025-06-17T18:52:48.561Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/context/scoped.rs:40:9
74042025-06-17T18:52:48.561Z 36: tokio::runtime::context::set_scheduler::{{closure}}
74052025-06-17T18:52:48.561Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/context.rs:176:26
74062025-06-17T18:52:48.561Z 37: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)>
74072025-06-17T18:52:48.561Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/thread/local.rs:311:12
74082025-06-17T18:52:48.561Z 38: std::thread::local::LocalKey<T>::with
74092025-06-17T18:52:48.561Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/thread/local.rs:275:15
74102025-06-17T18:52:48.561Z 39: tokio::runtime::context::set_scheduler
74112025-06-17T18:52:48.561Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/context.rs:176:9
74122025-06-17T18:52:48.561Z 40: tokio::runtime::scheduler::current_thread::CoreGuard::enter
74132025-06-17T18:52:48.561Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:820:27
74142025-06-17T18:52:48.561Z 41: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
74152025-06-17T18:52:48.561Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:720:19
74162025-06-17T18:52:48.561Z 42: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
74172025-06-17T18:52:48.561Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:200:28
74182025-06-17T18:52:48.561Z 43: tokio::runtime::context::runtime::enter_runtime
74192025-06-17T18:52:48.561Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/context/runtime.rs:65:16
74202025-06-17T18:52:48.561Z 44: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
74212025-06-17T18:52:48.561Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:188:9
74222025-06-17T18:52:48.561Z 45: tokio::runtime::runtime::Runtime::block_on_inner
74232025-06-17T18:52:48.561Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/runtime.rs:356:47
74242025-06-17T18:52:48.561Z 46: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
74252025-06-17T18:52:48.561Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/runtime.rs:330:13
74262025-06-17T18:52:48.561Z 47: test_updating_running_instance_boot_disk_is_conflict
74272025-06-17T18:52:48.561Z at ./tests/integration_tests/instances.rs:4500:1
74282025-06-17T18:52:48.561Z 48: test_all::integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict::{{closure}}
74292025-06-17T18:52:48.561Z at ./tests/integration_tests/instances.rs:4503:2
74302025-06-17T18:52:48.561Z 49: core::ops::function::FnOnce::call_once
74312025-06-17T18:52:48.561Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/ops/function.rs:250:5
74322025-06-17T18:52:48.561Z 50: core::ops::function::FnOnce::call_once
74332025-06-17T18:52:48.561Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/ops/function.rs:250:5
74342025-06-17T18:52:48.562Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
74352025-06-17T18:52:48.562Z
74362025-06-17T18:52:48.562Z thread 'integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict' panicked at clients/sled-agent-client/src/lib.rs:366:14:
74372025-06-17T18:52:48.562Z instance_finish_transition() failed unexpectedly: reqwest::Error { kind: Request, url: "http://[::1]:38427/vmms/eb67c601-9668-4539-b0a1-86143e2872a0/poke", source: hyper_util::client::legacy::Error(SendRequest, hyper::Error(IncompleteMessage)) }
74382025-06-17T18:52:48.562Z stack backtrace:
74392025-06-17T18:52:48.562Z 0: __rustc::rust_begin_unwind
74402025-06-17T18:52:48.562Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/panicking.rs:697:5
74412025-06-17T18:52:48.562Z 1: core::panicking::panic_fmt
74422025-06-17T18:52:48.562Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/panicking.rs:75:14
74432025-06-17T18:52:48.562Z 2: core::result::unwrap_failed
74442025-06-17T18:52:48.562Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/result.rs:1704:5
74452025-06-17T18:52:48.562Z 3: core::result::Result<T,E>::expect
74462025-06-17T18:52:48.562Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/result.rs:1061:23
74472025-06-17T18:52:48.562Z 4: {async_block#0}
74482025-06-17T18:52:48.562Z at /work/oxidecomputer/omicron/clients/sled-agent-client/src/lib.rs:362:9
74492025-06-17T18:52:48.562Z 5: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=()> + core::marker::Send), alloc::alloc::Global>>
74502025-06-17T18:52:48.562Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/future/future.rs:124:9
74512025-06-17T18:52:48.562Z 6: {async_fn#0}
74522025-06-17T18:52:48.562Z at ./tests/integration_tests/instances.rs:7193:72
74532025-06-17T18:52:48.562Z 7: {async_fn#0}
74542025-06-17T18:52:48.562Z at ./tests/integration_tests/instances.rs:4572:44
74552025-06-17T18:52:48.562Z 8: {async_block#0}
74562025-06-17T18:52:48.562Z at ./tests/integration_tests/instances.rs:4500:1
74572025-06-17T18:52:48.562Z 9: poll<&mut dyn core::future::future::Future<Output=()>>
74582025-06-17T18:52:48.562Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/future/future.rs:124:9
74592025-06-17T18:52:48.562Z 10: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
74602025-06-17T18:52:48.562Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/future/future.rs:124:9
74612025-06-17T18:52:48.562Z 11: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
74622025-06-17T18:52:48.562Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:733:54
74632025-06-17T18:52:48.562Z 12: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
74642025-06-17T18:52:48.562Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/task/coop/mod.rs:167:5
74652025-06-17T18:52:48.562Z 13: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
74662025-06-17T18:52:48.562Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/task/coop/mod.rs:133:5
74672025-06-17T18:52:48.562Z 14: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
74682025-06-17T18:52:48.562Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:733:25
74692025-06-17T18:52:48.562Z 15: tokio::runtime::scheduler::current_thread::Context::enter
74702025-06-17T18:52:48.563Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:432:19
74712025-06-17T18:52:48.563Z 16: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
74722025-06-17T18:52:48.563Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:732:36
74732025-06-17T18:52:48.563Z 17: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
74742025-06-17T18:52:48.589Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:820:68
74752025-06-17T18:52:48.589Z 18: tokio::runtime::context::scoped::Scoped<T>::set
74762025-06-17T18:52:48.589Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/context/scoped.rs:40:9
74772025-06-17T18:52:48.589Z 19: tokio::runtime::context::set_scheduler::{{closure}}
74782025-06-17T18:52:48.589Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/context.rs:176:26
74792025-06-17T18:52:48.589Z 20: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)>
74802025-06-17T18:52:48.589Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/thread/local.rs:311:12
74812025-06-17T18:52:48.589Z 21: std::thread::local::LocalKey<T>::with
74822025-06-17T18:52:48.589Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/thread/local.rs:275:15
74832025-06-17T18:52:48.589Z 22: tokio::runtime::context::set_scheduler
74842025-06-17T18:52:48.589Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/context.rs:176:9
74852025-06-17T18:52:48.589Z 23: tokio::runtime::scheduler::current_thread::CoreGuard::enter
74862025-06-17T18:52:48.589Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:820:27
74872025-06-17T18:52:48.589Z 24: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
74882025-06-17T18:52:48.589Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:720:19
74892025-06-17T18:52:48.589Z 25: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
74902025-06-17T18:52:48.589Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:200:28
74912025-06-17T18:52:48.589Z 26: tokio::runtime::context::runtime::enter_runtime
74922025-06-17T18:52:48.589Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/context/runtime.rs:65:16
74932025-06-17T18:52:48.589Z 27: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
74942025-06-17T18:52:48.589Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/scheduler/current_thread/mod.rs:188:9
74952025-06-17T18:52:48.589Z 28: tokio::runtime::runtime::Runtime::block_on_inner
74962025-06-17T18:52:48.590Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/runtime.rs:356:47
74972025-06-17T18:52:48.590Z 29: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
74982025-06-17T18:52:48.590Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.0/src/runtime/runtime.rs:330:13
74992025-06-17T18:52:48.590Z 30: test_updating_running_instance_boot_disk_is_conflict
75002025-06-17T18:52:48.590Z at ./tests/integration_tests/instances.rs:4500:1
75012025-06-17T18:52:48.590Z 31: test_all::integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict::{{closure}}
75022025-06-17T18:52:48.590Z at ./tests/integration_tests/instances.rs:4503:2
75032025-06-17T18:52:48.590Z 32: core::ops::function::FnOnce::call_once
75042025-06-17T18:52:48.590Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/ops/function.rs:250:5
75052025-06-17T18:52:48.590Z 33: core::ops::function::FnOnce::call_once
75062025-06-17T18:52:48.590Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/ops/function.rs:250:5
75072025-06-17T18:52:48.590Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
75082025-06-17T18:52:48.590Z WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
75092025-06-17T18:52:48.590Z WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmpnkiSaL"
75102025-06-17T18:52:48.590Z If you would like to access the database for debugging, run the following:
75112025-06-17T18:52:48.590Z
75122025-06-17T18:52:48.590Z # Run the database
75132025-06-17T18:52:48.590Z cargo xtask db-dev run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmpnkiSaL/data"
75142025-06-17T18:52:48.590Z # Access the database. Note the port may change if you run multiple databases.
75152025-06-17T18:52:48.590Z cockroach sql --host=localhost:32221 --insecure
75162025-06-17T18:52:48.590Z WARN: dropped ClickHouse process without cleaning it up first (there may still be a child process running (PID 24729) and a temporary directory leaked, /var/tmp/omicron_tmp/test_all-19fa3b57abad3d04-test_updating_running_instance_boot_disk_is_conflict.24714.1-clickhouse-DBBvoz)
75172025-06-17T18:52:48.590Z failed to clean up ClickHouse data dir:
75182025-06-17T18:52:48.590Z - /var/tmp/omicron_tmp/test_all-19fa3b57abad3d04-test_updating_running_instance_boot_disk_is_conflict.24714.1-clickhouse-DBBvoz: File exists (os error 17)
75192025-06-17T18:52:48.590Z WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
75202025-06-17T18:52:48.590Z WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpOgHNyV
75212025-06-17T18:52:48.590Z WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
75222025-06-17T18:52:48.590Z WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmp7myudV
75232025-06-17T18:52:48.590Z
75242025-06-17T18:52:49.240Z PASS [ 23.654s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
75252025-06-17T18:52:50.227Z PASS [ 31.540s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
75262025-06-17T18:52:50.832Z PASS [ 34.720s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
75272025-06-17T18:52:54.574Z PASS [ 21.837s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
75282025-06-17T18:53:01.313Z PASS [ 21.583s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
75292025-06-17T18:53:04.830Z PASS [ 21.470s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
75302025-06-17T18:53:07.477Z PASS [ 21.313s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
75312025-06-17T18:53:08.589Z PASS [ 20.127s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
75322025-06-17T18:53:10.357Z PASS [ 21.116s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
75332025-06-17T18:53:11.088Z PASS [ 20.861s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
75342025-06-17T18:53:16.426Z PASS [ 21.851s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
75352025-06-17T18:53:16.618Z PASS [ 25.786s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
75362025-06-17T18:53:28.078Z PASS [ 20.596s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
75372025-06-17T18:53:28.680Z PASS [ 27.368s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
75382025-06-17T18:53:28.943Z PASS [ 24.114s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
75392025-06-17T18:53:41.114Z PASS [ 32.525s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
75402025-06-17T18:53:44.537Z PASS [ 28.112s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
75412025-06-17T18:53:48.868Z PASS [ 20.188s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
75422025-06-17T18:53:49.803Z PASS [ 21.729s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
75432025-06-17T18:53:52.648Z PASS [ 23.703s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
75442025-06-17T18:53:55.116Z PASS [ 44.759s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
75452025-06-17T18:54:11.090Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
75462025-06-17T18:54:15.597Z PASS [ 26.729s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
75472025-06-17T18:54:15.929Z PASS [ 26.124s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
75482025-06-17T18:54:16.621Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
75492025-06-17T18:54:17.942Z PASS [ 61.267s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
75502025-06-17T18:54:18.638Z PASS [ 67.532s] omicron-nexus::test_all integration_tests::metrics::test_metrics
75512025-06-17T18:54:20.049Z PASS [ 27.401s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
75522025-06-17T18:54:22.159Z PASS [ 41.044s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
75532025-06-17T18:54:33.534Z PASS [ 48.995s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
75542025-06-17T18:54:43.163Z PASS [ 27.235s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
75552025-06-17T18:54:43.332Z PASS [ 48.216s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
75562025-06-17T18:54:51.623Z PASS [ 33.002s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
75572025-06-17T18:54:55.015Z PASS [ 34.966s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
75582025-06-17T18:54:57.909Z PASS [ 35.751s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
75592025-06-17T18:54:59.519Z PASS [ 25.986s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
75602025-06-17T18:55:00.175Z PASS [ 44.578s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
75612025-06-17T18:55:02.969Z PASS [ 45.082s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
75622025-06-17T18:55:19.053Z PASS [ 24.038s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
75632025-06-17T18:55:20.210Z PASS [ 22.299s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
75642025-06-17T18:55:20.526Z PASS [ 21.004s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
75652025-06-17T18:55:21.626Z PASS [ 21.450s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
75662025-06-17T18:55:29.105Z PASS [ 45.928s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
75672025-06-17T18:55:31.103Z PASS [ 28.134s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
75682025-06-17T18:55:33.235Z PASS [ 49.903s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
75692025-06-17T18:55:42.908Z PASS [ 22.699s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
75702025-06-17T18:55:46.651Z PASS [ 27.596s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
75712025-06-17T18:55:47.601Z PASS [ 27.077s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
75722025-06-17T18:55:51.625Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
75732025-06-17T18:55:51.814Z PASS [ 30.188s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
75742025-06-17T18:55:52.434Z PASS [ 23.333s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
75752025-06-17T18:55:52.624Z PASS [ 21.490s] omicron-nexus::test_all integration_tests::projects::test_projects
75762025-06-17T18:55:55.718Z PASS [ 22.482s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
75772025-06-17T18:56:06.339Z PASS [ 19.689s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
75782025-06-17T18:56:07.104Z PASS [ 19.502s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
75792025-06-17T18:56:12.547Z PASS [ 19.942s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
75802025-06-17T18:56:12.916Z PASS [ 20.472s] omicron-nexus::test_all integration_tests::rack::test_sled_add
75812025-06-17T18:56:14.246Z PASS [ 22.431s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
75822025-06-17T18:56:15.102Z PASS [ 19.384s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
75832025-06-17T18:56:26.044Z PASS [ 18.937s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
75842025-06-17T18:56:26.880Z PASS [ 20.541s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
75852025-06-17T18:56:31.242Z PASS [ 18.700s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
75862025-06-17T18:56:33.687Z PASS [ 20.790s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
75872025-06-17T18:56:33.939Z PASS [ 0.252s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
75882025-06-17T18:56:34.108Z PASS [ 0.169s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
75892025-06-17T18:56:34.283Z PASS [ 0.175s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
75902025-06-17T18:56:34.533Z PASS [ 0.249s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
75912025-06-17T18:56:34.712Z PASS [ 0.180s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
75922025-06-17T18:56:35.355Z PASS [ 103.732s] omicron-nexus::test_all integration_tests::password_login::test_local_users
75932025-06-17T18:56:38.433Z PASS [ 55.525s] omicron-nexus::test_all integration_tests::quotas::test_quotas
75942025-06-17T18:56:38.596Z PASS [ 24.352s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
75952025-06-17T18:56:39.071Z PASS [ 23.969s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
75962025-06-17T18:56:50.607Z PASS [ 23.727s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
75972025-06-17T18:56:56.617Z PASS [ 21.904s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
75982025-06-17T18:56:56.733Z PASS [ 25.493s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
75992025-06-17T18:56:56.817Z PASS [ 0.200s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
76002025-06-17T18:56:57.015Z PASS [ 21.660s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
76012025-06-17T18:56:57.174Z PASS [ 0.157s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
76022025-06-17T18:56:57.327Z PASS [ 0.155s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
76032025-06-17T18:56:58.283Z PASS [ 32.242s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
76042025-06-17T18:56:59.779Z PASS [ 21.182s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
76052025-06-17T18:57:00.133Z PASS [ 21.698s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
76062025-06-17T18:57:00.194Z PASS [ 21.122s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
76072025-06-17T18:57:11.299Z PASS [ 20.690s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
76082025-06-17T18:57:15.098Z PASS [ 17.771s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
76092025-06-17T18:57:15.382Z PASS [ 18.565s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
76102025-06-17T18:57:15.793Z PASS [ 19.063s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
76112025-06-17T18:57:16.327Z PASS [ 16.546s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
76122025-06-17T18:57:16.594Z PASS [ 18.311s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
76132025-06-17T18:57:17.342Z PASS [ 17.208s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
76142025-06-17T18:57:18.470Z PASS [ 3.088s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
76152025-06-17T18:57:20.348Z PASS [ 3.008s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
76162025-06-17T18:57:20.994Z PASS [ 2.521s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
76172025-06-17T18:57:22.877Z PASS [ 2.529s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
76182025-06-17T18:57:23.529Z PASS [ 2.538s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
76192025-06-17T18:57:25.451Z PASS [ 2.574s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
76202025-06-17T18:57:27.089Z PASS [ 1.637s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
76212025-06-17T18:58:23.531Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
76222025-06-17T18:58:27.091Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
76232025-06-17T18:58:30.805Z PASS [ 63.716s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
76242025-06-17T18:58:48.382Z PASS [ 84.853s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
76252025-06-17T18:58:56.241Z PASS [ 25.435s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
76262025-06-17T18:59:39.070Z PASS [ 50.686s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
76272025-06-17T18:59:51.827Z PASS [ 12.758s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
76282025-06-17T18:59:52.372Z PASS [ 13.300s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
76292025-06-17T18:59:52.401Z PASS [ 13.323s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
76302025-06-17T18:59:53.249Z PASS [ 14.180s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
76312025-06-17T18:59:56.244Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
76322025-06-17T18:59:57.458Z PASS [ 61.216s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
76332025-06-17T19:00:10.296Z PASS [ 18.469s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
76342025-06-17T19:00:11.951Z PASS [ 19.582s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
76352025-06-17T19:00:12.097Z PASS [ 19.705s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
76362025-06-17T19:00:13.844Z PASS [ 20.594s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
76372025-06-17T19:00:17.404Z PASS [ 19.944s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
76382025-06-17T19:00:18.425Z PASS [ 20.966s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
76392025-06-17T19:00:18.686Z PASS [ 21.228s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
76402025-06-17T19:00:23.050Z PASS [ 25.591s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
76412025-06-17T19:00:31.472Z PASS [ 21.176s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
76422025-06-17T19:00:33.697Z PASS [ 21.746s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
76432025-06-17T19:00:35.575Z PASS [ 21.731s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
76442025-06-17T19:00:38.794Z PASS [ 20.369s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
76452025-06-17T19:00:40.120Z PASS [ 21.434s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
76462025-06-17T19:00:41.718Z PASS [ 29.620s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
76472025-06-17T19:00:42.510Z PASS [ 25.105s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
76482025-06-17T19:00:44.333Z PASS [ 21.284s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
76492025-06-17T19:00:54.444Z PASS [ 22.971s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
76502025-06-17T19:00:54.599Z PASS [ 20.902s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
76512025-06-17T19:01:01.223Z PASS [ 25.646s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
76522025-06-17T19:01:02.820Z PASS [ 22.699s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
76532025-06-17T19:01:04.862Z PASS [ 22.353s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
76542025-06-17T19:01:09.695Z PASS [ 30.526s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
76552025-06-17T19:01:10.918Z PASS [ 29.200s] omicron-nexus::test_all integration_tests::silos::test_silos
76562025-06-17T19:01:18.270Z PASS [ 33.936s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
76572025-06-17T19:01:18.328Z PASS [ 23.881s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
76582025-06-17T19:01:24.841Z PASS [ 30.242s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
76592025-06-17T19:01:26.272Z PASS [ 25.034s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
76602025-06-17T19:01:32.895Z PASS [ 21.977s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
76612025-06-17T19:01:41.242Z PASS [ 38.422s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
76622025-06-17T19:01:42.927Z PASS [ 24.654s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
76632025-06-17T19:01:44.639Z PASS [ 26.313s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
76642025-06-17T19:01:46.546Z PASS [ 37.225s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
76652025-06-17T19:01:49.827Z PASS [ 24.985s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
76662025-06-17T19:01:51.412Z PASS [ 46.550s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
76672025-06-17T19:02:04.669Z PASS [ 31.773s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
76682025-06-17T19:02:08.246Z PASS [ 21.700s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
76692025-06-17T19:02:09.151Z PASS [ 42.895s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
76702025-06-17T19:02:15.035Z PASS [ 33.792s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
76712025-06-17T19:02:15.255Z PASS [ 30.617s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
76722025-06-17T19:02:16.181Z PASS [ 33.256s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
76732025-06-17T19:02:19.017Z PASS [ 25.131s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
76742025-06-17T19:02:20.200Z PASS [ 2.894s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
76752025-06-17T19:02:26.973Z PASS [ 22.303s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
76762025-06-17T19:02:33.152Z PASS [ 24.001s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
76772025-06-17T19:02:33.363Z PASS [ 43.536s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
76782025-06-17T19:02:33.816Z PASS [ 25.570s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
76792025-06-17T19:02:36.974Z PASS [ 21.935s] omicron-nexus::test_all integration_tests::target_release::get_set_target_release
76802025-06-17T19:02:38.803Z PASS [ 22.259s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
76812025-06-17T19:02:46.634Z PASS [ 19.661s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
76822025-06-17T19:02:50.211Z PASS [ 31.135s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
76832025-06-17T19:02:55.445Z PASS [ 22.292s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
76842025-06-17T19:03:05.912Z PASS [ 32.096s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
76852025-06-17T19:03:05.937Z PASS [ 27.130s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
76862025-06-17T19:03:10.323Z PASS [ 36.960s] omicron-nexus::test_all integration_tests::utilization::test_utilization
76872025-06-17T19:03:11.632Z PASS [ 34.662s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
76882025-06-17T19:03:15.259Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
76892025-06-17T19:03:20.238Z PASS [ 33.604s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
76902025-06-17T19:03:23.731Z PASS [ 33.520s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
76912025-06-17T19:03:29.749Z PASS [ 34.304s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
76922025-06-17T19:03:38.651Z PASS [ 32.715s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
76932025-06-17T19:03:38.895Z PASS [ 32.982s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
76942025-06-17T19:03:41.021Z PASS [ 30.698s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
76952025-06-17T19:03:42.999Z PASS [ 31.367s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
76962025-06-17T19:03:45.664Z PASS [ 25.425s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
76972025-06-17T19:04:01.923Z PASS [ 23.271s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
76982025-06-17T19:04:04.978Z PASS [ 23.957s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
76992025-06-17T19:04:10.911Z PASS [ 32.016s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
77002025-06-17T19:04:12.340Z PASS [ 29.342s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
77012025-06-17T19:04:15.260Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
77022025-06-17T19:04:21.426Z PASS [ 51.677s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
77032025-06-17T19:04:21.826Z PASS [ 36.161s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
77042025-06-17T19:04:22.199Z PASS [ 58.467s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
77052025-06-17T19:04:37.488Z PASS [ 35.564s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
77062025-06-17T19:04:46.225Z PASS [ 41.247s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
77072025-06-17T19:04:49.446Z PASS [ 27.620s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
77082025-06-17T19:04:50.735Z PASS [ 28.537s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
77092025-06-17T19:04:51.467Z PASS [ 40.555s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
77102025-06-17T19:04:52.711Z PASS [ 40.370s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
77112025-06-17T19:05:02.415Z PASS [ 167.159s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
77122025-06-17T19:05:04.152Z PASS [ 42.725s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
77132025-06-17T19:05:11.620Z PASS [ 34.130s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
77142025-06-17T19:05:16.077Z PASS [ 24.610s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
77152025-06-17T19:05:17.778Z PASS [ 25.066s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
77162025-06-17T19:05:27.776Z PASS [ 25.361s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
77172025-06-17T19:05:29.574Z PASS [ 25.422s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
77182025-06-17T19:05:37.593Z PASS [ 25.975s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
77192025-06-17T19:05:38.022Z PASS [ 48.575s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
77202025-06-17T19:05:42.647Z PASS [ 51.911s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
77212025-06-17T19:05:46.103Z PASS [ 18.327s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
77222025-06-17T19:05:46.228Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
77232025-06-17T19:05:47.350Z PASS [ 17.776s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
77242025-06-17T19:05:47.382Z PASS [ 29.597s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
77252025-06-17T19:05:48.239Z PASS [ 32.160s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
77262025-06-17T19:05:57.535Z PASS [ 19.941s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
77272025-06-17T19:05:58.719Z PASS [ 20.696s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
77282025-06-17T19:06:02.213Z PASS [ 19.567s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
77292025-06-17T19:06:06.038Z PASS [ 19.934s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
77302025-06-17T19:06:07.384Z PASS [ 20.034s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
77312025-06-17T19:06:07.566Z PASS [ 20.191s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
77322025-06-17T19:06:08.460Z PASS [ 20.222s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
77332025-06-17T19:06:18.813Z PASS [ 18.755s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
77342025-06-17T19:06:19.278Z PASS [ 21.743s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
77352025-06-17T19:06:20.588Z PASS [ 18.374s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
77362025-06-17T19:06:25.093Z PASS [ 19.055s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
77372025-06-17T19:06:25.804Z PASS [ 18.420s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
77382025-06-17T19:06:26.455Z PASS [ 18.889s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
77392025-06-17T19:06:27.485Z PASS [ 19.025s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
77402025-06-17T19:06:32.460Z PASS [ 106.232s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
77412025-06-17T19:06:37.510Z PASS [ 18.232s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
77422025-06-17T19:06:39.355Z PASS [ 18.767s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
77432025-06-17T19:06:44.583Z PASS [ 19.489s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
77442025-06-17T19:06:44.640Z PASS [ 18.835s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
77452025-06-17T19:06:45.203Z PASS [ 18.748s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
77462025-06-17T19:06:47.485Z PASS [ 20.000s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
77472025-06-17T19:06:52.910Z PASS [ 35.436s] omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
77482025-06-17T19:07:00.716Z PASS [ 21.361s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
77492025-06-17T19:07:03.781Z PASS [ 19.199s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
77502025-06-17T19:07:03.867Z PASS [ 19.225s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
77512025-06-17T19:07:04.772Z PASS [ 19.569s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
77522025-06-17T19:07:06.284Z PASS [ 33.825s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
77532025-06-17T19:07:07.586Z PASS [ 20.101s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
77542025-06-17T19:07:10.949Z PASS [ 33.438s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
77552025-06-17T19:07:24.095Z PASS [ 23.379s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
77562025-06-17T19:07:24.124Z PASS [ 20.343s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
77572025-06-17T19:07:25.475Z PASS [ 32.565s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
77582025-06-17T19:07:28.536Z PASS [ 24.671s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
77592025-06-17T19:07:34.869Z PASS [ 28.586s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
77602025-06-17T19:07:35.370Z PASS [ 30.598s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
77612025-06-17T19:07:45.637Z PASS [ 34.688s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
77622025-06-17T19:07:47.035Z PASS [ 18.498s] omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
77632025-06-17T19:07:51.438Z PASS [ 27.314s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
77642025-06-17T19:07:51.949Z PASS [ 27.854s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
77652025-06-17T19:07:54.102Z PASS [ 19.233s] omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
77662025-06-17T19:07:54.236Z PASS [ 18.866s] omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
77672025-06-17T19:08:01.707Z PASS [ 54.121s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
77682025-06-17T19:08:04.419Z PASS [ 18.781s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
77692025-06-17T19:08:05.665Z PASS [ 18.630s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
77702025-06-17T19:08:13.005Z PASS [ 18.768s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
77712025-06-17T19:08:17.671Z PASS [ 15.964s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
77722025-06-17T19:08:18.476Z PASS [ 12.811s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
77732025-06-17T19:08:19.683Z PASS [ 53.658s] omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
77742025-06-17T19:08:19.924Z PASS [ 15.505s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
77752025-06-17T19:08:25.429Z PASS [ 12.425s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
77762025-06-17T19:08:25.509Z PASS [ 0.079s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
77772025-06-17T19:08:25.537Z PASS [ 0.028s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
77782025-06-17T19:08:25.594Z PASS [ 0.056s] omicron-package config::tests::multi_preset_arg
77792025-06-17T19:08:25.633Z PASS [ 0.036s] omicron-package dot::test::test_bad_dependency
77802025-06-17T19:08:26.111Z PASS [ 0.032s] omicron-package dot::test::test_dot_output
77812025-06-17T19:08:28.797Z PASS [ 8.873s] omicron-omdb::test_all_output test_omdb_usage_errors
77822025-06-17T19:08:28.822Z PASS [ 0.017s] omicron-passwords test::test_password_constraints
77832025-06-17T19:08:30.069Z PASS [ 12.397s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
77842025-06-17T19:08:32.807Z PASS [ 3.992s] omicron-passwords test::test_reproducible
77852025-06-17T19:08:32.846Z PASS [ 0.039s] omicron-passwords test::test_stable
77862025-06-17T19:08:32.872Z PASS [ 0.016s] omicron-passwords test::test_weak_hashes
77872025-06-17T19:08:32.903Z PASS [ 0.021s] omicron-rpaths internal::tests::test_configure_from_path
77882025-06-17T19:08:32.932Z PASS [ 0.045s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
77892025-06-17T19:08:32.959Z PASS [ 0.017s] omicron-rpaths internal::tests::test_emit_rpath
77902025-06-17T19:08:33.321Z PASS [ 0.375s] omicron-sled-agent artifact_store::test::generations
77912025-06-17T19:08:33.451Z PASS [ 0.131s] omicron-sled-agent artifact_store::test::issue_7796
77922025-06-17T19:08:33.587Z PASS [ 0.135s] omicron-sled-agent artifact_store::test::list_get_put
77932025-06-17T19:08:33.726Z PASS [ 0.139s] omicron-sled-agent artifact_store::test::no_dataset
77942025-06-17T19:08:33.828Z PASS [ 0.102s] omicron-sled-agent artifact_store::test::wrong_hash
77952025-06-17T19:08:33.928Z PASS [ 0.099s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
77962025-06-17T19:08:34.531Z PASS [ 0.603s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
77972025-06-17T19:08:34.617Z PASS [ 0.085s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
77982025-06-17T19:08:34.758Z PASS [ 0.141s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
77992025-06-17T19:08:34.843Z PASS [ 0.086s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
78002025-06-17T19:08:35.143Z PASS [ 9.481s] omicron-passwords test::test_compatible
78012025-06-17T19:08:35.193Z PASS [ 0.050s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
78022025-06-17T19:08:35.234Z PASS [ 0.041s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
78032025-06-17T19:08:35.285Z PASS [ 0.051s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
78042025-06-17T19:08:35.315Z PASS [ 0.029s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
78052025-06-17T19:08:35.343Z PASS [ 0.029s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
78062025-06-17T19:08:35.373Z PASS [ 0.030s] omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
78072025-06-17T19:08:35.398Z PASS [ 0.555s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
78082025-06-17T19:08:35.425Z PASS [ 0.028s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
78092025-06-17T19:08:35.453Z PASS [ 0.030s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
78102025-06-17T19:08:35.453Z PASS [ 0.037s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
78112025-06-17T19:08:35.495Z PASS [ 0.063s] omicron-sled-agent config::test::test_smf_configs
78122025-06-17T19:08:35.816Z PASS [ 0.321s] omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
78132025-06-17T19:08:35.840Z PASS [ 0.380s] omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
78142025-06-17T19:08:36.207Z PASS [ 0.391s] omicron-sled-agent instance::tests::test_instance_create_events_normal
78152025-06-17T19:08:36.962Z PASS [ 1.146s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
78162025-06-17T19:08:36.988Z PASS [ 0.781s] omicron-sled-agent instance::tests::test_instance_manager_creation
78172025-06-17T19:08:37.366Z PASS [ 0.403s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
78182025-06-17T19:08:37.411Z PASS [ 0.045s] omicron-sled-agent probe_manager::test::probe_state_set_ops
78192025-06-17T19:08:37.445Z PASS [ 0.034s] omicron-sled-agent profile::tests::empty_profile
78202025-06-17T19:08:37.481Z PASS [ 18.974s] omicron-omdb::test_all_output test_omdb_env_settings
78212025-06-17T19:08:37.482Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_disabled_instance
78222025-06-17T19:08:37.482Z PASS [ 0.026s] omicron-sled-agent profile::tests::test_instance
78232025-06-17T19:08:37.525Z PASS [ 0.026s] omicron-sled-agent profile::tests::test_property
78242025-06-17T19:08:37.525Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_multiple
78252025-06-17T19:08:37.570Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_service
78262025-06-17T19:08:37.570Z PASS [ 0.038s] omicron-sled-agent profile::tests::test_property_group
78272025-06-17T19:08:37.570Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_service_property_group
78282025-06-17T19:08:37.615Z PASS [ 0.034s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
78292025-06-17T19:08:37.615Z PASS [ 0.031s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
78302025-06-17T19:08:37.615Z PASS [ 0.037s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
78312025-06-17T19:08:37.646Z PASS [ 0.048s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
78322025-06-17T19:08:37.671Z PASS [ 0.052s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
78332025-06-17T19:08:37.699Z PASS [ 0.040s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
78342025-06-17T19:08:37.726Z PASS [ 0.034s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
78352025-06-17T19:08:37.726Z PASS [ 0.039s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
78362025-06-17T19:08:37.758Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
78372025-06-17T19:08:37.793Z PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
78382025-06-17T19:08:37.793Z PASS [ 0.035s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
78392025-06-17T19:08:37.832Z PASS [ 0.035s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
78402025-06-17T19:08:37.832Z PASS [ 0.046s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
78412025-06-17T19:08:37.874Z PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
78422025-06-17T19:08:37.910Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
78432025-06-17T19:08:37.936Z PASS [ 0.034s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
78442025-06-17T19:08:37.961Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
78452025-06-17T19:08:37.998Z PASS [ 0.043s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
78462025-06-17T19:08:38.038Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
78472025-06-17T19:08:38.091Z PASS [ 0.053s] omicron-sled-agent sim::storage::test::nested_dataset
78482025-06-17T19:08:38.134Z PASS [ 0.043s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
78492025-06-17T19:08:38.173Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
78502025-06-17T19:08:38.216Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
78512025-06-17T19:08:38.258Z PASS [ 0.045s] omicron-sled-agent sim::storage::test::snapshot_needs_region
78522025-06-17T19:08:39.572Z PASS [ 48.133s] omicron-nexus::test_all integration_tests::webhooks::test_probe
78532025-06-17T19:08:41.210Z PASS [ 3.328s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
78542025-06-17T19:08:41.868Z PASS [ 3.609s] omicron-sled-agent support_bundle::storage::tests::basic_crud
78552025-06-17T19:08:42.905Z PASS [ 3.303s] omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
78562025-06-17T19:08:43.993Z PASS [ 52.042s] omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
78572025-06-17T19:08:45.260Z PASS [ 4.114s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
78582025-06-17T19:08:45.353Z PASS [ 26.219s] omicron-omdb::test_all_output test_omdb_success_cases
78592025-06-17T19:08:45.594Z PASS [ 3.726s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
78602025-06-17T19:08:46.873Z PASS [ 3.996s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
78612025-06-17T19:08:46.908Z PASS [ 0.036s] omicron-sled-agent updates::test::test_query_no_components
78622025-06-17T19:08:46.946Z PASS [ 0.038s] omicron-sled-agent updates::test::test_query_sled_agent_version
78632025-06-17T19:08:46.989Z PASS [ 0.043s] omicron-sled-agent updates::test::test_query_zone_version
78642025-06-17T19:08:47.021Z PASS [ 0.031s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
78652025-06-17T19:08:47.923Z PASS [ 3.929s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
78662025-06-17T19:08:48.634Z PASS [ 54.531s] omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
78672025-06-17T19:08:48.670Z PASS [ 0.035s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
78682025-06-17T19:08:49.528Z PASS [ 4.268s] omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
78692025-06-17T19:08:49.598Z PASS [ 4.243s] omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
78702025-06-17T19:08:50.104Z PASS [ 3.082s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
78712025-06-17T19:08:50.184Z PASS [ 0.079s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
78722025-06-17T19:08:50.233Z PASS [ 0.048s] omicron-sled-agent zone_bundle::tests::test_dir_size
78732025-06-17T19:08:50.276Z PASS [ 0.044s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
78742025-06-17T19:08:50.468Z PASS [ 4.874s] omicron-sled-agent support_bundle::storage::tests::ranges
78752025-06-17T19:08:50.671Z PASS [ 0.395s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
78762025-06-17T19:08:50.764Z PASS [ 0.092s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
78772025-06-17T19:08:50.838Z PASS [ 0.370s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
78782025-06-17T19:08:50.866Z PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
78792025-06-17T19:08:50.891Z PASS [ 0.024s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
78802025-06-17T19:08:51.009Z PASS [ 3.088s] omicron-sled-agent zone_bundle::illumos_tests::test_context
78812025-06-17T19:08:51.334Z PASS [ 0.324s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
78822025-06-17T19:08:51.334Z PASS [ 0.444s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
78832025-06-17T19:08:51.367Z PASS [ 0.033s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
78842025-06-17T19:08:51.399Z PASS [ 0.031s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
78852025-06-17T19:08:51.533Z PASS [ 0.770s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
78862025-06-17T19:08:51.574Z PASS [ 0.175s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
78872025-06-17T19:08:51.851Z PASS [ 0.278s] omicron-test-utils dev::db::test::test_bad_cmd
78882025-06-17T19:08:51.973Z PASS [ 0.439s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
78892025-06-17T19:08:51.998Z PASS [ 3.321s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
78902025-06-17T19:08:52.318Z PASS [ 0.327s] omicron-test-utils dev::db::test::test_database_start_hang
78912025-06-17T19:08:52.348Z PASS [ 0.030s] omicron-test-utils dev::db::test::test_make_pg_config_fail
78922025-06-17T19:08:52.373Z PASS [ 2.824s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
78932025-06-17T19:08:52.373Z PASS [ 1.034s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
78942025-06-17T19:08:52.399Z PASS [ 0.026s] omicron-test-utils dev::db::test::test_make_pg_config_ok
78952025-06-17T19:08:52.399Z PASS [ 0.529s] omicron-test-utils dev::db::test::test_cmd_fails
78962025-06-17T19:08:52.399Z PASS [ 0.030s] omicron-test-utils dev::db::test::test_process_exit_abnormal
78972025-06-17T19:08:52.424Z PASS [ 0.034s] omicron-test-utils dev::db::test::test_process_exit_normal
78982025-06-17T19:08:52.424Z PASS [ 2.823s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
78992025-06-17T19:08:52.449Z PASS [ 0.036s] omicron-test-utils dev::db::test::test_starter_tmpdir
79002025-06-17T19:08:52.475Z PASS [ 0.028s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
79012025-06-17T19:08:52.475Z PASS [ 0.051s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
79022025-06-17T19:08:52.500Z PASS [ 0.027s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
79032025-06-17T19:08:52.525Z PASS [ 0.034s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
79042025-06-17T19:08:52.562Z PASS [ 0.059s] omicron-test-utils dev::test_cmds::tests::test_redact_section
79052025-06-17T19:08:52.587Z PASS [ 0.073s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
79062025-06-17T19:08:52.911Z LEAK [ 0.536s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
79072025-06-17T19:08:52.949Z PASS [ 0.038s] openapi-manager cmd::dispatch::test::test_arg_parsing
79082025-06-17T19:08:52.975Z PASS [ 0.026s] openapi-manager cmd::dispatch::test::test_blessed_args
79092025-06-17T19:08:53.002Z PASS [ 22.918s] omicron-passwords test::test_smoke
79102025-06-17T19:08:53.002Z PASS [ 0.025s] openapi-manager cmd::dispatch::test::test_generated_args
79112025-06-17T19:08:53.032Z PASS [ 0.031s] openapi-manager cmd::dispatch::test::test_local_args
79122025-06-17T19:08:53.032Z PASS [ 0.027s] openapi-manager iter_only::test::test_basic
79132025-06-17T19:08:53.062Z PASS [ 0.028s] openapi-manager omicron::tests::all_apis_is_sorted
79142025-06-17T19:08:53.062Z PASS [ 0.032s] openapi-manager resolved::test::test_displayable_vec
79152025-06-17T19:08:53.096Z PASS [ 0.039s] openapi-manager spec_files_generic::test::test_parse_name_lockstep
79162025-06-17T19:08:53.096Z PASS [ 0.033s] openapi-manager spec_files_generic::test::test_parse_name_lockstep_fail
79172025-06-17T19:08:53.096Z PASS [ 0.535s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
79182025-06-17T19:08:53.123Z PASS [ 0.037s] openapi-manager spec_files_generic::test::test_parse_name_versioned
79192025-06-17T19:08:53.148Z PASS [ 0.039s] openapi-manager spec_files_generic::test::test_parse_name_versioned_fail
79202025-06-17T19:08:53.222Z PASS [ 0.099s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
79212025-06-17T19:08:53.507Z PASS [ 0.285s] oximeter-collector agent::tests::test_self_stat_error_counter
79222025-06-17T19:08:53.532Z PASS [ 0.375s] oximeter-collector agent::tests::test_self_stat_collection_count
79232025-06-17T19:08:53.572Z PASS [ 0.478s] oximeter test::timeseries_schema_consistency
79242025-06-17T19:08:53.628Z PASS [ 0.121s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
79252025-06-17T19:08:53.654Z PASS [ 0.140s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
79262025-06-17T19:08:53.679Z PASS [ 0.037s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
79272025-06-17T19:08:53.705Z PASS [ 0.038s] oximeter-collector self_stats::tests::test_failure_reason_serialization
79282025-06-17T19:08:53.775Z PASS [ 1.392s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
79292025-06-17T19:08:53.802Z PASS [ 0.098s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
79302025-06-17T19:08:53.827Z PASS [ 1.831s] omicron-test-utils dev::db::test::test_database_concurrent
79312025-06-17T19:08:53.827Z PASS [ 0.035s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
79322025-06-17T19:08:53.827Z PASS [ 0.031s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
79332025-06-17T19:08:53.854Z PASS [ 0.025s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
79342025-06-17T19:08:53.854Z PASS [ 0.023s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
79352025-06-17T19:08:53.954Z PASS [ 0.288s] oximeter-collector::test_commands test_oximeter_no_args
79362025-06-17T19:08:54.501Z PASS [ 1.929s] openapi-manager cmd::check::test::check_apis_up_to_date
79372025-06-17T19:08:54.634Z PASS [ 1.060s] oximeter-collector agent::tests::verify_producer_details
79382025-06-17T19:08:54.834Z PASS [ 0.999s] oximeter-db client::oxql::tests::test_get_one_timeseries
79392025-06-17T19:08:54.860Z PASS [ 1.020s] oximeter-db client::oxql::tests::test_get_entire_table
79402025-06-17T19:08:54.860Z PASS [ 1.015s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
79412025-06-17T19:08:54.901Z PASS [ 0.067s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
79422025-06-17T19:08:54.931Z PASS [ 0.977s] oximeter-db client::oxql::tests::test_limit_operations
79432025-06-17T19:08:55.112Z PASS [ 0.611s] oximeter-db client::tests::can_ping_clickhouse
79442025-06-17T19:08:55.735Z PASS [ 0.834s] oximeter-db client::tests::read_latest_version_reports_max
79452025-06-17T19:08:55.760Z PASS [ 0.636s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
79462025-06-17T19:08:55.785Z PASS [ 0.831s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
79472025-06-17T19:08:56.393Z PASS [ 0.631s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
79482025-06-17T19:08:56.516Z PASS [ 0.780s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
79492025-06-17T19:08:56.633Z PASS [ 0.884s] oximeter-db client::tests::select_timeseries_with_select_one
79502025-06-17T19:08:57.158Z PASS [ 2.314s] oximeter-db client::tests::insert_samples_fails_fast
79512025-06-17T19:08:57.184Z PASS [ 2.327s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
79522025-06-17T19:08:57.237Z PASS [ 0.844s] oximeter-db client::tests::test_client_select_timeseries_one
79532025-06-17T19:08:57.356Z PASS [ 0.841s] oximeter-db client::tests::test_database_version_update_is_idempotent
79542025-06-17T19:08:57.406Z PASS [ 0.774s] oximeter-db client::tests::test_database_version_will_not_downgrade
79552025-06-17T19:08:57.917Z PASS [ 0.759s] oximeter-db client::tests::test_database_version_will_not_upgrade
79562025-06-17T19:08:57.950Z PASS [ 0.787s] oximeter-db client::tests::test_differentiate_by_timeseries_name
79572025-06-17T19:08:58.026Z PASS [ 0.789s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
79582025-06-17T19:08:58.138Z PASS [ 0.781s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
79592025-06-17T19:08:58.222Z PASS [ 0.815s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
79602025-06-17T19:08:59.054Z PASS [ 1.098s] oximeter-db client::tests::test_field_record_count
79612025-06-17T19:08:59.079Z PASS [ 1.042s] oximeter-db client::tests::test_get_schema_no_new_values
79622025-06-17T19:08:59.129Z PASS [ 0.991s] oximeter-db client::tests::test_insert_samples
79632025-06-17T19:08:59.155Z PASS [ 0.930s] oximeter-db client::tests::test_is_oximeter_cluster
79642025-06-17T19:08:59.180Z PASS [ 0.033s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
79652025-06-17T19:08:59.205Z PASS [ 0.037s] oximeter-db client::tests::test_read_timeseries_to_delete
79662025-06-17T19:08:59.205Z PASS [ 0.031s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
79672025-06-17T19:08:59.231Z PASS [ 0.028s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
79682025-06-17T19:08:59.537Z PASS [ 1.618s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
79692025-06-17T19:08:59.891Z PASS [ 0.822s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
79702025-06-17T19:08:59.945Z PASS [ 0.896s] oximeter-db client::tests::test_list_timeseries
79712025-06-17T19:09:00.017Z PASS [ 0.798s] oximeter-db client::tests::test_schema_mismatch
79722025-06-17T19:09:00.398Z PASS [ 0.862s] oximeter-db client::tests::test_schema_update
79732025-06-17T19:09:00.599Z PASS [ 1.406s] oximeter-db client::tests::test_recall_of_all_fields
79742025-06-17T19:09:00.798Z PASS [ 0.906s] oximeter-db client::tests::test_select_all_datum_types
79752025-06-17T19:09:00.826Z PASS [ 0.867s] oximeter-db client::tests::test_select_all_field_types
79762025-06-17T19:09:00.871Z PASS [ 0.854s] oximeter-db client::tests::test_select_timeseries_with_all
79772025-06-17T19:09:01.490Z PASS [ 1.092s] oximeter-db client::tests::test_select_timeseries_with_limit
79782025-06-17T19:09:01.661Z PASS [ 1.059s] oximeter-db client::tests::test_select_timeseries_with_order
79792025-06-17T19:09:01.719Z PASS [ 0.922s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
79802025-06-17T19:09:01.758Z PASS [ 0.038s] oximeter-db client::tests::test_unravel_index
79812025-06-17T19:09:01.883Z PASS [ 1.071s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
79822025-06-17T19:09:01.919Z PASS [ 0.036s] oximeter-db client::tests::test_verify_schema_upgrades
79832025-06-17T19:09:01.944Z PASS [ 1.049s] oximeter-db client::tests::test_select_timeseries_with_start_time
79842025-06-17T19:09:01.970Z PASS [ 0.026s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
79852025-06-17T19:09:01.970Z PASS [ 0.033s] oximeter-db model::fields::tests::test_extract_fields_as_block
79862025-06-17T19:09:02.000Z PASS [ 0.029s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
79872025-06-17T19:09:02.000Z PASS [ 0.031s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
79882025-06-17T19:09:02.032Z PASS [ 0.028s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
79892025-06-17T19:09:02.032Z PASS [ 0.024s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
79902025-06-17T19:09:02.032Z PASS [ 0.026s] oximeter-db native::block::tests::concat_blocks
79912025-06-17T19:09:02.064Z PASS [ 0.031s] oximeter-db native::block::tests::datetime64_scale_checks_range
79922025-06-17T19:09:02.064Z PASS [ 0.024s] oximeter-db native::block::tests::parse_date_time
79932025-06-17T19:09:02.064Z PASS [ 0.024s] oximeter-db native::block::tests::parse_date_time64
79942025-06-17T19:09:02.089Z PASS [ 0.029s] oximeter-db native::block::tests::parse_escaped_date_time64
79952025-06-17T19:09:02.115Z PASS [ 0.032s] oximeter-db native::block::tests::test_data_type_to_string
79962025-06-17T19:09:02.115Z PASS [ 0.029s] oximeter-db native::block::tests::test_datetime64_conversions
79972025-06-17T19:09:02.148Z PASS [ 0.026s] oximeter-db native::block::tests::test_parse_all_known_timezones
79982025-06-17T19:09:02.148Z PASS [ 0.024s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
79992025-06-17T19:09:02.148Z PASS [ 0.027s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
80002025-06-17T19:09:02.173Z PASS [ 0.024s] oximeter-db native::block::tests::test_parse_enum8
80012025-06-17T19:09:02.173Z PASS [ 0.023s] oximeter-db native::block::tests::test_parse_enum_variant
80022025-06-17T19:09:02.200Z PASS [ 0.025s] oximeter-db native::block::tests::test_parse_invalid_data_type
80032025-06-17T19:09:02.527Z PASS [ 0.866s] oximeter-db client::tests::test_timeseries_schema_list
80042025-06-17T19:09:02.625Z PASS [ 0.868s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
80052025-06-17T19:09:02.799Z PASS [ 0.630s] oximeter-db native::connection::tests::test_basic_select_query
80062025-06-17T19:09:02.956Z PASS [ 0.769s] oximeter-db native::connection::tests::test_can_cancel_query
80072025-06-17T19:09:03.015Z PASS [ 1.525s] oximeter-db client::tests::test_sql_query_output
80082025-06-17T19:09:03.135Z PASS [ 0.606s] oximeter-db native::connection::tests::test_exchange_hello
80092025-06-17T19:09:03.184Z PASS [ 10.802s] omicron-test-utils dev::db::test::test_setup_database_default_dir
80102025-06-17T19:09:03.238Z PASS [ 0.612s] oximeter-db native::connection::tests::test_insert_and_select_data
80112025-06-17T19:09:03.263Z PASS [ 0.024s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
80122025-06-17T19:09:03.289Z PASS [ 0.027s] oximeter-db native::io::block::tests::test_decode_full_block
80132025-06-17T19:09:03.316Z PASS [ 0.027s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
80142025-06-17T19:09:03.343Z PASS [ 0.027s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
80152025-06-17T19:09:03.372Z PASS [ 0.029s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
80162025-06-17T19:09:03.397Z PASS [ 0.024s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
80172025-06-17T19:09:03.422Z PASS [ 0.610s] oximeter-db native::connection::tests::test_insert_and_select_uuid
80182025-06-17T19:09:03.422Z PASS [ 0.023s] oximeter-db native::io::column::tests::test_decode_string_column
80192025-06-17T19:09:03.448Z PASS [ 0.019s] oximeter-db native::io::column::tests::test_decode_uint64_column
80202025-06-17T19:09:03.448Z PASS [ 0.026s] oximeter-db native::io::column::tests::test_decode_uint8_column
80212025-06-17T19:09:03.473Z PASS [ 0.025s] oximeter-db native::io::column::tests::test_decode_uuid_column
80222025-06-17T19:09:03.498Z PASS [ 0.020s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
80232025-06-17T19:09:03.498Z PASS [ 0.033s] oximeter-db native::io::column::tests::test_encode_decode_column
80242025-06-17T19:09:03.523Z PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
80252025-06-17T19:09:03.523Z PASS [ 0.031s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
80262025-06-17T19:09:03.523Z PASS [ 0.023s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
80272025-06-17T19:09:03.548Z PASS [ 0.028s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
80282025-06-17T19:09:03.548Z PASS [ 0.020s] oximeter-db native::io::packet::server::tests::test_decode_pong
80292025-06-17T19:09:03.573Z PASS [ 0.608s] oximeter-db native::connection::tests::test_select_array_column
80302025-06-17T19:09:03.574Z PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
80312025-06-17T19:09:03.574Z PASS [ 0.031s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
80322025-06-17T19:09:03.599Z PASS [ 0.030s] oximeter-db native::io::string::test::test_encode_decode
80332025-06-17T19:09:03.599Z PASS [ 0.027s] oximeter-db native::io::string::test::test_encode_hello_world
80342025-06-17T19:09:03.624Z PASS [ 0.031s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
80352025-06-17T19:09:03.624Z PASS [ 0.024s] oximeter-db native::io::table_columns::tests::test_column_count
80362025-06-17T19:09:03.651Z PASS [ 0.610s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
80372025-06-17T19:09:03.651Z PASS [ 0.025s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
80382025-06-17T19:09:03.651Z PASS [ 0.030s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
80392025-06-17T19:09:03.651Z PASS [ 0.024s] oximeter-db native::io::table_columns::tests::test_column_descriptions
80402025-06-17T19:09:03.651Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
80412025-06-17T19:09:03.677Z PASS [ 0.027s] oximeter-db native::io::varuint::test_encode_decode_varuint
80422025-06-17T19:09:03.677Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
80432025-06-17T19:09:03.677Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
80442025-06-17T19:09:03.677Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_comparison
80452025-06-17T19:09:03.677Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_double_literal
80462025-06-17T19:09:03.702Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
80472025-06-17T19:09:03.702Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
80482025-06-17T19:09:03.703Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
80492025-06-17T19:09:03.703Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
80502025-06-17T19:09:03.728Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
80512025-06-17T19:09:03.728Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
80522025-06-17T19:09:03.728Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
80532025-06-17T19:09:03.728Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
80542025-06-17T19:09:03.753Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
80552025-06-17T19:09:03.753Z PASS [ 0.605s] oximeter-db native::connection::tests::test_select_nullable_column
80562025-06-17T19:09:03.753Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_group_by
80572025-06-17T19:09:03.753Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
80582025-06-17T19:09:03.753Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_ident
80592025-06-17T19:09:03.779Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
80602025-06-17T19:09:03.779Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
80612025-06-17T19:09:03.779Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
80622025-06-17T19:09:03.779Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
80632025-06-17T19:09:03.779Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
80642025-06-17T19:09:03.805Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
80652025-06-17T19:09:03.805Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
80662025-06-17T19:09:03.806Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
80672025-06-17T19:09:03.806Z PASS [ 0.608s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
80682025-06-17T19:09:03.806Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
80692025-06-17T19:09:03.806Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_query
80702025-06-17T19:09:03.839Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
80712025-06-17T19:09:03.839Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
80722025-06-17T19:09:03.839Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
80732025-06-17T19:09:03.839Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_reducer
80742025-06-17T19:09:03.839Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
80752025-06-17T19:09:03.839Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
80762025-06-17T19:09:03.840Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
80772025-06-17T19:09:03.866Z PASS [ 0.021s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
80782025-06-17T19:09:03.867Z PASS [ 0.022s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
80792025-06-17T19:09:03.867Z PASS [ 0.021s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
80802025-06-17T19:09:03.867Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
80812025-06-17T19:09:03.867Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
80822025-06-17T19:09:03.867Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
80832025-06-17T19:09:03.867Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
80842025-06-17T19:09:03.894Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
80852025-06-17T19:09:03.894Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
80862025-06-17T19:09:03.894Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
80872025-06-17T19:09:03.894Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
80882025-06-17T19:09:03.894Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
80892025-06-17T19:09:03.919Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
80902025-06-17T19:09:03.920Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
80912025-06-17T19:09:03.920Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
80922025-06-17T19:09:03.920Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
80932025-06-17T19:09:03.920Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
80942025-06-17T19:09:03.945Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
80952025-06-17T19:09:03.945Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
80962025-06-17T19:09:03.945Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
80972025-06-17T19:09:03.946Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
80982025-06-17T19:09:03.946Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
80992025-06-17T19:09:03.977Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
81002025-06-17T19:09:03.977Z PASS [ 0.021s] oximeter-db oxql::plan::align::test::test_align_input_schema
81012025-06-17T19:09:03.977Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
81022025-06-17T19:09:04.049Z PASS [ 0.110s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
81032025-06-17T19:09:04.074Z PASS [ 0.106s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
81042025-06-17T19:09:04.074Z PASS [ 0.115s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
81052025-06-17T19:09:04.074Z PASS [ 0.107s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
81062025-06-17T19:09:04.074Z PASS [ 0.117s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
81072025-06-17T19:09:04.161Z PASS [ 0.105s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
81082025-06-17T19:09:04.161Z PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
81092025-06-17T19:09:04.186Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
81102025-06-17T19:09:04.186Z PASS [ 0.109s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
81112025-06-17T19:09:04.186Z PASS [ 0.105s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
81122025-06-17T19:09:04.263Z PASS [ 0.102s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
81132025-06-17T19:09:04.291Z PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
81142025-06-17T19:09:04.291Z PASS [ 0.110s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
81152025-06-17T19:09:04.291Z PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
81162025-06-17T19:09:04.291Z PASS [ 0.111s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
81172025-06-17T19:09:04.367Z PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
81182025-06-17T19:09:04.413Z PASS [ 0.107s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
81192025-06-17T19:09:04.414Z PASS [ 0.107s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
81202025-06-17T19:09:04.414Z PASS [ 0.105s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
81212025-06-17T19:09:04.414Z PASS [ 0.102s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
81222025-06-17T19:09:04.414Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
81232025-06-17T19:09:04.443Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits
81242025-06-17T19:09:04.443Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
81252025-06-17T19:09:04.478Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
81262025-06-17T19:09:04.478Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
81272025-06-17T19:09:04.478Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
81282025-06-17T19:09:04.478Z PASS [ 0.108s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
81292025-06-17T19:09:04.504Z PASS [ 0.111s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
81302025-06-17T19:09:04.504Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
81312025-06-17T19:09:04.504Z PASS [ 0.113s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
81322025-06-17T19:09:04.504Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
81332025-06-17T19:09:04.529Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_predicates
81342025-06-17T19:09:04.529Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
81352025-06-17T19:09:04.529Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
81362025-06-17T19:09:04.529Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_insert_filters
81372025-06-17T19:09:04.529Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
81382025-06-17T19:09:04.555Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
81392025-06-17T19:09:04.555Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
81402025-06-17T19:09:04.555Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_query_end_time
81412025-06-17T19:09:04.555Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
81422025-06-17T19:09:04.555Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
81432025-06-17T19:09:04.581Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
81442025-06-17T19:09:04.582Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
81452025-06-17T19:09:04.582Z PASS [ 0.022s] oximeter-db query::tests::test_field_cmp
81462025-06-17T19:09:04.582Z PASS [ 0.022s] oximeter-db query::tests::test_field_selector_as_query
81472025-06-17T19:09:04.607Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_split_query
81482025-06-17T19:09:04.607Z PASS [ 0.022s] oximeter-db query::tests::test_field_value_as_db_str
81492025-06-17T19:09:04.607Z PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_field_selectors
81502025-06-17T19:09:04.607Z PASS [ 0.027s] oximeter-db query::tests::test_select_query_builder_from_parts
81512025-06-17T19:09:04.632Z PASS [ 0.026s] oximeter-db query::tests::test_select_query_builder_limit_offset
81522025-06-17T19:09:04.632Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_filter_raw
81532025-06-17T19:09:04.632Z PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_full
81542025-06-17T19:09:04.632Z PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_no_fields
81552025-06-17T19:09:04.632Z PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_no_selectors
81562025-06-17T19:09:04.658Z PASS [ 0.030s] oximeter-db query::tests::test_time_range
81572025-06-17T19:09:04.658Z PASS [ 0.037s] oximeter-db query::tests::test_string_field_selector
81582025-06-17T19:09:04.658Z PASS [ 0.036s] oximeter-db sql::tests::test_allow_limit_offset
81592025-06-17T19:09:04.683Z PASS [ 0.030s] oximeter-db sql::tests::test_cannot_name_database
81602025-06-17T19:09:04.683Z PASS [ 0.035s] oximeter-db sql::tests::test_allow_subqueries
81612025-06-17T19:09:04.683Z PASS [ 0.032s] oximeter-db sql::tests::test_ctes_are_not_supported
81622025-06-17T19:09:04.683Z PASS [ 0.028s] oximeter-db sql::tests::test_function_allow_list
81632025-06-17T19:09:04.708Z PASS [ 0.030s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
81642025-06-17T19:09:04.708Z PASS [ 0.033s] oximeter-db sql::tests::test_query_must_be_select_statement
81652025-06-17T19:09:04.708Z PASS [ 0.053s] oximeter-db sql::tests::test_join_must_be_inner
81662025-06-17T19:09:04.708Z PASS [ 0.034s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
81672025-06-17T19:09:04.708Z PASS [ 0.032s] oximeter-db sql::tests::test_require_table_is_timeseries_name
81682025-06-17T19:09:04.737Z PASS [ 0.029s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
81692025-06-17T19:09:04.737Z PASS [ 0.030s] oximeter-db sql::tests::test_with_comma_join_fails
81702025-06-17T19:09:04.737Z PASS [ 0.030s] oximeter-db tests::test_timeseries_key_field_stability
81712025-06-17T19:09:04.762Z PASS [ 0.030s] oximeter-db tests::test_timeseries_key_sample_stability
81722025-06-17T19:09:04.787Z PASS [ 0.042s] oximeter-instruments http::tests::test_latency_tracker
81732025-06-17T19:09:04.814Z PASS [ 0.061s] oximeter-instruments kstat::link::tests::test_kstat_interested
81742025-06-17T19:09:04.859Z PASS [ 0.094s] oximeter-instruments kstat::link::tests::test_kstat_sampler
81752025-06-17T19:09:04.910Z PASS [ 0.089s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
81762025-06-17T19:09:04.935Z PASS [ 0.075s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
81772025-06-17T19:09:04.963Z PASS [ 0.054s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
81782025-06-17T19:09:04.996Z PASS [ 0.054s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
81792025-06-17T19:09:05.022Z PASS [ 0.066s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
81802025-06-17T19:09:05.049Z PASS [ 0.029s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
81812025-06-17T19:09:05.049Z PASS [ 0.049s] oximeter-instruments kstat::link::tests::test_sled_datalink
81822025-06-17T19:09:05.049Z PASS [ 0.016s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
81832025-06-17T19:09:05.074Z PASS [ 0.019s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
81842025-06-17T19:09:05.101Z PASS [ 0.037s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
81852025-06-17T19:09:05.102Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
81862025-06-17T19:09:05.102Z PASS [ 1.320s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
81872025-06-17T19:09:05.127Z PASS [ 0.025s] oximeter-macro-impl tests::test_metric_annotated_field
81882025-06-17T19:09:05.127Z PASS [ 0.023s] oximeter-macro-impl tests::test_metric_datum_field
81892025-06-17T19:09:05.127Z PASS [ 0.017s] oximeter-macro-impl tests::test_metric_without_datum_field
81902025-06-17T19:09:05.152Z PASS [ 0.030s] oximeter-macro-impl tests::test_metric_enum
81912025-06-17T19:09:05.152Z PASS [ 0.021s] oximeter-macro-impl tests::test_target
81922025-06-17T19:09:05.152Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_empty_struct
81932025-06-17T19:09:05.152Z PASS [ 0.019s] oximeter-macro-impl tests::test_target_enum
81942025-06-17T19:09:05.178Z PASS [ 0.022s] oximeter-macro-impl tests::test_target_unit_struct
81952025-06-17T19:09:05.178Z PASS [ 0.018s] oximeter-macro-impl tests::test_target_with_datum_field
81962025-06-17T19:09:05.210Z PASS [ 0.045s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
81972025-06-17T19:09:05.210Z PASS [ 0.056s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
81982025-06-17T19:09:05.237Z PASS [ 0.025s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
81992025-06-17T19:09:05.263Z PASS [ 0.030s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
82002025-06-17T19:09:05.263Z PASS [ 0.027s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
82012025-06-17T19:09:05.722Z PASS [ 0.031s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
82022025-06-17T19:09:05.876Z PASS [ 0.028s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
82032025-06-17T19:09:05.876Z PASS [ 0.033s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
82042025-06-17T19:09:05.876Z PASS [ 0.025s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
82052025-06-17T19:09:05.876Z PASS [ 0.033s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
82062025-06-17T19:09:05.876Z PASS [ 0.034s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
82072025-06-17T19:09:05.876Z PASS [ 0.019s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
82082025-06-17T19:09:05.876Z PASS [ 0.024s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
82092025-06-17T19:09:05.876Z PASS [ 0.019s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
82102025-06-17T19:09:05.877Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
82112025-06-17T19:09:05.877Z PASS [ 0.023s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
82122025-06-17T19:09:05.877Z PASS [ 0.019s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
82132025-06-17T19:09:05.877Z PASS [ 0.027s] oximeter-schema ir::tests::fail_on_empty_descriptions
82142025-06-17T19:09:05.877Z PASS [ 0.026s] oximeter-schema ir::tests::fail_on_empty_metric_name
82152025-06-17T19:09:05.877Z PASS [ 0.025s] oximeter-schema ir::tests::fail_on_empty_target_name
82162025-06-17T19:09:05.877Z PASS [ 0.024s] oximeter-schema ir::tests::fail_on_very_long_field_names
82172025-06-17T19:09:05.877Z PASS [ 0.028s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
82182025-06-17T19:09:05.877Z PASS [ 0.023s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
82192025-06-17T19:09:05.877Z PASS [ 0.025s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
82202025-06-17T19:09:05.877Z PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
82212025-06-17T19:09:05.877Z PASS [ 0.025s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
82222025-06-17T19:09:05.877Z PASS [ 0.039s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
82232025-06-17T19:09:05.877Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
82242025-06-17T19:09:05.877Z PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
82252025-06-17T19:09:05.877Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
82262025-06-17T19:09:05.877Z PASS [ 0.030s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
82272025-06-17T19:09:05.877Z PASS [ 0.029s] oximeter-schema ir::tests::only_support_format_version_1
82282025-06-17T19:09:05.877Z PASS [ 0.021s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
82292025-06-17T19:09:05.877Z PASS [ 0.023s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
82302025-06-17T19:09:05.877Z PASS [ 0.065s] oximeter-test-utils tests::test_sample_struct
82312025-06-17T19:09:05.877Z PASS [ 0.076s] oximeter-test-utils tests::test_gen_test_samples
82322025-06-17T19:09:05.877Z PASS [ 0.030s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
82332025-06-17T19:09:05.877Z PASS [ 0.030s] oximeter-test-utils tests::test_timeseries_schema_from_parts
82342025-06-17T19:09:05.904Z PASS [ 0.024s] oximeter-test-utils tests::test_timeseries_schema_from_sample
82352025-06-17T19:09:05.904Z PASS [ 0.028s] oximeter-types histogram::tests::test_bin_range
82362025-06-17T19:09:05.904Z PASS [ 0.024s] oximeter-types histogram::tests::test_bin_range_from
82372025-06-17T19:09:05.904Z PASS [ 0.022s] oximeter-types histogram::tests::test_bin_range_to
82382025-06-17T19:09:05.904Z PASS [ 0.024s] oximeter-types histogram::tests::test_empty_bins_not_supported
82392025-06-17T19:09:05.904Z PASS [ 0.022s] oximeter-types histogram::tests::test_ensure_finite
82402025-06-17T19:09:05.905Z PASS [ 0.025s] oximeter-types histogram::tests::test_histogram
82412025-06-17T19:09:05.905Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram_construct_with
82422025-06-17T19:09:05.905Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_extreme_bins
82432025-06-17T19:09:05.905Z PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_extreme_samples
82442025-06-17T19:09:05.905Z PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_float_bins
82452025-06-17T19:09:05.905Z PASS [ 0.025s] oximeter-types histogram::tests::test_histogram_unbounded_samples
82462025-06-17T19:09:05.905Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_with_bins
82472025-06-17T19:09:05.930Z PASS [ 0.030s] oximeter-types histogram::tests::test_histogram_unsorted_bins
82482025-06-17T19:09:05.930Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
82492025-06-17T19:09:05.955Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
82502025-06-17T19:09:05.955Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_bins_u64
82512025-06-17T19:09:05.980Z PASS [ 0.022s] oximeter-types histogram::tests::test_log_bins_u8
82522025-06-17T19:09:05.980Z PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
82532025-06-17T19:09:05.980Z PASS [ 0.034s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
82542025-06-17T19:09:06.006Z PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
82552025-06-17T19:09:06.006Z PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
82562025-06-17T19:09:06.031Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
82572025-06-17T19:09:06.031Z PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
82582025-06-17T19:09:06.057Z PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
82592025-06-17T19:09:06.058Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
82602025-06-17T19:09:06.083Z PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
82612025-06-17T19:09:06.083Z PASS [ 0.026s] oximeter-types histogram::tests::test_span_decades
82622025-06-17T19:09:06.108Z PASS [ 0.023s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
82632025-06-17T19:09:06.108Z PASS [ 0.024s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
82642025-06-17T19:09:06.133Z PASS [ 0.025s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
82652025-06-17T19:09:06.133Z PASS [ 0.021s] oximeter-types quantile::tests::test_default_percentiles
82662025-06-17T19:09:06.159Z PASS [ 0.023s] oximeter-types quantile::tests::test_empty_observations
82672025-06-17T19:09:06.159Z PASS [ 0.026s] oximeter-types quantile::tests::test_find_cells
82682025-06-17T19:09:06.184Z PASS [ 0.023s] oximeter-types quantile::tests::test_float_observations
82692025-06-17T19:09:06.184Z PASS [ 0.022s] oximeter-types quantile::tests::test_integer_observations
82702025-06-17T19:09:06.209Z PASS [ 0.021s] oximeter-types quantile::tests::test_invalid_p_value
82712025-06-17T19:09:06.209Z PASS [ 0.023s] oximeter-types quantile::tests::test_max_p
82722025-06-17T19:09:06.209Z PASS [ 0.021s] oximeter-types quantile::tests::test_min_p
82732025-06-17T19:09:06.236Z PASS [ 0.020s] oximeter-types quantile::tests::test_non_filled_observations
82742025-06-17T19:09:06.236Z PASS [ 0.024s] oximeter-types quantile::tests::test_rounding
82752025-06-17T19:09:06.262Z PASS [ 0.028s] oximeter-types schema::tests::test_field_schema_ordering
82762025-06-17T19:09:06.287Z PASS [ 0.034s] oximeter-types schema::tests::test_timeseries_name
82772025-06-17T19:09:06.287Z PASS [ 0.033s] oximeter-types schema::tests::test_timeseries_name_from_str
82782025-06-17T19:09:06.313Z PASS [ 0.026s] oximeter-types traits::tests::test_metric_trait
82792025-06-17T19:09:06.314Z PASS [ 0.033s] oximeter-types traits::tests::test_producer_trait
82802025-06-17T19:09:06.338Z PASS [ 0.022s] oximeter-types traits::tests::test_target_trait
82812025-06-17T19:09:06.338Z PASS [ 0.026s] oximeter-types types::tests::test_cumulative_f64
82822025-06-17T19:09:06.364Z PASS [ 0.023s] oximeter-types types::tests::test_cumulative_i64
82832025-06-17T19:09:06.364Z PASS [ 0.025s] oximeter-types types::tests::test_datum
82842025-06-17T19:09:06.364Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
82852025-06-17T19:09:06.389Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
82862025-06-17T19:09:06.389Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
82872025-06-17T19:09:06.414Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
82882025-06-17T19:09:06.414Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
82892025-06-17T19:09:06.439Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
82902025-06-17T19:09:06.439Z PASS [ 0.028s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
82912025-06-17T19:09:06.463Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
82922025-06-17T19:09:06.463Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
82932025-06-17T19:09:06.489Z PASS [ 0.028s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
82942025-06-17T19:09:06.490Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
82952025-06-17T19:09:06.518Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
82962025-06-17T19:09:06.518Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
82972025-06-17T19:09:06.542Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
82982025-06-17T19:09:06.542Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
82992025-06-17T19:09:06.542Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
83002025-06-17T19:09:06.568Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
83012025-06-17T19:09:06.568Z PASS [ 0.020s] oximeter-types types::tests::test_measurement
83022025-06-17T19:09:06.593Z PASS [ 0.021s] oximeter-types types::tests::test_verify_field_names
83032025-06-17T19:09:06.593Z PASS [ 0.024s] oxlog tests::test_daterange_filter
83042025-06-17T19:09:06.619Z PASS [ 0.016s] oxlog tests::test_is_oxide_smf_log_file
83052025-06-17T19:09:06.619Z PASS [ 0.016s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
83062025-06-17T19:09:06.619Z PASS [ 0.013s] oxlog tests::test_sort_logs
83072025-06-17T19:09:06.653Z PASS [ 0.050s] oxlog::bin/oxlog tests::test_parse_timestamp
83082025-06-17T19:09:07.296Z PASS [ 0.051s] oxql-types point::tests::test_cast_points_from_bool
83092025-06-17T19:09:07.296Z PASS [ 0.023s] oxql-types point::tests::test_cast_points_from_double
83102025-06-17T19:09:07.296Z PASS [ 0.025s] oxql-types point::tests::test_cast_points_from_double_distribution
83112025-06-17T19:09:07.332Z PASS [ 0.023s] oxql-types point::tests::test_cast_points_from_int_distribution
83122025-06-17T19:09:07.332Z PASS [ 0.020s] oxql-types point::tests::test_cast_points_from_integer
83132025-06-17T19:09:07.332Z PASS [ 0.019s] oxql-types point::tests::test_join_point_arrays
83142025-06-17T19:09:07.332Z PASS [ 0.030s] oxql-types point::tests::test_cast_points_from_string
83152025-06-17T19:09:07.332Z PASS [ 0.032s] oxql-types point::tests::test_point_delta_between
83162025-06-17T19:09:07.332Z PASS [ 0.036s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
83172025-06-17T19:09:07.332Z PASS [ 0.023s] oxql-types point::tests::test_point_delta_between_with_new_epoch
83182025-06-17T19:09:07.332Z PASS [ 0.026s] oxql-types point::tests::test_push_concrete_values
83192025-06-17T19:09:07.332Z PASS [ 0.020s] oxql-types point::tests::test_sub_between_histogram_distributions
83202025-06-17T19:09:07.332Z PASS [ 0.049s] range-requests test::get_response_no_range
83212025-06-17T19:09:07.332Z PASS [ 0.087s] parallel-task-set test::test_spawn_many
83222025-06-17T19:09:07.333Z PASS [ 0.030s] range-requests test::get_response_with_range
83232025-06-17T19:09:07.333Z PASS [ 0.014s] range-requests test::invalid_ranges
83242025-06-17T19:09:07.333Z PASS [ 0.014s] range-requests test::parse_range_invalid
83252025-06-17T19:09:07.333Z PASS [ 0.014s] range-requests test::parse_range_valid
83262025-06-17T19:09:07.333Z PASS [ 0.020s] range-requests test::potential_range_parsing_does_not_crash
83272025-06-17T19:09:07.333Z PASS [ 0.019s] range-requests test::range_into_str
83282025-06-17T19:09:07.333Z PASS [ 0.016s] range-requests test::single_range_parsing_does_not_crash
83292025-06-17T19:09:07.360Z PASS [ 0.430s] reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
83302025-06-17T19:09:07.497Z PASS [ 0.136s] reconfigurator-cli::test-scripts script::cmds-example.txt
83312025-06-17T19:09:07.650Z PASS [ 0.725s] reconfigurator-cli::test-custom test_target_release
83322025-06-17T19:09:07.697Z PASS [ 0.162s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
83332025-06-17T19:09:08.256Z PASS [ 0.150s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
83342025-06-17T19:09:08.306Z PASS [ 0.166s] reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
83352025-06-17T19:09:08.306Z PASS [ 0.130s] reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
83362025-06-17T19:09:08.306Z PASS [ 0.136s] reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
83372025-06-17T19:09:08.306Z PASS [ 0.129s] reconfigurator-cli::test-scripts script::cmds.txt
83382025-06-17T19:09:08.306Z PASS [ 2.957s] oximeter-producer tests::test_producer_registration_task
83392025-06-17T19:09:08.911Z PASS [ 0.949s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
83402025-06-17T19:09:09.095Z PASS [ 1.034s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
83412025-06-17T19:09:09.123Z PASS [ 32.120s] omicron-sled-agent nexus::test::nexus_self_notification_test
83422025-06-17T19:09:09.158Z PASS [ 1.052s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
83432025-06-17T19:09:10.159Z PASS [ 1.066s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
83442025-06-17T19:09:10.956Z PASS [ 1.846s] sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
83452025-06-17T19:09:12.400Z PASS [ 3.239s] sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
83462025-06-17T19:09:13.416Z PASS [ 1.020s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
83472025-06-17T19:09:14.761Z PASS [ 4.602s] sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
83482025-06-17T19:09:14.826Z PASS [ 1.400s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
83492025-06-17T19:09:14.852Z PASS [ 0.059s] sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores
83502025-06-17T19:09:14.877Z PASS [ 0.041s] sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
83512025-06-17T19:09:14.878Z PASS [ 0.043s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold
83522025-06-17T19:09:14.911Z PASS [ 0.043s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files
83532025-06-17T19:09:14.912Z PASS [ 0.039s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles
83542025-06-17T19:09:14.968Z PASS [ 0.035s] sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
83552025-06-17T19:09:14.968Z PASS [ 0.036s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold
83562025-06-17T19:09:15.002Z PASS [ 0.038s] sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
83572025-06-17T19:09:15.002Z PASS [ 0.042s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
83582025-06-17T19:09:15.034Z PASS [ 0.051s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
83592025-06-17T19:09:15.236Z PASS [ 0.243s] sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
83602025-06-17T19:09:15.326Z PASS [ 0.046s] sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
83612025-06-17T19:09:15.409Z PASS [ 0.044s] sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
83622025-06-17T19:09:15.409Z PASS [ 0.043s] sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
83632025-06-17T19:09:15.471Z PASS [ 0.090s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_merges_old_configs
83642025-06-17T19:09:16.010Z PASS [ 7.094s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
83652025-06-17T19:09:16.041Z PASS [ 0.577s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_panics_if_partial_legacy_configs
83662025-06-17T19:09:16.042Z PASS [ 0.034s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_returns_none_if_no_legacy_configs
83672025-06-17T19:09:16.088Z PASS [ 0.036s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_old_config_schema
83682025-06-17T19:09:16.132Z PASS [ 0.066s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_merge_old_configs
83692025-06-17T19:09:16.159Z PASS [ 0.043s] sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
83702025-06-17T19:09:16.159Z PASS [ 0.079s] sled-agent-config-reconciler ledger::tests::convert_legacy_ledgers_if_present
83712025-06-17T19:09:16.186Z PASS [ 0.040s] sled-agent-config-reconciler ledger::tests::read_existing_config
83722025-06-17T19:09:16.216Z PASS [ 0.042s] sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
83732025-06-17T19:09:16.248Z PASS [ 0.037s] sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
83742025-06-17T19:09:16.285Z PASS [ 0.050s] sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
83752025-06-17T19:09:16.317Z PASS [ 0.044s] sled-agent-config-reconciler ledger::tests::reject_old_config_generation
83762025-06-17T19:09:16.317Z PASS [ 0.037s] sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
83772025-06-17T19:09:16.379Z PASS [ 1.339s] sled-agent-config-reconciler internal_disks::tests::failures_are_retried
83782025-06-17T19:09:17.859Z PASS [ 6.903s] sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
83792025-06-17T19:09:17.911Z PASS [ 1.654s] sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
83802025-06-17T19:09:18.672Z PASS [ 2.389s] sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
83812025-06-17T19:09:18.710Z PASS [ 0.037s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
83822025-06-17T19:09:18.749Z PASS [ 0.036s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
83832025-06-17T19:09:18.782Z PASS [ 0.035s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
83842025-06-17T19:09:18.824Z PASS [ 0.034s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
83852025-06-17T19:09:18.872Z PASS [ 0.040s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
83862025-06-17T19:09:18.897Z PASS [ 0.040s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
83872025-06-17T19:09:18.932Z PASS [ 0.035s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
83882025-06-17T19:09:18.970Z PASS [ 0.039s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
83892025-06-17T19:09:19.046Z PASS [ 0.076s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
83902025-06-17T19:09:19.086Z PASS [ 0.030s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
83912025-06-17T19:09:19.119Z PASS [ 0.042s] sled-agent-types rack_init::tests::parse_rack_initialization
83922025-06-17T19:09:19.150Z PASS [ 0.023s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
83932025-06-17T19:09:19.186Z PASS [ 0.043s] sled-agent-types rack_init::tests::test_extra_certs
83942025-06-17T19:09:19.212Z PASS [ 0.023s] sled-agent-types rack_init::tests::test_subnets
83952025-06-17T19:09:19.242Z PASS [ 0.032s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
83962025-06-17T19:09:19.275Z PASS [ 0.030s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
83972025-06-17T19:09:19.306Z PASS [ 0.030s] sled-agent-types zone_bundle::tests::test_compare_bundles
83982025-06-17T19:09:19.332Z PASS [ 0.022s] sled-agent-types zone_bundle::tests::test_priority_dimension
83992025-06-17T19:09:19.358Z PASS [ 0.021s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
84002025-06-17T19:09:19.383Z PASS [ 0.022s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
84012025-06-17T19:09:19.454Z PASS [ 0.086s] sled-agent-zone-images mupdate_override::tests::read_boot_absent_other_present
84022025-06-17T19:09:19.483Z PASS [ 0.029s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_missing
84032025-06-17T19:09:19.510Z PASS [ 0.027s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_not_dir
84042025-06-17T19:09:19.536Z PASS [ 0.026s] sled-agent-zone-images mupdate_override::tests::read_boot_present_other_absent
84052025-06-17T19:09:19.568Z PASS [ 0.032s] sled-agent-zone-images mupdate_override::tests::read_boot_read_error
84062025-06-17T19:09:19.618Z PASS [ 0.026s] sled-agent-zone-images mupdate_override::tests::read_both_absent
84072025-06-17T19:09:19.662Z PASS [ 0.030s] sled-agent-zone-images mupdate_override::tests::read_both_present
84082025-06-17T19:09:19.662Z PASS [ 0.029s] sled-agent-zone-images mupdate_override::tests::read_different_values
84092025-06-17T19:09:19.687Z PASS [ 0.028s] sled-agent-zone-images mupdate_override::tests::read_solo_boot_disk
84102025-06-17T19:09:19.793Z PASS [ 3.426s] sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
84112025-06-17T19:09:19.905Z PASS [ 15.187s] oximeter-db::integration_test test_schemas_disjoint
84122025-06-17T19:09:20.622Z PASS [ 2.763s] sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
84132025-06-17T19:09:21.558Z PASS [ 3.647s] sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
84142025-06-17T19:09:21.595Z PASS [ 0.037s] sled-diagnostics logs::test::test_sort_cockroach_extra_logs
84152025-06-17T19:09:21.640Z PASS [ 0.045s] sled-diagnostics queries::test::test_command_stderr_is_correct
84162025-06-17T19:09:21.680Z PASS [ 0.041s] sled-diagnostics queries::test::test_command_stdout_is_correct
84172025-06-17T19:09:21.723Z PASS [ 0.041s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
84182025-06-17T19:09:22.276Z PASS [ 0.554s] sled-diagnostics queries::test::test_long_running_command_is_aborted
84192025-06-17T19:09:22.304Z PASS [ 17.597s] oximeter-db::integration_test test_cluster
84202025-06-17T19:09:22.330Z PASS [ 0.042s] sled-hardware disk::test::test_disk_paths
84212025-06-17T19:09:22.330Z PASS [ 0.025s] sled-hardware disk::test::test_partition_device_paths
84222025-06-17T19:09:22.376Z PASS [ 0.045s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
84232025-06-17T19:09:22.405Z PASS [ 0.059s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
84242025-06-17T19:09:22.405Z PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
84252025-06-17T19:09:22.430Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
84262025-06-17T19:09:22.430Z PASS [ 0.028s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
84272025-06-17T19:09:22.455Z PASS [ 0.022s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
84282025-06-17T19:09:22.455Z PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
84292025-06-17T19:09:22.480Z PASS [ 0.031s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
84302025-06-17T19:09:22.506Z PASS [ 0.050s] sled-storage dataset::test::serialize_dataset_name
84312025-06-17T19:09:22.531Z PASS [ 0.052s] sled-storage manager::test::test_datasets_schema
84322025-06-17T19:09:22.531Z PASS [ 0.030s] sled-storage manager::test::test_omicron_physical_disks_schema
84332025-06-17T19:09:23.263Z PASS [ 3.358s] sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
84342025-06-17T19:09:23.316Z PASS [ 0.053s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
84352025-06-17T19:09:23.342Z PASS [ 3.655s] sled-diagnostics logs::illumos_tests::collect_current_logs
84362025-06-17T19:09:23.403Z PASS [ 3.610s] sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
84372025-06-17T19:09:24.113Z PASS [ 1.582s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
84382025-06-17T19:09:24.646Z PASS [ 19.913s] oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
84392025-06-17T19:09:24.675Z PASS [ 30.039s] oximeter-db client::tests::cannot_ping_nonexistent_server
84402025-06-17T19:09:24.718Z PASS [ 0.046s] sled-storage manager::tests::ensure_using_exactly_these_disks
84412025-06-17T19:09:24.802Z PASS [ 4.180s] sled-diagnostics logs::illumos_tests::log_snapshots_work
84422025-06-17T19:09:25.232Z PASS [ 2.715s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
84432025-06-17T19:09:25.944Z PASS [ 2.607s] sled-storage manager::tests::ensure_datasets
84442025-06-17T19:09:26.203Z PASS [ 2.800s] sled-storage manager::tests::ensure_datasets_get_mounted
84452025-06-17T19:09:26.828Z PASS [ 3.511s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
84462025-06-17T19:09:27.232Z PASS [ 3.119s] sled-storage manager::tests::ensure_datasets_get_mounted_even_with_data
84472025-06-17T19:09:27.572Z PASS [ 1.628s] sled-storage manager::tests::update_rawdisk_firmware
84482025-06-17T19:09:27.888Z PASS [ 3.169s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
84492025-06-17T19:09:27.991Z PASS [ 3.189s] sled-storage manager::tests::nested_dataset
84502025-06-17T19:09:28.261Z PASS [ 0.268s] trust-quorum validators::tests::test_validate_reconfigure_msg_failure
84512025-06-17T19:09:28.298Z PASS [ 0.411s] trust-quorum node::tests::initial_configuration
84522025-06-17T19:09:28.556Z PASS [ 0.296s] trust-quorum validators::tests::test_validate_reconfigure_msg_new_success
84532025-06-17T19:09:28.690Z PASS [ 3.458s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
84542025-06-17T19:09:28.887Z PASS [ 1.315s] trust-quorum crypto::tests::rack_secret_test
84552025-06-17T19:09:29.030Z PASS [ 1.797s] sled-storage manager::tests::wait_for_boot_disk
84562025-06-17T19:09:29.073Z PASS [ 0.044s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
84572025-06-17T19:09:29.114Z PASS [ 0.424s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
84582025-06-17T19:09:29.141Z PASS [ 0.579s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
84592025-06-17T19:09:29.167Z PASS [ 0.068s] update-common artifacts::update_plan::tests::test_bad_rot_versions
84602025-06-17T19:09:29.195Z PASS [ 0.075s] update-common artifacts::update_plan::tests::test_multi_rot_bord
84612025-06-17T19:09:29.195Z PASS [ 0.047s] update-common artifacts::update_plan::tests::test_split_control_plane
84622025-06-17T19:09:29.221Z PASS [ 0.086s] update-common artifacts::update_plan::tests::test_multi_rot_version
84632025-06-17T19:09:29.249Z PASS [ 0.039s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
84642025-06-17T19:09:29.249Z PASS [ 0.047s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
84652025-06-17T19:09:29.277Z PASS [ 0.979s] trust-quorum::coordinator test_coordinator_behavior_from_empty_state
84662025-06-17T19:09:29.307Z PASS [ 0.077s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
84672025-06-17T19:09:29.307Z PASS [ 0.024s] update-engine display::line_display_shared::tests::test_format_progress_counter
84682025-06-17T19:09:29.337Z PASS [ 0.025s] update-engine display::line_display_shared::tests::test_start_line
84692025-06-17T19:09:29.337Z PASS [ 3.130s] sled-storage manager::tests::upsert_filesystem
84702025-06-17T19:09:29.371Z PASS [ 0.038s] update-engine engine::tests::error_exits_early
84712025-06-17T19:09:29.371Z PASS [ 0.031s] update-engine events::tests::progress_event_parse_unknown
84722025-06-17T19:09:29.371Z PASS [ 0.026s] update-engine events::tests::step_event_parse_unknown
84732025-06-17T19:09:29.371Z PASS [ 0.025s] update-engine spec::tests::test_merge_anyhow_list
84742025-06-17T19:09:29.400Z PASS [ 0.138s] update-engine display::group_display::tests::test_stats
84752025-06-17T19:09:29.400Z PASS [ 2.559s] sled-storage manager::tests::upsert_filesystem_no_uuid
84762025-06-17T19:09:29.400Z PASS [ 0.033s] wicket state::inventory::tests::component_id_display
84772025-06-17T19:09:29.400Z PASS [ 0.028s] wicket state::rack::tests::prev_next_are_opposites
84782025-06-17T19:09:29.400Z PASS [ 0.024s] wicket state::rack::tests::up_down_are_opposites
84792025-06-17T19:09:29.458Z PASS [ 0.065s] wicket-common rack_setup::tests::roundtrip_import_export_policy
84802025-06-17T19:09:29.483Z PASS [ 0.108s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
84812025-06-17T19:09:29.483Z PASS [ 0.076s] wicketd installinator_progress::tests::test_states
84822025-06-17T19:09:29.483Z PASS [ 0.076s] wicketd rss_config::tests::test_bgp_auth_key_states
84832025-06-17T19:09:29.532Z PASS [ 0.304s] update-engine buffer::tests::test_buffer
84842025-06-17T19:09:29.702Z PASS [ 0.315s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
84852025-06-17T19:09:30.454Z PASS [ 0.996s] wicketd::mod integration_tests::inventory::test_inventory
84862025-06-17T19:09:30.722Z PASS [ 1.249s] wicketd::mod integration_tests::updates::test_update_races
84872025-06-17T19:09:30.972Z PASS [ 1.509s] wicketd::mod integration_tests::updates::test_installinator_fetch
84882025-06-17T19:09:31.575Z PASS [ 2.688s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
84892025-06-17T19:09:32.848Z PASS [ 3.372s] wicketd::mod integration_tests::updates::test_updates
84902025-06-17T19:09:34.523Z PASS [ 9.872s] sled-storage manager::tests::ensure_many_datasets
84912025-06-17T19:09:34.523Z────────────
84922025-06-17T19:09:34.523Z Summary [3275.376s] 2085 tests run: 2084 passed (35 slow, 1 leaky), 1 failed, 3 skipped
84932025-06-17T19:09:34.523Z FAIL [ 39.483s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
84942025-06-17T19:09:34.603Zerror: test run failed
84952025-06-17T19:09:34.631Z
84962025-06-17T19:09:34.631Zreal 55:01.532070427
84972025-06-17T19:09:34.631Zuser 5:30:34.322005934
84982025-06-17T19:09:34.631Zsys 1:08:34.835515831
84992025-06-17T19:09:34.631Ztrap 3:42.782115762
85002025-06-17T19:09:34.631Ztflt 14.857688969
85012025-06-17T19:09:34.631Zdflt 1:16.797844431
85022025-06-17T19:09:34.631Zkflt 0.252525840
85032025-06-17T19:09:34.631Zlock 1830:27:21.622188519
85042025-06-17T19:09:34.631Zslp 146:26:54.389615361
85052025-06-17T19:09:34.631Zlat 8:55:01.818546281
85062025-06-17T19:09:34.631Zstop 1:42:39.154165026
85072025-06-17T19:09:35.692Zprocess exited: duration 5249814 ms, exit code 100
 
85082025-06-17T19:09:35.758Zfound 59 output files
85092025-06-17T19:09:35.758Zuploading: /work/crate-build-timings.json (648515 bytes)
85102025-06-17T19:09:37.711Zuploaded: /work/crate-build-timings.json
85112025-06-17T19:09:37.711Zuploading: /work/environment.json (130 bytes)
85122025-06-17T19:09:38.815Zuploaded: /work/environment.json
85132025-06-17T19:09:38.815Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (444436 bytes)
85142025-06-17T19:09:40.365Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
85152025-06-17T19:09:40.365Zuploading: /var/tmp/omicron_tmp/.tmp7myudV/mgd_stderr (0 bytes)
85162025-06-17T19:09:41.441Zuploaded: /var/tmp/omicron_tmp/.tmp7myudV/mgd_stderr
85172025-06-17T19:09:41.442Zuploading: /var/tmp/omicron_tmp/.tmp7myudV/mgd_stdout (29349 bytes)
85182025-06-17T19:09:42.614Zuploaded: /var/tmp/omicron_tmp/.tmp7myudV/mgd_stdout
85192025-06-17T19:09:42.614Zuploading: /var/tmp/omicron_tmp/.tmp7myudV/rdb/conf (62 bytes)
85202025-06-17T19:09:43.721Zuploaded: /var/tmp/omicron_tmp/.tmp7myudV/rdb/conf
85212025-06-17T19:09:43.721Zuploading: /var/tmp/omicron_tmp/.tmp7myudV/rdb/db (629 bytes)
85222025-06-17T19:09:44.820Zuploaded: /var/tmp/omicron_tmp/.tmp7myudV/rdb/db
85232025-06-17T19:09:44.845Zuploading: /var/tmp/omicron_tmp/.tmpOgHNyV/dendrite_stderr (0 bytes)
85242025-06-17T19:09:45.899Zuploaded: /var/tmp/omicron_tmp/.tmpOgHNyV/dendrite_stderr
85252025-06-17T19:09:45.924Zuploading: /var/tmp/omicron_tmp/.tmpOgHNyV/dendrite_stdout (67160 bytes)
85262025-06-17T19:09:47.115Zuploaded: /var/tmp/omicron_tmp/.tmpOgHNyV/dendrite_stdout
85272025-06-17T19:09:47.115Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/cockroachdb_stderr (704 bytes)
85282025-06-17T19:09:48.227Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/cockroachdb_stderr
85292025-06-17T19:09:48.227Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/cockroachdb_stdout (873 bytes)
85302025-06-17T19:09:49.348Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/cockroachdb_stdout
85312025-06-17T19:09:49.348Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/000015.log (234730 bytes)
85322025-06-17T19:09:50.814Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/000015.log
85332025-06-17T19:09:50.814Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/000018.sst (654728 bytes)
85342025-06-17T19:09:52.450Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/000018.sst
85352025-06-17T19:09:52.489Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/000019.log (5754047 bytes)
85362025-06-17T19:09:55.277Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/000019.log
85372025-06-17T19:09:55.277Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/CURRENT (16 bytes)
85382025-06-17T19:09:56.392Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/CURRENT
85392025-06-17T19:09:56.392Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/LOCK (0 bytes)
85402025-06-17T19:09:57.472Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/LOCK
85412025-06-17T19:09:57.472Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/MANIFEST-000001 (44 bytes)
85422025-06-17T19:09:58.571Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/MANIFEST-000001
85432025-06-17T19:09:58.611Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/MANIFEST-000016 (586 bytes)
85442025-06-17T19:09:59.713Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/MANIFEST-000016
85452025-06-17T19:09:59.713Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/OPTIONS-000017 (2366 bytes)
85462025-06-17T19:10:00.942Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/OPTIONS-000017
85472025-06-17T19:10:00.942Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/STORAGE_MIN_VERSION (8 bytes)
85482025-06-17T19:10:02.071Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/STORAGE_MIN_VERSION
85492025-06-17T19:10:02.071Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach-temp2845931706/000002.log (0 bytes)
85502025-06-17T19:10:03.147Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach-temp2845931706/000002.log
85512025-06-17T19:10:03.147Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach-temp2845931706/CURRENT (16 bytes)
85522025-06-17T19:10:07.784Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach-temp2845931706/CURRENT
85532025-06-17T19:10:07.784Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach-temp2845931706/LOCK (0 bytes)
85542025-06-17T19:10:08.856Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach-temp2845931706/LOCK
85552025-06-17T19:10:08.857Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach-temp2845931706/MANIFEST-000001 (50 bytes)
85562025-06-17T19:10:09.958Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach-temp2845931706/MANIFEST-000001
85572025-06-17T19:10:09.958Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach-temp2845931706/OPTIONS-000003 (2303 bytes)
85582025-06-17T19:10:11.058Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach-temp2845931706/OPTIONS-000003
85592025-06-17T19:10:11.091Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach-temp2845931706/TEMP_DIR.LOCK (0 bytes)
85602025-06-17T19:10:12.144Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach-temp2845931706/TEMP_DIR.LOCK
85612025-06-17T19:10:12.144Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach.advertise-addr (11 bytes)
85622025-06-17T19:10:13.261Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach.advertise-addr
85632025-06-17T19:10:13.261Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach.advertise-sql-addr (11 bytes)
85642025-06-17T19:10:14.359Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach.advertise-sql-addr
85652025-06-17T19:10:14.359Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach.http-addr (11 bytes)
85662025-06-17T19:10:15.459Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach.http-addr
85672025-06-17T19:10:15.459Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach.listen-addr (11 bytes)
85682025-06-17T19:10:16.561Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach.listen-addr
85692025-06-17T19:10:16.561Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach.sql-addr (11 bytes)
85702025-06-17T19:10:17.661Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/cockroach.sql-addr
85712025-06-17T19:10:17.661Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-health.bmat-EVT22200007-00007920.build.2025-06-17T18_15_34Z.012383.log (1333 bytes)
85722025-06-17T19:10:18.767Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-health.bmat-EVT22200007-00007920.build.2025-06-17T18_15_34Z.012383.log
85732025-06-17T19:10:18.767Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-health.bmat-EVT22200007-00007920.build.2025-06-17T18_52_10Z.024721.log (3430 bytes)
85742025-06-17T19:10:19.868Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-health.bmat-EVT22200007-00007920.build.2025-06-17T18_52_10Z.024721.log
85752025-06-17T19:10:19.868Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-health.log (3430 bytes)
85762025-06-17T19:10:20.969Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-health.log
85772025-06-17T19:10:20.969Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-pebble.bmat-EVT22200007-00007920.build.2025-06-17T18_15_33Z.012383.log (3216 bytes)
85782025-06-17T19:10:22.069Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-pebble.bmat-EVT22200007-00007920.build.2025-06-17T18_15_33Z.012383.log
85792025-06-17T19:10:22.095Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-pebble.bmat-EVT22200007-00007920.build.2025-06-17T18_52_09Z.024721.log (5023 bytes)
85802025-06-17T19:10:23.191Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-pebble.bmat-EVT22200007-00007920.build.2025-06-17T18_52_09Z.024721.log
85812025-06-17T19:10:23.191Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-pebble.log (5023 bytes)
85822025-06-17T19:10:24.316Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-pebble.log
85832025-06-17T19:10:24.316Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-security.bmat-EVT22200007-00007920.build.2025-06-17T18_15_35Z.012383.log (1780 bytes)
85842025-06-17T19:10:25.416Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-security.bmat-EVT22200007-00007920.build.2025-06-17T18_15_35Z.012383.log
85852025-06-17T19:10:25.416Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-security.log (1780 bytes)
85862025-06-17T19:10:26.518Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-security.log
85872025-06-17T19:10:26.518Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-sql-schema.bmat-EVT22200007-00007920.build.2025-06-17T18_15_33Z.012383.log (236694 bytes)
85882025-06-17T19:10:28.096Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-sql-schema.bmat-EVT22200007-00007920.build.2025-06-17T18_15_33Z.012383.log
85892025-06-17T19:10:28.096Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-sql-schema.log (236694 bytes)
85902025-06-17T19:10:29.573Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-sql-schema.log
85912025-06-17T19:10:29.598Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-stderr.bmat-EVT22200007-00007920.build.2025-06-17T18_15_33Z.012383.log (1137 bytes)
85922025-06-17T19:10:30.671Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-stderr.bmat-EVT22200007-00007920.build.2025-06-17T18_15_33Z.012383.log
85932025-06-17T19:10:30.697Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-stderr.bmat-EVT22200007-00007920.build.2025-06-17T18_52_09Z.024721.log (1126 bytes)
85942025-06-17T19:10:31.771Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-stderr.bmat-EVT22200007-00007920.build.2025-06-17T18_52_09Z.024721.log
85952025-06-17T19:10:31.797Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-stderr.log (1126 bytes)
85962025-06-17T19:10:32.871Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-stderr.log
85972025-06-17T19:10:32.871Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-telemetry.bmat-EVT22200007-00007920.build.2025-06-17T18_52_11Z.024721.log (31148 bytes)
85982025-06-17T19:10:34.017Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-telemetry.bmat-EVT22200007-00007920.build.2025-06-17T18_52_11Z.024721.log
85992025-06-17T19:10:34.017Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-telemetry.log (31148 bytes)
86002025-06-17T19:10:35.144Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach-telemetry.log
86012025-06-17T19:10:35.144Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach.bmat-EVT22200007-00007920.build.2025-06-17T18_15_33Z.012383.log (372208 bytes)
86022025-06-17T19:10:36.673Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach.bmat-EVT22200007-00007920.build.2025-06-17T18_15_33Z.012383.log
86032025-06-17T19:10:36.699Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach.bmat-EVT22200007-00007920.build.2025-06-17T18_52_09Z.024721.log (54070 bytes)
86042025-06-17T19:10:37.821Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach.bmat-EVT22200007-00007920.build.2025-06-17T18_52_09Z.024721.log
86052025-06-17T19:10:37.848Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach.log (54070 bytes)
86062025-06-17T19:10:38.968Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/cockroach.log
86072025-06-17T19:10:38.968Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/heap_profiler/memprof.2025-06-17T18_52_20.647.53800528.pprof (94571 bytes)
86082025-06-17T19:10:40.182Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/heap_profiler/memprof.2025-06-17T18_52_20.647.53800528.pprof
86092025-06-17T19:10:40.182Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/heap_profiler/memprof.2025-06-17T18_52_30.647.65522792.pprof (125775 bytes)
86102025-06-17T19:10:41.399Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/logs/heap_profiler/memprof.2025-06-17T18_52_30.647.65522792.pprof
86112025-06-17T19:10:41.399Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/marker.format-version.000005.006 (0 bytes)
86122025-06-17T19:10:43.979Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/marker.format-version.000005.006
86132025-06-17T19:10:43.979Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/marker.manifest.000002.MANIFEST-000016 (0 bytes)
86142025-06-17T19:10:45.047Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/marker.manifest.000002.MANIFEST-000016
86152025-06-17T19:10:45.072Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/data/temp-dirs-record.txt (62 bytes)
86162025-06-17T19:10:46.150Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/data/temp-dirs-record.txt
86172025-06-17T19:10:46.150Zuploading: /var/tmp/omicron_tmp/.tmpnkiSaL/listen-url (56 bytes)
86182025-06-17T19:10:47.251Zuploaded: /var/tmp/omicron_tmp/.tmpnkiSaL/listen-url
86192025-06-17T19:10:47.251Zuploading: /var/tmp/omicron_tmp/test_all-19fa3b57abad3d04-test_updating_running_instance_boot_disk_is_conflict.24714.0.log (4632430 bytes)
86202025-06-17T19:10:50.957Zuploaded: /var/tmp/omicron_tmp/test_all-19fa3b57abad3d04-test_updating_running_instance_boot_disk_is_conflict.24714.0.log
86212025-06-17T19:10:50.957Zuploading: /var/tmp/omicron_tmp/test_all-19fa3b57abad3d04-test_updating_running_instance_boot_disk_is_conflict.24714.1-clickhouse-DBBvoz/clickhouse-server.errlog (20460 bytes)
86222025-06-17T19:10:52.057Zuploaded: /var/tmp/omicron_tmp/test_all-19fa3b57abad3d04-test_updating_running_instance_boot_disk_is_conflict.24714.1-clickhouse-DBBvoz/clickhouse-server.errlog
86232025-06-17T19:10:52.057Zuploading: /var/tmp/omicron_tmp/test_all-19fa3b57abad3d04-test_updating_running_instance_boot_disk_is_conflict.24714.1-clickhouse-DBBvoz/clickhouse-server.log (244858 bytes)
86242025-06-17T19:10:53.254Zuploaded: /var/tmp/omicron_tmp/test_all-19fa3b57abad3d04-test_updating_running_instance_boot_disk_is_conflict.24714.1-clickhouse-DBBvoz/clickhouse-server.log
86252025-06-17T19:10:53.254Zuploading: /var/tmp/omicron_tmp/test_all-19fa3b57abad3d04-test_updating_running_instance_boot_disk_is_conflict.24714.2.log (3443044 bytes)
86262025-06-17T19:10:55.679Zuploaded: /var/tmp/omicron_tmp/test_all-19fa3b57abad3d04-test_updating_running_instance_boot_disk_is_conflict.24714.2.log