01K7877SEBB5ZT52166EKXPQY9: 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: 01K78782B6CNYR4WMNWYC247RZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-10-10T23:28:33.350Zjob assigned to worker 01K78782GK0C1WRZ24P7XG26K3 [factory gimlet-EVT22200007-propolis, EVT22200007/44626] (queued for 23 s)
 
22025-10-10T23:28:41.592Zstarting task 0: "setup"
32025-10-10T23:28:41.617Z++ uname -s
42025-10-10T23:28:41.617Z+ kern=SunOS
52025-10-10T23:28:41.617Z+ build_user=build
62025-10-10T23:28:41.617Z+ build_uid=12345
72025-10-10T23:28:41.617Z+ work_dir=/work
82025-10-10T23:28:41.617Z+ input_dir=/input
92025-10-10T23:28:41.617Z+ [[ 0 == 12345 ]]
102025-10-10T23:28:41.618Z+ case "$kern" in
112025-10-10T23:28:41.618Z+ groupadd -g 12345 build
122025-10-10T23:28:41.618Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-10-10T23:28:43.617Z+ zfs create -o mountpoint=/work rpool/work
142025-10-10T23:28:43.654Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-10-10T23:28:43.679Z+ home_fs=zfs
162025-10-10T23:28:43.679Z+ [[ zfs == autofs ]]
172025-10-10T23:28:43.679Z+ mkdir -p /home/build
182025-10-10T23:28:43.679Z+ chown build:build /home/build /work
192025-10-10T23:28:45.663Z+ chmod 0700 /home/build /work
202025-10-10T23:28:45.688Zprocess exited: duration 4074 ms, exit code 0
 
212025-10-10T23:28:45.738Zstarting task 1: "rust-toolchain"
222025-10-10T23:28:45.764Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-10-10T23:28:45.764Z * rust toolchain channel = "1.89.0"
242025-10-10T23:28:45.764Z * rust toolchain profile = "default"
252025-10-10T23:28:45.764Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-10-10T23:28:45.764Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-10-10T23:28:45.764Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-10-10T23:28:45.764Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-10-10T23:28:45.764Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-10-10T23:28:45.880Zinfo: downloading installer
312025-10-10T23:28:46.353Zwarn: It looks like you have an existing installation of Rust at:
322025-10-10T23:28:46.353Zwarn: /opt/ooce/bin
332025-10-10T23:28:46.353Zwarn: It is recommended that rustup be the primary Rust installation.
342025-10-10T23:28:46.353Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-10-10T23:28:46.353Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-10-10T23:28:46.353Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-10-10T23:28:46.353Zwarn: or pass `-y' to ignore all ignorable checks.
382025-10-10T23:28:46.353Zerror: cannot install while Rust is installed
392025-10-10T23:28:46.353Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-10-10T23:28:46.378Zinfo: profile set to 'default'
412025-10-10T23:28:46.379Zinfo: default host triple is x86_64-unknown-illumos
422025-10-10T23:28:46.379Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-10-10T23:28:46.480Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-10-10T23:28:46.480Zinfo: downloading component 'cargo'
452025-10-10T23:28:46.655Zinfo: downloading component 'clippy'
462025-10-10T23:28:46.734Zinfo: downloading component 'rust-docs'
472025-10-10T23:28:46.948Zinfo: downloading component 'rust-std'
482025-10-10T23:28:47.223Zinfo: downloading component 'rustc'
492025-10-10T23:28:48.672Zinfo: downloading component 'rustfmt'
502025-10-10T23:28:48.824Zinfo: installing component 'cargo'
512025-10-10T23:28:50.162Zinfo: installing component 'clippy'
522025-10-10T23:28:50.623Zinfo: installing component 'rust-docs'
532025-10-10T23:28:53.725Zinfo: installing component 'rust-std'
542025-10-10T23:28:55.973Zinfo: installing component 'rustc'
552025-10-10T23:29:04.226Zinfo: installing component 'rustfmt'
562025-10-10T23:29:04.604Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-10-10T23:29:04.604Z
582025-10-10T23:29:04.793Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-10-10T23:29:04.794Z
602025-10-10T23:29:04.794Z
612025-10-10T23:29:04.794ZRust is installed now. Great!
622025-10-10T23:29:04.794Z
632025-10-10T23:29:04.794ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-10-10T23:29:04.794Zenvironment variable. This has not been done automatically.
652025-10-10T23:29:04.794Z
662025-10-10T23:29:04.794ZTo configure your current shell, you need to source
672025-10-10T23:29:04.794Zthe corresponding env file under $HOME/.cargo.
682025-10-10T23:29:04.794Z
692025-10-10T23:29:04.794ZThis is usually done by running one of the following (note the leading DOT):
702025-10-10T23:29:04.794Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-10-10T23:29:04.794Zsource "$HOME/.cargo/env.fish" # For fish
722025-10-10T23:29:04.794Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-10-10T23:29:04.906Z+ rustup --version
742025-10-10T23:29:04.931Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-10-10T23:29:04.931Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-10-10T23:29:05.050Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-10-10T23:29:05.075Z+ cargo --version
782025-10-10T23:29:05.163Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-10-10T23:29:05.188Z+ rustc --version
802025-10-10T23:29:05.298Zrustc 1.89.0 (29483883e 2025-08-04)
812025-10-10T23:29:05.323Zprocess exited: duration 19564 ms, exit code 0
 
822025-10-10T23:29:05.374Zstarting task 2: "authentication"
832025-10-10T23:29:05.437Zprocess exited: duration 61 ms, exit code 0
 
842025-10-10T23:29:05.488Zstarting task 3: "clone repository"
852025-10-10T23:29:05.513Z+ mkdir -p /work/oxidecomputer/omicron
862025-10-10T23:29:05.513Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-10-10T23:29:05.539ZCloning into '/work/oxidecomputer/omicron'...
882025-10-10T23:29:15.636Z+ cd /work/oxidecomputer/omicron
892025-10-10T23:29:15.636Z+ git fetch origin 051db059074932b16862875212436e3eb4d0e77f
902025-10-10T23:29:16.071ZFrom https://github.com/oxidecomputer/omicron
912025-10-10T23:29:16.071Z * branch 051db059074932b16862875212436e3eb4d0e77f -> FETCH_HEAD
922025-10-10T23:29:16.096Z+ [[ -n dap/support-bundle-update ]]
932025-10-10T23:29:16.096Z++ git branch --show-current
942025-10-10T23:29:16.097Z+ current=main
952025-10-10T23:29:16.097Z+ [[ main != dap/support-bundle-update ]]
962025-10-10T23:29:16.097Z+ git branch -f dap/support-bundle-update 051db059074932b16862875212436e3eb4d0e77f
972025-10-10T23:29:16.097Z+ git checkout -f dap/support-bundle-update
982025-10-10T23:29:16.357ZSwitched to branch 'dap/support-bundle-update'
992025-10-10T23:29:16.382Z+ git reset --hard 051db059074932b16862875212436e3eb4d0e77f
1002025-10-10T23:29:16.382ZHEAD is now at 051db0590 assembly of reconfigurator state should have limits
1012025-10-10T23:29:16.382Zprocess exited: duration 10890 ms, exit code 0
 
1022025-10-10T23:29:16.433Zstarting task 4: "build"
1032025-10-10T23:29:16.458Z+ source ./env.sh
1042025-10-10T23:29:16.459Z++ OLD_SHELL_OPTS=ehxB
1052025-10-10T23:29:16.459Z++ set -o xtrace
1062025-10-10T23:29:16.459Z++++ dirname ./env.sh
1072025-10-10T23:29:16.459Z+++ readlink -f .
1082025-10-10T23:29:16.459Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-10-10T23:29:16.459Z++ 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-10-10T23:29:16.459Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-10-10T23:29:16.459Z++ 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-10-10T23:29:16.459Z++ 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-10-10T23:29:16.459Z++ 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-10-10T23:29:16.459Z++ 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-10-10T23:29:16.459Z++ 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-10-10T23:29:16.459Z++ 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-10-10T23:29:16.459Z++ case $OLD_SHELL_OPTS in
1182025-10-10T23:29:16.459Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-10-10T23:29:16.459Z+ source .github/buildomat/ci-env.sh
1202025-10-10T23:29:16.459Z++ export CARGO_TERM_COLOR=always
1212025-10-10T23:29:16.459Z++ CARGO_TERM_COLOR=always
1222025-10-10T23:29:16.459Z+ target_os=illumos
1232025-10-10T23:29:16.459Z+ NEXTEST_VERSION=0.9.98
1242025-10-10T23:29:16.459Z+ cargo --version
1252025-10-10T23:29:16.548Zcargo 1.89.0 (c24e10642 2025-06-23)
1262025-10-10T23:29:16.573Z+ rustc --version
1272025-10-10T23:29:16.645Zrustc 1.89.0 (29483883e 2025-08-04)
1282025-10-10T23:29:16.673Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.98/illumos
1292025-10-10T23:29:16.673Z+ gunzip
1302025-10-10T23:29:16.673Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-10-10T23:29:17.564Zx cargo-nextest, 18644352 bytes, 36415 tape blocks
1322025-10-10T23:29:17.590Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-10-10T23:29:17.590Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-10-10T23:29:17.590Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-10-10T23:29:17.590Z+ mkdir /var/tmp/omicron_tmp
1362025-10-10T23:29:17.590Z+ OUTPUT_DIR=/work
1372025-10-10T23:29:17.590Z+ echo 'tests will store non-ephemeral output in /work'
1382025-10-10T23:29:17.590Ztests will store non-ephemeral output in /work
1392025-10-10T23:29:17.590Z+ mkdir -p /work
1402025-10-10T23:29:17.590Z+ banner prerequisites
1412025-10-10T23:29:17.590Z
1422025-10-10T23:29:17.590Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-10-10T23:29:17.590Z # # # # # # # # # # # # # # #
1442025-10-10T23:29:17.590Z # # # # ##### # # ##### # # # # # #### #
1452025-10-10T23:29:17.591Z ##### ##### # ##### # # # # # # # # #
1462025-10-10T23:29:17.591Z # # # # # # # # # # # # # # #
1472025-10-10T23:29:17.591Z # # # ###### # # ###### ### # #### # #### #
1482025-10-10T23:29:17.591Z
1492025-10-10T23:29:17.591Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-10-10T23:29:33.577Z Startup: Refreshing catalog 'helios-dev' ... Done
1512025-10-10T23:29:43.925Z Startup: Caching catalogs ... Done
1522025-10-10T23:29:57.909ZPlanning: Solver setup ... Done (12.205s)
1532025-10-10T23:29:58.009ZPlanning: Running solver ... Done (0.100s)
1542025-10-10T23:29:58.125ZPlanning: Finding local manifests ... Done (0.002s)
1552025-10-10T23:29:58.208ZPlanning: Fetching manifests: 0/4 0% complete
1562025-10-10T23:29:58.571ZPlanning: Fetching manifests: 4/4 100% complete
1572025-10-10T23:29:58.630ZPlanning: Package planning ... Done (0.059s)
1582025-10-10T23:29:58.691ZPlanning: Merging actions ... Done (0.061s)
1592025-10-10T23:29:59.015ZPlanning: Checking for conflicting actions ... Done (0.324s)
1602025-10-10T23:29:59.040ZPlanning: Consolidating action changes ... Done (0.013s)
1612025-10-10T23:29:59.686ZPlanning: Evaluating mediators ... Done (0.657s)
1622025-10-10T23:29:59.711ZPlanning: Planning completed in 15.66 seconds
1632025-10-10T23:29:59.737Z Packages to install: 4
1642025-10-10T23:29:59.737Z Mediators to change: 2
1652025-10-10T23:29:59.737Z Services to change: 1
1662025-10-10T23:29:59.737Z Estimated space available: 154.99 GB
1672025-10-10T23:29:59.737ZEstimated space to be consumed: 1.74 GB
1682025-10-10T23:29:59.737Z Create boot environment: No
1692025-10-10T23:29:59.737ZCreate backup boot environment: No
1702025-10-10T23:29:59.737Z Rebuild boot archive: No
1712025-10-10T23:29:59.737Z
1722025-10-10T23:29:59.737ZChanged mediators:
1732025-10-10T23:29:59.737Z mediator clang:
1742025-10-10T23:29:59.737Z version: None -> 15 (system default)
1752025-10-10T23:29:59.737Z
1762025-10-10T23:29:59.737Z mediator llvm:
1772025-10-10T23:29:59.737Z version: 14 (system default) -> 15 (system default)
1782025-10-10T23:29:59.737Z
1792025-10-10T23:29:59.737ZChanged packages:
1802025-10-10T23:29:59.737Zhelios-dev
1812025-10-10T23:29:59.737Z developer/build-essential
1822025-10-10T23:29:59.737Z None -> 11-2.0
1832025-10-10T23:29:59.737Z library/libxmlsec1
1842025-10-10T23:29:59.737Z None -> 1.2.35-2.0
1852025-10-10T23:29:59.737Z ooce/developer/clang-15
1862025-10-10T23:29:59.737Z None -> 15.0.7-2.0
1872025-10-10T23:29:59.737Z ooce/developer/llvm-15
1882025-10-10T23:29:59.737Z None -> 15.0.7-2.0
1892025-10-10T23:29:59.737Z
1902025-10-10T23:29:59.737ZServices:
1912025-10-10T23:29:59.737Z restart_fmri:
1922025-10-10T23:29:59.738Z svc:/system/update-man-index:default
1932025-10-10T23:29:59.772Z
1942025-10-10T23:29:59.772ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952025-10-10T23:30:04.774ZDownload: 1362/3290 items 108.9/212.6MB 51% complete (21.9M/s)
1962025-10-10T23:30:09.774ZDownload: 2459/3290 items 119.9/212.6MB 56% complete (12.2M/s)
1972025-10-10T23:30:14.788ZDownload: 3248/3290 items 178.9/212.6MB 84% complete (7.7M/s)
1982025-10-10T23:30:19.331ZDownload: Completed 212.60 MB in 19.56 seconds (10.9M/s)
1992025-10-10T23:30:19.505Z Actions: 1/3689 actions (Installing new actions)
2002025-10-10T23:30:25.162Z Actions: 3002/3689 actions (Installing new actions)
2012025-10-10T23:30:25.346Z Actions: Completed 3689 actions in 5.84 seconds.
2022025-10-10T23:30:25.982Z Done (0.631s)
2032025-10-10T23:30:25.982Z Done (0.000s)
2042025-10-10T23:30:27.091Z Done (1.108s)
2052025-10-10T23:30:32.090Z Done (4.768s)
2062025-10-10T23:30:32.183Z Done (0.017s)
2072025-10-10T23:30:32.208Z Done (0.000s)
2082025-10-10T23:30:32.332Z Done (0.000s)
2092025-10-10T23:30:33.271ZPlanning: Evaluating mediator changes ... Done
2102025-10-10T23:30:33.472ZPlanning: Checking for conflicting actions ... Done
2112025-10-10T23:30:33.498ZPlanning: Consolidating action changes ... Done
2122025-10-10T23:30:33.800ZPlanning: Evaluating mediators ... Done
2132025-10-10T23:30:33.825ZPlanning: Planning completed in 0.53 seconds
2142025-10-10T23:30:33.850Z Mediators to change: 2
2152025-10-10T23:30:33.850Z Create boot environment: No
2162025-10-10T23:30:33.850ZCreate backup boot environment: No
2172025-10-10T23:30:33.901Z Done
2182025-10-10T23:30:33.901Z Done
2192025-10-10T23:30:34.743Z Done
2202025-10-10T23:30:39.247Z Done
2212025-10-10T23:30:39.361Z Done
2222025-10-10T23:30:39.386Z Done
2232025-10-10T23:30:39.438Z Done
2242025-10-10T23:30:40.218ZPlanning: Evaluating mediator changes ... Done
2252025-10-10T23:30:40.243ZPlanning: Merging actions ... Done
2262025-10-10T23:30:40.464ZPlanning: Checking for conflicting actions ... Done
2272025-10-10T23:30:40.490ZPlanning: Consolidating action changes ... Done
2282025-10-10T23:30:40.786ZPlanning: Evaluating mediators ... Done
2292025-10-10T23:30:40.852ZPlanning: Planning completed in 0.96 seconds
2302025-10-10T23:30:40.893Z Packages to change: 1
2312025-10-10T23:30:40.893Z Mediators to change: 1
2322025-10-10T23:30:40.893Z Services to change: 1
2332025-10-10T23:30:40.893Z Create boot environment: No
2342025-10-10T23:30:40.893ZCreate backup boot environment: Yes
2352025-10-10T23:30:42.794Z Actions: 1/6 actions (Updating modified actions)
2362025-10-10T23:30:42.819Z Actions: Completed 6 actions in 0.00 seconds.
2372025-10-10T23:30:42.819Z Done
2382025-10-10T23:30:42.819Z Done
2392025-10-10T23:30:43.023Z Done
2402025-10-10T23:30:47.495Z Done
2412025-10-10T23:30:47.595Z Done
2422025-10-10T23:30:47.620Z Done
2432025-10-10T23:30:47.705Z Done
2442025-10-10T23:30:48.261ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2452025-10-10T23:30:48.261Zclang system 15 system
2462025-10-10T23:30:48.261Zcsh system system illumos
2472025-10-10T23:30:48.261Zctags system system illumos
2482025-10-10T23:30:48.261Zfile system system illumos
2492025-10-10T23:30:48.261Zgcc vendor 12 vendor
2502025-10-10T23:30:48.261Zgcc system 10 system
2512025-10-10T23:30:48.261Zgcc system 7 system
2522025-10-10T23:30:48.261Zgo system 1.20 system
2532025-10-10T23:30:48.261Zgo system 1.19 system
2542025-10-10T23:30:48.261Zllvm system 15 system
2552025-10-10T23:30:48.261Zllvm system 14 system
2562025-10-10T23:30:48.261Zmariadb system 10.6 system
2572025-10-10T23:30:48.261Zmta vendor vendor dma
2582025-10-10T23:30:48.261Zopenjdk system 17 system
2592025-10-10T23:30:48.261Zopenjdk system 11 system
2602025-10-10T23:30:48.261Zopenjdk system 1.8 system
2612025-10-10T23:30:48.261Zopenssl vendor 3 vendor
2622025-10-10T23:30:48.261Zperl system 5.36 system
2632025-10-10T23:30:48.261Zpostgresql system 15 system
2642025-10-10T23:30:48.262Zpostgresql system 13 system
2652025-10-10T23:30:48.262Zpython vendor 3 vendor
2662025-10-10T23:30:48.262Zpython system 2 system
2672025-10-10T23:30:48.262Zpython3 system 3.11 system
2682025-10-10T23:30:48.262Zruby system 3.0 system
2692025-10-10T23:30:48.262Zwords vendor vendor american-english
2702025-10-10T23:30:48.262Zwords system system australian-english
2712025-10-10T23:30:48.262Zwords system system british-english
2722025-10-10T23:30:48.262Zwords system system canadian-english
2732025-10-10T23:30:48.262Zwords system system french
2742025-10-10T23:30:48.262Zwords system system italian
2752025-10-10T23:30:48.262Zwords system system ngerman
2762025-10-10T23:30:48.262Zwords system system ogerman
2772025-10-10T23:30:48.262Zwords system system spanish
2782025-10-10T23:30:48.651ZPUBLISHER TYPE STATUS P LOCATION
2792025-10-10T23:30:48.651Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2802025-10-10T23:30:54.864ZFMRI IFO
2812025-10-10T23:30:54.864Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2822025-10-10T23:30:54.864Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2832025-10-10T23:30:54.864Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2842025-10-10T23:30:54.864Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2852025-10-10T23:30:54.864Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2862025-10-10T23:30:54.864Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2872025-10-10T23:30:54.864Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2882025-10-10T23:30:54.864Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2892025-10-10T23:30:54.864Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2902025-10-10T23:30:54.864Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2912025-10-10T23:30:54.864Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2922025-10-10T23:30:54.864Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2932025-10-10T23:30:54.864Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2942025-10-10T23:30:54.864Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2952025-10-10T23:30:54.864Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2962025-10-10T23:30:54.864Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2972025-10-10T23:30:55.984Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2982025-10-10T23:30:56.393Z Updating crates.io index
2992025-10-10T23:30:56.450Z Updating git repository `https://github.com/oxidecomputer/lldp`
3002025-10-10T23:30:56.951Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3012025-10-10T23:30:57.827Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3022025-10-10T23:30:58.156Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3032025-10-10T23:30:58.534Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3042025-10-10T23:30:58.958Z Updating git repository `https://github.com/oxidecomputer/propolis`
3052025-10-10T23:31:00.379Z Updating git repository `https://github.com/oxidecomputer/crucible`
3062025-10-10T23:31:02.815Z Updating git repository `https://github.com/oxidecomputer/opte`
3072025-10-10T23:31:03.963Z Updating git repository `https://github.com/oxidecomputer/falcon`
3082025-10-10T23:31:04.837Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3092025-10-10T23:31:05.604Z Updating git repository `https://github.com/oxidecomputer/clickward`
3102025-10-10T23:31:06.158Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3112025-10-10T23:31:06.556Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3122025-10-10T23:31:07.372Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3132025-10-10T23:31:07.991Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142025-10-10T23:31:08.381Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3152025-10-10T23:31:08.833Z Updating git repository `https://github.com/oxidecomputer/tofino`
3162025-10-10T23:31:09.204Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3172025-10-10T23:31:09.531Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3182025-10-10T23:31:09.885Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3192025-10-10T23:31:10.288Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3202025-10-10T23:31:10.726Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3212025-10-10T23:31:11.168Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3222025-10-10T23:31:11.818Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3232025-10-10T23:31:12.275Z Updating git repository `https://github.com/oxidecomputer/ispf`
3242025-10-10T23:31:12.729Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3252025-10-10T23:31:13.311Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3262025-10-10T23:31:13.920Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3272025-10-10T23:31:14.331Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3282025-10-10T23:31:14.836Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3292025-10-10T23:31:15.420Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3302025-10-10T23:31:15.768Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3312025-10-10T23:31:16.146Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3322025-10-10T23:31:16.505Z Updating git repository `https://github.com/oxidecomputer/omicron`
3332025-10-10T23:31:32.230Z Updating git repository `https://github.com/illumos/smf-rs`
3342025-10-10T23:31:34.065Z Downloading crates ...
3352025-10-10T23:31:34.140Z Downloaded anyhow v1.0.99
3362025-10-10T23:31:34.166Z Downloaded zerofrom-derive v0.1.4
3372025-10-10T23:31:34.166Z Downloaded usdt-impl v0.5.0
3382025-10-10T23:31:34.166Z Downloaded serde_core v1.0.226
3392025-10-10T23:31:34.166Z Downloaded tempfile v3.20.0
3402025-10-10T23:31:34.166Z Downloaded thiserror v1.0.69
3412025-10-10T23:31:34.166Z Downloaded typeid v1.0.3
3422025-10-10T23:31:34.166Z Downloaded tabled_derive v0.7.0
3432025-10-10T23:31:34.192Z Downloaded textwrap v0.16.2
3442025-10-10T23:31:34.192Z Downloaded toml_write v0.1.2
3452025-10-10T23:31:34.192Z Downloaded utf8_iter v1.0.4
3462025-10-10T23:31:34.192Z Downloaded thiserror-impl v1.0.69
3472025-10-10T23:31:34.192Z Downloaded once_cell v1.21.3
3482025-10-10T23:31:34.192Z Downloaded zerofrom v0.1.4
3492025-10-10T23:31:34.192Z Downloaded tabled v0.15.0
3502025-10-10T23:31:34.219Z Downloaded utf8parse v0.2.2
3512025-10-10T23:31:34.219Z Downloaded zerovec-derive v0.10.3
3522025-10-10T23:31:34.219Z Downloaded zerocopy-derive v0.7.35
3532025-10-10T23:31:34.219Z Downloaded unicode-ident v1.0.19
3542025-10-10T23:31:34.244Z Downloaded ucd-trie v0.1.7
3552025-10-10T23:31:34.244Z Downloaded url v2.5.4
3562025-10-10T23:31:34.244Z Downloaded smawk v0.3.2
3572025-10-10T23:31:34.244Z Downloaded quote v1.0.40
3582025-10-10T23:31:34.244Z Downloaded zerovec v0.10.4
3592025-10-10T23:31:34.244Z Downloaded unicode-width v0.2.0
3602025-10-10T23:31:34.270Z Downloaded strsim v0.11.1
3612025-10-10T23:31:34.270Z Downloaded stable_deref_trait v1.2.0
3622025-10-10T23:31:34.270Z Downloaded winnow v0.7.13
3632025-10-10T23:31:34.270Z Downloaded smallvec v1.15.1
3642025-10-10T23:31:34.270Z Downloaded pest_meta v2.8.2
3652025-10-10T23:31:34.270Z Downloaded serde_json v1.0.145
3662025-10-10T23:31:34.297Z Downloaded unicode-width v0.1.14
3672025-10-10T23:31:34.297Z Downloaded goblin v0.8.2
3682025-10-10T23:31:34.297Z Downloaded papergrid v0.11.0
3692025-10-10T23:31:34.297Z Downloaded litemap v0.7.3
3702025-10-10T23:31:34.297Z Downloaded pest v2.8.2
3712025-10-10T23:31:34.322Z Downloaded percent-encoding v2.3.2
3722025-10-10T23:31:34.322Z Downloaded ordered-float v2.10.1
3732025-10-10T23:31:34.322Z Downloaded num-traits v0.2.19
3742025-10-10T23:31:34.322Z Downloaded syn v2.0.106
3752025-10-10T23:31:34.322Z Downloaded syn v1.0.109
3762025-10-10T23:31:34.348Z Downloaded sha2 v0.10.9
3772025-10-10T23:31:34.348Z Downloaded serde_tokenstream v0.2.2
3782025-10-10T23:31:34.348Z Downloaded serde-value v0.7.0
3792025-10-10T23:31:34.348Z Downloaded scroll v0.12.0
3802025-10-10T23:31:34.348Z Downloaded scroll_derive v0.12.0
3812025-10-10T23:31:34.348Z Downloaded pretty-hex v0.4.1
3822025-10-10T23:31:34.348Z Downloaded log v0.4.27
3832025-10-10T23:31:34.348Z Downloaded zerocopy v0.7.35
3842025-10-10T23:31:34.374Z Downloaded rustix v0.38.37
3852025-10-10T23:31:34.399Z Downloaded synstructure v0.13.1
3862025-10-10T23:31:34.399Z Downloaded rustix v1.0.7
3872025-10-10T23:31:34.425Z Downloaded serde-untagged v0.1.7
3882025-10-10T23:31:34.425Z Downloaded serde v1.0.226
3892025-10-10T23:31:34.425Z Downloaded proc-macro-error-attr v1.0.4
3902025-10-10T23:31:34.425Z Downloaded memmap v0.7.0
3912025-10-10T23:31:34.425Z Downloaded memchr v2.7.4
3922025-10-10T23:31:34.425Z Downloaded itoa v1.0.11
3932025-10-10T23:31:34.425Z Downloaded proc-macro-error v1.0.4
3942025-10-10T23:31:34.425Z Downloaded plain v0.2.3
3952025-10-10T23:31:34.425Z Downloaded pest_generator v2.8.2
3962025-10-10T23:31:34.425Z Downloaded macaddr v1.0.1
3972025-10-10T23:31:34.451Z Downloaded icu_properties v1.5.1
3982025-10-10T23:31:34.451Z Downloaded swrite v0.1.0
3992025-10-10T23:31:34.451Z Downloaded serde_spanned v0.6.9
4002025-10-10T23:31:34.451Z Downloaded semver v1.0.27
4012025-10-10T23:31:34.451Z Downloaded proc-macro2 v1.0.101
4022025-10-10T23:31:34.451Z Downloaded pest_derive v2.8.2
4032025-10-10T23:31:34.451Z Downloaded libc v0.2.174
4042025-10-10T23:31:34.477Z Downloaded is_terminal_polyfill v1.70.1
4052025-10-10T23:31:34.477Z Downloaded idna_adapter v1.2.0
4062025-10-10T23:31:34.477Z Downloaded icu_properties_data v1.5.0
4072025-10-10T23:31:34.477Z Downloaded heck v0.4.1
4082025-10-10T23:31:34.477Z Downloaded hashbrown v0.16.0
4092025-10-10T23:31:34.503Z Downloaded generic-array v0.14.7
4102025-10-10T23:31:34.503Z Downloaded fnv v1.0.7
4112025-10-10T23:31:34.503Z Downloaded fastrand v2.1.1
4122025-10-10T23:31:34.503Z Downloaded erased-serde v0.4.6
4132025-10-10T23:31:34.503Z Downloaded digest v0.10.7
4142025-10-10T23:31:34.503Z Downloaded cpufeatures v0.2.14
4152025-10-10T23:31:34.503Z Downloaded colorchoice v1.0.2
4162025-10-10T23:31:34.503Z Downloaded clap_derive v4.5.47
4172025-10-10T23:31:34.503Z Downloaded cargo_metadata v0.21.0
4182025-10-10T23:31:34.503Z Downloaded autocfg v1.4.0
4192025-10-10T23:31:34.503Z Downloaded serde_derive v1.0.226
4202025-10-10T23:31:34.503Z Downloaded ryu v1.0.18
4212025-10-10T23:31:34.529Z Downloaded indexmap v2.11.4
4222025-10-10T23:31:34.529Z Downloaded idna v1.0.3
4232025-10-10T23:31:34.529Z Downloaded icu_provider v1.5.0
4242025-10-10T23:31:34.529Z Downloaded icu_normalizer v1.5.0
4252025-10-10T23:31:34.529Z Downloaded fs-err v3.1.1
4262025-10-10T23:31:34.529Z Downloaded displaydoc v0.2.5
4272025-10-10T23:31:34.529Z Downloaded bitflags v2.9.4
4282025-10-10T23:31:34.529Z Downloaded typenum v1.17.0
4292025-10-10T23:31:34.555Z Downloaded toml v0.8.23
4302025-10-10T23:31:34.555Z Downloaded thiserror v2.0.17
4312025-10-10T23:31:34.555Z Downloaded icu_collections v1.5.0
4322025-10-10T23:31:34.555Z Downloaded camino-tempfile v1.4.1
4332025-10-10T23:31:34.555Z Downloaded byteorder v1.5.0
4342025-10-10T23:31:34.555Z Downloaded bytecount v0.6.8
4352025-10-10T23:31:34.555Z Downloaded yoke v0.7.4
4362025-10-10T23:31:34.555Z Downloaded writeable v0.5.5
4372025-10-10T23:31:34.555Z Downloaded version_check v0.9.5
4382025-10-10T23:31:34.555Z Downloaded unicode-xid v0.2.6
4392025-10-10T23:31:34.581Z Downloaded toml_edit v0.22.27
4402025-10-10T23:31:34.581Z Downloaded toml_datetime v0.6.11
4412025-10-10T23:31:34.581Z Downloaded tinystr v0.7.6
4422025-10-10T23:31:34.581Z Downloaded thread-id v4.2.2
4432025-10-10T23:31:34.581Z Downloaded thiserror-impl v2.0.17
4442025-10-10T23:31:34.581Z Downloaded terminal_size v0.4.0
4452025-10-10T23:31:34.581Z Downloaded icu_provider_macros v1.5.0
4462025-10-10T23:31:34.581Z Downloaded icu_normalizer_data v1.5.0
4472025-10-10T23:31:34.581Z Downloaded icu_locid_transform_data v1.5.0
4482025-10-10T23:31:34.581Z Downloaded icu_locid v1.5.0
4492025-10-10T23:31:34.581Z Downloaded getrandom v0.3.1
4502025-10-10T23:31:34.607Z Downloaded form_urlencoded v1.2.2
4512025-10-10T23:31:34.607Z Downloaded errno v0.3.12
4522025-10-10T23:31:34.607Z Downloaded dtrace-parser v0.2.0
4532025-10-10T23:31:34.607Z Downloaded cfg-if v1.0.1
4542025-10-10T23:31:34.607Z Downloaded cargo-util-schemas v0.8.2
4552025-10-10T23:31:34.608Z Downloaded cargo-platform v0.2.0
4562025-10-10T23:31:34.608Z Downloaded anstyle-query v1.1.1
4572025-10-10T23:31:34.608Z Downloaded anstyle-parse v0.2.5
4582025-10-10T23:31:34.608Z Downloaded anstyle v1.0.11
4592025-10-10T23:31:34.608Z Downloaded anstream v0.6.18
4602025-10-10T23:31:34.608Z Downloaded utf16_iter v1.0.5
4612025-10-10T23:31:34.608Z Downloaded usdt-macro v0.5.0
4622025-10-10T23:31:34.608Z Downloaded usdt-attr-macro v0.5.0
4632025-10-10T23:31:34.608Z Downloaded usdt v0.5.0
4642025-10-10T23:31:34.608Z Downloaded unicode-linebreak v0.1.5
4652025-10-10T23:31:34.608Z Downloaded icu_locid_transform v1.5.0
4662025-10-10T23:31:34.608Z Downloaded heck v0.5.0
4672025-10-10T23:31:34.608Z Downloaded equivalent v1.0.2
4682025-10-10T23:31:34.608Z Downloaded dof v0.3.0
4692025-10-10T23:31:34.608Z Downloaded crypto-common v0.1.6
4702025-10-10T23:31:34.635Z Downloaded clap_lex v0.7.4
4712025-10-10T23:31:34.635Z Downloaded clap v4.5.48
4722025-10-10T23:31:34.635Z Downloaded camino v1.2.0
4732025-10-10T23:31:34.635Z Downloaded block-buffer v0.10.4
4742025-10-10T23:31:34.635Z Downloaded yoke-derive v0.7.4
4752025-10-10T23:31:34.635Z Downloaded write16 v1.0.0
4762025-10-10T23:31:34.635Z Downloaded clap_builder v4.5.48
4772025-10-10T23:31:34.635Z Downloaded cargo_toml v0.21.0
4782025-10-10T23:31:34.717Z Compiling proc-macro2 v1.0.101
4792025-10-10T23:31:34.717Z Compiling unicode-ident v1.0.19
4802025-10-10T23:31:34.743Z Compiling serde_core v1.0.226
4812025-10-10T23:31:34.743Z Compiling version_check v0.9.5
4822025-10-10T23:31:34.743Z Compiling serde v1.0.226
4832025-10-10T23:31:34.743Z Compiling libc v0.2.174
4842025-10-10T23:31:34.743Z Compiling memchr v2.7.4
4852025-10-10T23:31:34.743Z Compiling stable_deref_trait v1.2.0
4862025-10-10T23:31:35.061Z Compiling thiserror v2.0.17
4872025-10-10T23:31:35.086Z Compiling autocfg v1.4.0
4882025-10-10T23:31:35.508Z Compiling itoa v1.0.11
4892025-10-10T23:31:35.584Z Compiling ucd-trie v0.1.7
4902025-10-10T23:31:35.754Z Compiling ryu v1.0.18
4912025-10-10T23:31:35.904Z Compiling thiserror v1.0.69
4922025-10-10T23:31:36.047Z Compiling litemap v0.7.3
4932025-10-10T23:31:36.168Z Compiling writeable v0.5.5
4942025-10-10T23:31:36.490Z Compiling bitflags v2.9.4
4952025-10-10T23:31:36.719Z Compiling errno v0.3.12
4962025-10-10T23:31:36.745Z Compiling byteorder v1.5.0
4972025-10-10T23:31:36.791Z Compiling icu_locid_transform_data v1.5.0
4982025-10-10T23:31:36.843Z Compiling quote v1.0.40
4992025-10-10T23:31:36.987Z Compiling icu_properties_data v1.5.0
5002025-10-10T23:31:37.016Z Compiling serde_json v1.0.145
5012025-10-10T23:31:37.198Z Compiling num-traits v0.2.19
5022025-10-10T23:31:37.251Z Compiling syn v2.0.106
5032025-10-10T23:31:37.379Z Compiling smallvec v1.15.1
5042025-10-10T23:31:37.379Z Compiling rustix v0.38.37
5052025-10-10T23:31:37.450Z Compiling write16 v1.0.0
5062025-10-10T23:31:37.607Z Compiling icu_normalizer_data v1.5.0
5072025-10-10T23:31:37.770Z Compiling hashbrown v0.16.0
5082025-10-10T23:31:37.811Z Compiling typeid v1.0.3
5092025-10-10T23:31:37.921Z Compiling utf8_iter v1.0.4
5102025-10-10T23:31:37.962Z Compiling utf16_iter v1.0.5
5112025-10-10T23:31:38.083Z Compiling equivalent v1.0.2
5122025-10-10T23:31:38.338Z Compiling proc-macro-error-attr v1.0.4
5132025-10-10T23:31:38.370Z Compiling usdt-impl v0.5.0
5142025-10-10T23:31:38.593Z Compiling toml_write v0.1.2
5152025-10-10T23:31:38.660Z Compiling winnow v0.7.13
5162025-10-10T23:31:38.737Z Compiling indexmap v2.11.4
5172025-10-10T23:31:38.795Z Compiling syn v1.0.109
5182025-10-10T23:31:38.902Z Compiling thread-id v4.2.2
5192025-10-10T23:31:39.680Z Compiling proc-macro-error v1.0.4
5202025-10-10T23:31:40.000Z Compiling plain v0.2.3
5212025-10-10T23:31:40.048Z Compiling utf8parse v0.2.2
5222025-10-10T23:31:40.202Z Compiling percent-encoding v2.3.2
5232025-10-10T23:31:40.228Z Compiling camino v1.2.0
5242025-10-10T23:31:40.525Z Compiling log v0.4.27
5252025-10-10T23:31:40.764Z Compiling getrandom v0.3.1
5262025-10-10T23:31:40.800Z Compiling rustix v1.0.7
5272025-10-10T23:31:40.910Z Compiling ordered-float v2.10.1
5282025-10-10T23:31:40.969Z Compiling form_urlencoded v1.2.2
5292025-10-10T23:31:41.308Z Compiling terminal_size v0.4.0
5302025-10-10T23:31:41.499Z Compiling anstyle-parse v0.2.5
5312025-10-10T23:31:41.750Z Compiling anstyle-query v1.1.1
5322025-10-10T23:31:41.778Z Compiling anstyle v1.0.11
5332025-10-10T23:31:41.880Z Compiling pretty-hex v0.4.1
5342025-10-10T23:31:41.985Z Compiling colorchoice v1.0.2
5352025-10-10T23:31:42.139Z Compiling is_terminal_polyfill v1.70.1
5362025-10-10T23:31:42.165Z Compiling cfg-if v1.0.1
5372025-10-10T23:31:42.337Z Compiling anstream v0.6.18
5382025-10-10T23:31:42.507Z Compiling semver v1.0.27
5392025-10-10T23:31:43.081Z Compiling fs-err v3.1.1
5402025-10-10T23:31:43.110Z Compiling unicode-width v0.1.14
5412025-10-10T23:31:43.156Z Compiling synstructure v0.13.1
5422025-10-10T23:31:43.249Z Compiling once_cell v1.21.3
5432025-10-10T23:31:43.385Z Compiling unicode-xid v0.2.6
5442025-10-10T23:31:43.587Z Compiling bytecount v0.6.8
5452025-10-10T23:31:43.616Z Compiling fastrand v2.1.1
5462025-10-10T23:31:43.644Z Compiling strsim v0.11.1
5472025-10-10T23:31:43.814Z Compiling clap_lex v0.7.4
5482025-10-10T23:31:44.180Z Compiling heck v0.4.1
5492025-10-10T23:31:44.228Z Compiling fnv v1.0.7
5502025-10-10T23:31:44.328Z Compiling heck v0.5.0
5512025-10-10T23:31:44.376Z Compiling anyhow v1.0.99
5522025-10-10T23:31:44.405Z Compiling papergrid v0.11.0
5532025-10-10T23:31:44.618Z Compiling clap_builder v4.5.48
5542025-10-10T23:31:44.664Z Compiling tempfile v3.20.0
5552025-10-10T23:31:44.967Z Compiling memmap v0.7.0
5562025-10-10T23:31:45.300Z Compiling smawk v0.3.2
5572025-10-10T23:31:45.327Z Compiling unicode-linebreak v0.1.5
5582025-10-10T23:31:45.413Z Compiling unicode-width v0.2.0
5592025-10-10T23:31:45.768Z Compiling camino-tempfile v1.4.1
5602025-10-10T23:31:45.878Z Compiling textwrap v0.16.2
5612025-10-10T23:31:46.217Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5622025-10-10T23:31:46.280Z Compiling tabled_derive v0.7.0
5632025-10-10T23:31:46.649Z Compiling swrite v0.1.0
5642025-10-10T23:31:47.095Z Compiling serde_derive v1.0.226
5652025-10-10T23:31:47.123Z Compiling zerofrom-derive v0.1.4
5662025-10-10T23:31:47.153Z Compiling yoke-derive v0.7.4
5672025-10-10T23:31:47.184Z Compiling zerovec-derive v0.10.3
5682025-10-10T23:31:47.214Z Compiling thiserror-impl v2.0.17
5692025-10-10T23:31:47.556Z Compiling displaydoc v0.2.5
5702025-10-10T23:31:48.859Z Compiling icu_provider_macros v1.5.0
5712025-10-10T23:31:49.238Z Compiling thiserror-impl v1.0.69
5722025-10-10T23:31:49.520Z Compiling zerocopy-derive v0.7.35
5732025-10-10T23:31:49.863Z Compiling scroll_derive v0.12.0
5742025-10-10T23:31:50.047Z Compiling zerofrom v0.1.4
5752025-10-10T23:31:50.085Z Compiling pest v2.8.2
5762025-10-10T23:31:50.295Z Compiling yoke v0.7.4
5772025-10-10T23:31:50.649Z Compiling zerovec v0.10.4
5782025-10-10T23:31:50.992Z Compiling scroll v0.12.0
5792025-10-10T23:31:51.206Z Compiling zerocopy v0.7.35
5802025-10-10T23:31:51.461Z Compiling goblin v0.8.2
5812025-10-10T23:31:51.509Z Compiling clap_derive v4.5.47
5822025-10-10T23:31:51.889Z Compiling tabled v0.15.0
5832025-10-10T23:31:52.391Z Compiling tinystr v0.7.6
5842025-10-10T23:31:52.424Z Compiling pest_meta v2.8.2
5852025-10-10T23:31:52.537Z Compiling icu_collections v1.5.0
5862025-10-10T23:31:52.788Z Compiling icu_locid v1.5.0
5872025-10-10T23:31:53.753Z Compiling pest_generator v2.8.2
5882025-10-10T23:31:54.168Z Compiling icu_provider v1.5.0
5892025-10-10T23:31:54.205Z Compiling serde_spanned v0.6.9
5902025-10-10T23:31:54.444Z Compiling toml_datetime v0.6.11
5912025-10-10T23:31:54.587Z Compiling dof v0.3.0
5922025-10-10T23:31:54.936Z Compiling icu_locid_transform v1.5.0
5932025-10-10T23:31:55.102Z Compiling toml_edit v0.22.27
5942025-10-10T23:31:55.148Z Compiling serde_tokenstream v0.2.2
5952025-10-10T23:31:55.238Z Compiling erased-serde v0.4.6
5962025-10-10T23:31:55.419Z Compiling serde-value v0.7.0
5972025-10-10T23:31:55.689Z Compiling cargo-platform v0.2.0
5982025-10-10T23:31:56.136Z Compiling icu_properties v1.5.1
5992025-10-10T23:31:56.190Z Compiling serde-untagged v0.1.7
6002025-10-10T23:31:56.249Z Compiling clap v4.5.48
6012025-10-10T23:31:56.314Z Compiling pest_derive v2.8.2
6022025-10-10T23:31:56.374Z Compiling macaddr v1.0.1
6032025-10-10T23:31:56.995Z Compiling dtrace-parser v0.2.0
6042025-10-10T23:31:58.217Z Compiling toml v0.8.23
6052025-10-10T23:31:58.716Z Compiling usdt-macro v0.5.0
6062025-10-10T23:31:58.717Z Compiling usdt-attr-macro v0.5.0
6072025-10-10T23:31:59.071Z Compiling cargo_toml v0.21.0
6082025-10-10T23:31:59.379Z Compiling icu_normalizer v1.5.0
6092025-10-10T23:31:59.915Z Compiling usdt v0.5.0
6102025-10-10T23:32:00.190Z Compiling idna_adapter v1.2.0
6112025-10-10T23:32:00.370Z Compiling idna v1.0.3
6122025-10-10T23:32:00.901Z Compiling url v2.5.4
6132025-10-10T23:32:01.716Z Compiling cargo-util-schemas v0.8.2
6142025-10-10T23:32:03.571Z Compiling cargo_metadata v0.21.0
6152025-10-10T23:32:05.790Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6162025-10-10T23:32:10.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
6172025-10-10T23:32:10.289Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6182025-10-10T23:32:11.255Z Downloading crates ...
6192025-10-10T23:32:11.430Z Downloaded atomicwrites v0.4.4
6202025-10-10T23:32:11.455Z Downloaded array-init v0.0.4
6212025-10-10T23:32:11.455Z Downloaded async-stream-impl v0.3.6
6222025-10-10T23:32:11.455Z Downloaded cfg_aliases v0.1.1
6232025-10-10T23:32:11.455Z Downloaded bitfield-struct v0.6.2
6242025-10-10T23:32:11.455Z Downloaded aead v0.5.2
6252025-10-10T23:32:11.455Z Downloaded cargo_metadata v0.19.2
6262025-10-10T23:32:11.455Z Downloaded ciborium-ll v0.2.2
6272025-10-10T23:32:11.480Z Downloaded blake2 v0.10.6
6282025-10-10T23:32:11.480Z Downloaded hubpack_derive v0.1.1
6292025-10-10T23:32:11.480Z Downloaded gethostname v0.5.0
6302025-10-10T23:32:11.480Z Downloaded is-terminal v0.4.13
6312025-10-10T23:32:11.480Z Downloaded progenitor-client v0.10.0
6322025-10-10T23:32:11.481Z Downloaded progenitor-macro v0.10.0
6332025-10-10T23:32:11.481Z Downloaded keccak v0.1.5
6342025-10-10T23:32:11.506Z Downloaded lockfree-object-pool v0.1.6
6352025-10-10T23:32:11.506Z Downloaded quinn-udp v0.5.5
6362025-10-10T23:32:11.506Z Downloaded ref-cast-impl v1.0.24
6372025-10-10T23:32:11.506Z Downloaded home v0.5.9
6382025-10-10T23:32:11.506Z Downloaded serde-big-array v0.5.1
6392025-10-10T23:32:11.506Z Downloaded hmac v0.12.1
6402025-10-10T23:32:11.531Z Downloaded hickory-resolver v0.25.2
6412025-10-10T23:32:11.531Z Downloaded stringprep v0.1.5
6422025-10-10T23:32:11.531Z Downloaded termtree v0.5.1
6432025-10-10T23:32:11.569Z Downloaded rusty-fork v0.3.0
6442025-10-10T23:32:11.569Z Downloaded universal-hash v0.5.1
6452025-10-10T23:32:11.569Z Downloaded rand_xorshift v0.4.0
6462025-10-10T23:32:11.569Z Downloaded slog-envlogger v2.2.0
6472025-10-10T23:32:11.569Z Downloaded untrusted v0.7.1
6482025-10-10T23:32:11.569Z Downloaded zone_cfg_derive v0.1.2
6492025-10-10T23:32:11.622Z Downloaded ssh-cipher v0.2.0
6502025-10-10T23:32:11.622Z Downloaded zeroize_derive v1.4.2
6512025-10-10T23:32:11.622Z Downloaded tokio-native-tls v0.3.1
6522025-10-10T23:32:11.622Z Downloaded static_assertions v1.1.0
6532025-10-10T23:32:11.622Z Downloaded float-ord v0.3.2
6542025-10-10T23:32:11.622Z Downloaded foreign-types-shared v0.3.1
6552025-10-10T23:32:11.648Z Downloaded openssl-probe v0.1.5
6562025-10-10T23:32:11.648Z Downloaded foreign-types v0.3.2
6572025-10-10T23:32:11.648Z Downloaded openssl-macros v0.1.1
6582025-10-10T23:32:11.648Z Downloaded opaque-debug v0.3.1
6592025-10-10T23:32:11.648Z Downloaded serde_urlencoded v0.7.1
6602025-10-10T23:32:11.648Z Downloaded tower-layer v0.3.3
6612025-10-10T23:32:11.648Z Downloaded fxhash v0.2.1
6622025-10-10T23:32:11.648Z Downloaded darling_macro v0.21.0
6632025-10-10T23:32:11.674Z Downloaded ff v0.13.0
6642025-10-10T23:32:11.674Z Downloaded proc-macro-error-attr2 v2.0.0
6652025-10-10T23:32:11.674Z Downloaded sigpipe v0.1.3
6662025-10-10T23:32:11.700Z Downloaded try-lock v0.2.5
6672025-10-10T23:32:11.700Z Downloaded rustversion v1.0.22
6682025-10-10T23:32:11.700Z Downloaded path-slash v0.1.5
6692025-10-10T23:32:11.700Z Downloaded pem v3.0.5
6702025-10-10T23:32:11.726Z Downloaded sync_wrapper v1.0.1
6712025-10-10T23:32:11.726Z Downloaded curve25519-dalek-derive v0.1.1
6722025-10-10T23:32:11.726Z Downloaded nodrop v0.1.14
6732025-10-10T23:32:11.752Z Downloaded normalize-line-endings v0.3.0
6742025-10-10T23:32:11.752Z Downloaded take_mut v0.2.2
6752025-10-10T23:32:11.752Z Downloaded russh-cryptovec v0.7.3
6762025-10-10T23:32:11.752Z Downloaded newline-converter v0.3.0
6772025-10-10T23:32:11.752Z Downloaded pretty-hex v0.2.1
6782025-10-10T23:32:11.752Z Downloaded smf v0.2.3
6792025-10-10T23:32:11.752Z Downloaded slog-stdlog v4.1.1
6802025-10-10T23:32:11.778Z Downloaded polyval v0.6.2
6812025-10-10T23:32:11.778Z Downloaded enum-as-inner v0.6.1
6822025-10-10T23:32:11.778Z Downloaded which v4.4.2
6832025-10-10T23:32:11.778Z Downloaded utf-8 v0.7.6
6842025-10-10T23:32:11.778Z Downloaded usdt-macro v0.6.0
6852025-10-10T23:32:11.778Z Downloaded wait-timeout v0.2.0
6862025-10-10T23:32:11.803Z Downloaded rand_core v0.9.3
6872025-10-10T23:32:11.803Z Downloaded winnow v0.6.26
6882025-10-10T23:32:11.804Z Downloaded derive-ex v0.1.8
6892025-10-10T23:32:11.804Z Downloaded rayon-core v1.12.1
6902025-10-10T23:32:11.829Z Downloaded derive-where v1.5.0
6912025-10-10T23:32:11.829Z Downloaded uuid v1.18.1
6922025-10-10T23:32:11.829Z Downloaded nom v7.1.3
6932025-10-10T23:32:11.854Z Downloaded rsa v0.9.6
6942025-10-10T23:32:11.854Z Downloaded crossterm v0.29.0
6952025-10-10T23:32:11.854Z Downloaded russh v0.45.0
6962025-10-10T23:32:11.880Z Downloaded rpassword v7.4.0
6972025-10-10T23:32:11.880Z Downloaded tokio-dtrace v0.1.0
6982025-10-10T23:32:11.880Z Downloaded object v0.36.5
6992025-10-10T23:32:11.905Z Downloaded crossterm v0.28.1
7002025-10-10T23:32:11.905Z Downloaded tabled v0.18.0
7012025-10-10T23:32:11.930Z Downloaded reqwest v0.12.22
7022025-10-10T23:32:11.930Z Downloaded tabled v0.20.0
7032025-10-10T23:32:11.955Z Downloaded nix v0.27.1
7042025-10-10T23:32:11.981Z Downloaded webpki-roots v1.0.1
7052025-10-10T23:32:11.981Z Downloaded rustls v0.21.12
7062025-10-10T23:32:12.007Z Downloaded nix v0.29.0
7072025-10-10T23:32:12.007Z Downloaded regex-syntax v0.6.29
7082025-10-10T23:32:12.007Z Downloaded jiff v0.2.15
7092025-10-10T23:32:12.032Z Downloaded zerocopy-derive v0.6.6
7102025-10-10T23:32:12.057Z Downloaded regress v0.10.4
7112025-10-10T23:32:12.057Z Downloaded regex-syntax v0.8.5
7122025-10-10T23:32:12.057Z Downloaded typify-impl v0.4.3
7132025-10-10T23:32:12.082Z Downloaded typify-impl v0.2.0
7142025-10-10T23:32:12.107Z Downloaded dropshot v0.16.4
7152025-10-10T23:32:12.132Z Downloaded lzma-sys v0.1.20
7162025-10-10T23:32:12.157Z Downloaded nix v0.30.1
7172025-10-10T23:32:12.182Z Downloaded chrono-tz v0.10.4
7182025-10-10T23:32:12.182Z Downloaded sled v0.34.7
7192025-10-10T23:32:12.207Z Downloaded curve25519-dalek v4.1.3
7202025-10-10T23:32:12.207Z Downloaded ratatui v0.29.0
7212025-10-10T23:32:12.232Z Downloaded moka v0.12.10
7222025-10-10T23:32:12.232Z Downloaded nix v0.28.0
7232025-10-10T23:32:12.257Z Downloaded rustls v0.23.19
7242025-10-10T23:32:12.258Z Downloaded rustls v0.22.4
7252025-10-10T23:32:12.283Z Downloaded vcpkg v0.2.15
7262025-10-10T23:32:12.318Z Downloaded regex-automata v0.4.11
7272025-10-10T23:32:12.344Z Downloaded sha3 v0.10.8
7282025-10-10T23:32:12.344Z Downloaded libz-sys v1.1.20
7292025-10-10T23:32:12.369Z Downloaded petgraph v0.8.2
7302025-10-10T23:32:12.394Z Downloaded petgraph v0.6.5
7312025-10-10T23:32:12.419Z Downloaded smoltcp v0.11.0
7322025-10-10T23:32:12.443Z Downloaded smoltcp v0.9.1
7332025-10-10T23:32:12.444Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7342025-10-10T23:32:12.469Z Downloaded bzip2-sys v0.1.13+1.0.8
7352025-10-10T23:32:12.469Z Downloaded csv v1.3.1
7362025-10-10T23:32:12.494Z Downloaded polar-core v0.27.3
7372025-10-10T23:32:12.494Z Downloaded diesel v2.2.12
7382025-10-10T23:32:12.520Z Downloaded winnow v0.5.40
7392025-10-10T23:32:12.545Z Downloaded tokio v1.47.0
7402025-10-10T23:32:12.570Z Downloaded regex v1.11.3
7412025-10-10T23:32:12.595Z Downloaded rayon v1.10.0
7422025-10-10T23:32:12.595Z Downloaded portable-atomic v1.11.0
7432025-10-10T23:32:12.595Z Downloaded openapiv3 v2.2.0
7442025-10-10T23:32:12.622Z Downloaded gimli v0.31.1
7452025-10-10T23:32:12.622Z Downloaded mio v1.0.2
7462025-10-10T23:32:12.622Z Downloaded num-bigint-dig v0.8.4
7472025-10-10T23:32:12.648Z Downloaded newtype_derive v0.1.6
7482025-10-10T23:32:12.648Z Downloaded rustls-webpki v0.102.8
7492025-10-10T23:32:12.676Z Downloaded p384 v0.13.0
7502025-10-10T23:32:12.701Z Downloaded git2 v0.20.2
7512025-10-10T23:32:12.701Z Downloaded goblin v0.10.2
7522025-10-10T23:32:12.727Z Downloaded radix_trie v0.2.1
7532025-10-10T23:32:12.727Z Downloaded petname v2.0.2
7542025-10-10T23:32:12.752Z Downloaded openssl v0.10.73
7552025-10-10T23:32:12.752Z Downloaded minimal-lexical v0.2.1
7562025-10-10T23:32:12.752Z Downloaded num-conv v0.1.0
7572025-10-10T23:32:12.752Z Downloaded object v0.30.4
7582025-10-10T23:32:12.778Z Downloaded zerocopy v0.8.27
7592025-10-10T23:32:12.803Z Downloaded prettyplease v0.2.36
7602025-10-10T23:32:12.828Z Downloaded encoding_rs v0.8.34
7612025-10-10T23:32:12.853Z Downloaded snafu v0.8.5
7622025-10-10T23:32:12.853Z Downloaded rustls-webpki v0.101.7
7632025-10-10T23:32:12.878Z Downloaded pretty_assertions v1.4.1
7642025-10-10T23:32:12.878Z Downloaded serde_with v3.14.0
7652025-10-10T23:32:12.878Z Downloaded socket2 v0.5.10
7662025-10-10T23:32:12.878Z Downloaded expectorate v1.2.0
7672025-10-10T23:32:12.904Z Downloaded unicode-normalization v0.1.24
7682025-10-10T23:32:12.904Z Downloaded futures-util v0.3.31
7692025-10-10T23:32:12.904Z Downloaded proptest v1.7.0
7702025-10-10T23:32:12.929Z Downloaded hickory-proto v0.25.2
7712025-10-10T23:32:12.929Z Downloaded hickory-proto v0.24.4
7722025-10-10T23:32:12.955Z Downloaded ring v0.17.14
7732025-10-10T23:32:12.980Z Downloaded zstd-safe v7.2.3
7742025-10-10T23:32:13.005Z Downloaded zstd v0.13.3
7752025-10-10T23:32:13.005Z Downloaded whoami v1.5.2
7762025-10-10T23:32:13.005Z Downloaded walkdir v2.5.0
7772025-10-10T23:32:13.005Z Downloaded value-bag v1.9.0
7782025-10-10T23:32:13.005Z Downloaded uzers v0.12.1
7792025-10-10T23:32:13.006Z Downloaded unicode-properties v0.1.3
7802025-10-10T23:32:13.006Z Downloaded libgit2-sys v0.18.2+1.9.1
7812025-10-10T23:32:13.052Z Downloaded env_filter v0.1.2
7822025-10-10T23:32:13.079Z Downloaded prefix-trie v0.7.0
7832025-10-10T23:32:13.079Z Downloaded tokio-rustls v0.26.0
7842025-10-10T23:32:13.079Z Downloaded tokio-util v0.7.15
7852025-10-10T23:32:13.079Z Downloaded rtoolbox v0.0.2
7862025-10-10T23:32:13.079Z Downloaded rfc6979 v0.4.0
7872025-10-10T23:32:13.079Z Downloaded snafu-derive v0.8.5
7882025-10-10T23:32:13.079Z Downloaded miniz_oxide v0.8.5
7892025-10-10T23:32:13.079Z Downloaded mime_guess v2.0.5
7902025-10-10T23:32:13.079Z Downloaded socket2 v0.6.0
7912025-10-10T23:32:13.079Z Downloaded p521 v0.13.3
7922025-10-10T23:32:13.107Z Downloaded resolv-conf v0.7.0
7932025-10-10T23:32:13.107Z Downloaded drift v0.1.0
7942025-10-10T23:32:13.107Z Downloaded dof v0.4.0
7952025-10-10T23:32:13.107Z Downloaded document-features v0.2.11
7962025-10-10T23:32:13.107Z Downloaded env_logger v0.11.5
7972025-10-10T23:32:13.107Z Downloaded tokio-macros v2.5.0
7982025-10-10T23:32:13.107Z Downloaded num-bigint v0.4.6
7992025-10-10T23:32:13.107Z Downloaded crypto-bigint v0.5.5
8002025-10-10T23:32:13.107Z Downloaded subprocess v0.2.9
8012025-10-10T23:32:13.107Z Downloaded quick-xml v0.37.2
8022025-10-10T23:32:13.133Z Downloaded want v0.3.1
8032025-10-10T23:32:13.133Z Downloaded waitgroup v0.1.2
8042025-10-10T23:32:13.133Z Downloaded vte_generate_state_changes v0.1.2
8052025-10-10T23:32:13.133Z Downloaded display-error-chain v0.2.2
8062025-10-10T23:32:13.133Z Downloaded predicates-core v1.0.8
8072025-10-10T23:32:13.133Z Downloaded postcard v1.0.10
8082025-10-10T23:32:13.133Z Downloaded poly1305 v0.8.0
8092025-10-10T23:32:13.133Z Downloaded nu-ansi-term v0.50.1
8102025-10-10T23:32:13.133Z Downloaded elliptic-curve v0.13.8
8112025-10-10T23:32:13.133Z Downloaded zlib-rs v0.5.1
8122025-10-10T23:32:13.133Z Downloaded bstr v1.10.0
8132025-10-10T23:32:13.158Z Downloaded rand_seeder v0.4.0
8142025-10-10T23:32:13.158Z Downloaded predicates-tree v1.0.12
8152025-10-10T23:32:13.158Z Downloaded smallvec v0.6.14
8162025-10-10T23:32:13.158Z Downloaded slog-term v2.9.2
8172025-10-10T23:32:13.158Z Downloaded nanorand v0.7.0
8182025-10-10T23:32:13.158Z Downloaded multimap v0.10.1
8192025-10-10T23:32:13.158Z Downloaded tls_codec_derive v0.4.1
8202025-10-10T23:32:13.158Z Downloaded tls_codec v0.4.1
8212025-10-10T23:32:13.158Z Downloaded pkcs8 v0.10.2
8222025-10-10T23:32:13.158Z Downloaded num-complex v0.4.6
8232025-10-10T23:32:13.184Z Downloaded daft v0.1.4
8242025-10-10T23:32:13.184Z Downloaded thiserror-impl-no-std v2.0.2
8252025-10-10T23:32:13.184Z Downloaded tap v1.0.1
8262025-10-10T23:32:13.184Z Downloaded deranged v0.5.3
8272025-10-10T23:32:13.184Z Downloaded memmap2 v0.9.8
8282025-10-10T23:32:13.184Z Downloaded tinyvec v1.8.0
8292025-10-10T23:32:13.184Z Downloaded pkg-config v0.3.31
8302025-10-10T23:32:13.184Z Downloaded dropshot-api-manager v0.2.2
8312025-10-10T23:32:13.184Z Downloaded new_debug_unreachable v1.0.6
8322025-10-10T23:32:13.184Z Downloaded native-tls v0.2.12
8332025-10-10T23:32:13.184Z Downloaded multer v3.1.0
8342025-10-10T23:32:13.185Z Downloaded strum_macros v0.26.4
8352025-10-10T23:32:13.185Z Downloaded pbkdf2 v0.11.0
8362025-10-10T23:32:13.210Z Downloaded ed25519-dalek v2.1.1
8372025-10-10T23:32:13.210Z Downloaded slog-scope v4.4.0
8382025-10-10T23:32:13.210Z Downloaded rustc_version v0.4.1
8392025-10-10T23:32:13.210Z Downloaded tinyvec_macros v0.1.1
8402025-10-10T23:32:13.210Z Downloaded num v0.4.3
8412025-10-10T23:32:13.210Z Downloaded subtle v2.6.1
8422025-10-10T23:32:13.210Z Downloaded sqlformat v0.3.5
8432025-10-10T23:32:13.210Z Downloaded pem-rfc7468 v0.7.0
8442025-10-10T23:32:13.210Z Downloaded peg-macros v0.8.5
8452025-10-10T23:32:13.210Z Downloaded memoffset v0.9.1
8462025-10-10T23:32:13.210Z Downloaded tagptr v0.2.0
8472025-10-10T23:32:13.210Z Downloaded tabwriter v1.4.0
8482025-10-10T23:32:13.210Z Downloaded newtype-uuid-macros v0.1.0
8492025-10-10T23:32:13.210Z Downloaded password-hash v0.5.0
8502025-10-10T23:32:13.210Z Downloaded tower-http v0.6.6
8512025-10-10T23:32:13.236Z Downloaded tower v0.5.2
8522025-10-10T23:32:13.236Z Downloaded mime v0.3.17
8532025-10-10T23:32:13.236Z Downloaded newtype-uuid v1.3.1
8542025-10-10T23:32:13.236Z Downloaded ctr v0.9.2
8552025-10-10T23:32:13.236Z Downloaded supports-color v3.0.2
8562025-10-10T23:32:13.236Z Downloaded strum_macros v0.24.3
8572025-10-10T23:32:13.236Z Downloaded password-hash v0.4.2
8582025-10-10T23:32:13.236Z Downloaded toml v0.9.5
8592025-10-10T23:32:13.261Z Downloaded tabled_derive v0.10.0
8602025-10-10T23:32:13.261Z Downloaded nibble_vec v0.1.0
8612025-10-10T23:32:13.261Z Downloaded structmeta-derive v0.3.0
8622025-10-10T23:32:13.261Z Downloaded spin v0.9.8
8632025-10-10T23:32:13.261Z Downloaded dropshot_endpoint v0.16.4
8642025-10-10T23:32:13.261Z Downloaded tracing-core v0.1.32
8652025-10-10T23:32:13.261Z Downloaded samael v0.0.19
8662025-10-10T23:32:13.261Z Downloaded rustls-pki-types v1.10.0
8672025-10-10T23:32:13.261Z Downloaded progenitor-impl v0.10.0
8682025-10-10T23:32:13.287Z Downloaded chrono v0.4.42
8692025-10-10T23:32:13.287Z Downloaded sync-ptr v0.1.4
8702025-10-10T23:32:13.287Z Downloaded pbkdf2 v0.12.2
8712025-10-10T23:32:13.287Z Downloaded paste v1.0.15
8722025-10-10T23:32:13.287Z Downloaded parse-size v1.1.0
8732025-10-10T23:32:13.287Z Downloaded embedded-io v0.6.1
8742025-10-10T23:32:13.287Z Downloaded unicode-segmentation v1.12.0
8752025-10-10T23:32:13.287Z Downloaded time v0.3.43
8762025-10-10T23:32:13.312Z Downloaded csv-core v0.1.11
8772025-10-10T23:32:13.312Z Downloaded strum v0.27.2
8782025-10-10T23:32:13.312Z Downloaded structmeta v0.3.0
8792025-10-10T23:32:13.313Z Downloaded spki v0.7.3
8802025-10-10T23:32:13.313Z Downloaded ecdsa v0.16.9
8812025-10-10T23:32:13.313Z Downloaded unarray v0.1.4
8822025-10-10T23:32:13.313Z Downloaded toml v0.7.8
8832025-10-10T23:32:13.313Z Downloaded tokio-stream v0.1.17
8842025-10-10T23:32:13.313Z Downloaded siphasher v1.0.1
8852025-10-10T23:32:13.313Z Downloaded papergrid v0.17.0
8862025-10-10T23:32:13.313Z Downloaded x509-cert v0.2.5
8872025-10-10T23:32:13.338Z Downloaded lalrpop v0.19.12
8882025-10-10T23:32:13.338Z Downloaded bitvec v1.0.1
8892025-10-10T23:32:13.365Z Downloaded cstr-argument v0.1.2
8902025-10-10T23:32:13.365Z Downloaded crunchy v0.2.2
8912025-10-10T23:32:13.365Z Downloaded crucible-workspace-hack v0.1.0
8922025-10-10T23:32:13.365Z Downloaded support-bundle-viewer v0.1.2
8932025-10-10T23:32:13.365Z Downloaded peg-runtime v0.8.5
8942025-10-10T23:32:13.365Z Downloaded oso-derive v0.27.3
8952025-10-10T23:32:13.365Z Downloaded num-rational v0.4.2
8962025-10-10T23:32:13.365Z Downloaded num-integer v0.1.46
8972025-10-10T23:32:13.365Z Downloaded num-derive v0.4.2
8982025-10-10T23:32:13.365Z Downloaded num-derive v0.3.3
8992025-10-10T23:32:13.365Z Downloaded ena v0.14.3
9002025-10-10T23:32:13.365Z Downloaded embedded-io v0.4.0
9012025-10-10T23:32:13.365Z Downloaded unicode-bidi v0.3.17
9022025-10-10T23:32:13.365Z Downloaded unicase v2.8.1
9032025-10-10T23:32:13.365Z Downloaded tui-tree-widget v0.23.1
9042025-10-10T23:32:13.391Z Downloaded tracing-attributes v0.1.27
9052025-10-10T23:32:13.391Z Downloaded tokio-tungstenite v0.23.1
9062025-10-10T23:32:13.391Z Downloaded tokio-tungstenite v0.21.0
9072025-10-10T23:32:13.391Z Downloaded signal-hook-tokio v0.3.1
9082025-10-10T23:32:13.391Z Downloaded parking_lot v0.12.3
9092025-10-10T23:32:13.391Z Downloaded p256 v0.13.2
9102025-10-10T23:32:13.391Z Downloaded sqlparser v0.45.0
9112025-10-10T23:32:13.391Z Downloaded quinn-proto v0.11.8
9122025-10-10T23:32:13.391Z Downloaded strum_macros v0.27.2
9132025-10-10T23:32:13.417Z Downloaded strum v0.26.3
9142025-10-10T23:32:13.417Z Downloaded parse-display v0.10.0
9152025-10-10T23:32:13.417Z Downloaded either v1.15.0
9162025-10-10T23:32:13.417Z Downloaded dunce v1.0.5
9172025-10-10T23:32:13.417Z Downloaded dtrace-parser v0.3.0
9182025-10-10T23:32:13.417Z Downloaded dropshot-api-manager-types v0.2.2
9192025-10-10T23:32:13.417Z Downloaded similar v2.7.0
9202025-10-10T23:32:13.417Z Downloaded progenitor-impl v0.8.0
9212025-10-10T23:32:13.417Z Downloaded progenitor v0.11.2
9222025-10-10T23:32:13.417Z Downloaded papergrid v0.14.0
9232025-10-10T23:32:13.417Z Downloaded fatfs v0.3.6
9242025-10-10T23:32:13.417Z Downloaded der v0.7.9
9252025-10-10T23:32:13.444Z Downloaded toml_edit v0.19.15
9262025-10-10T23:32:13.444Z Downloaded progenitor-macro v0.11.2
9272025-10-10T23:32:13.445Z Downloaded zip v4.2.0
9282025-10-10T23:32:13.445Z Downloaded peg v0.8.5
9292025-10-10T23:32:13.473Z Downloaded parse-display-derive v0.10.0
9302025-10-10T23:32:13.473Z Downloaded num-iter v0.1.45
9312025-10-10T23:32:13.473Z Downloaded endian-type v0.1.2
9322025-10-10T23:32:13.473Z Downloaded ed25519 v2.2.3
9332025-10-10T23:32:13.473Z Downloaded dyn-clone v1.0.20
9342025-10-10T23:32:13.473Z Downloaded dsl_auto_type v0.1.2
9352025-10-10T23:32:13.473Z Downloaded typify-macro v0.2.0
9362025-10-10T23:32:13.473Z Downloaded rustls-pemfile v2.2.0
9372025-10-10T23:32:13.473Z Downloaded rustls-native-certs v0.8.1
9382025-10-10T23:32:13.473Z Downloaded darling_core v0.21.0
9392025-10-10T23:32:13.473Z Downloaded darling_core v0.20.10
9402025-10-10T23:32:13.473Z Downloaded rand v0.8.5
9412025-10-10T23:32:13.500Z Downloaded typify-macro v0.4.3
9422025-10-10T23:32:13.500Z Downloaded toml_datetime v0.7.0
9432025-10-10T23:32:13.500Z Downloaded slog-json v2.6.1
9442025-10-10T23:32:13.500Z Downloaded simd-adler32 v0.3.7
9452025-10-10T23:32:13.500Z Downloaded signature v2.2.0
9462025-10-10T23:32:13.500Z Downloaded signal-hook-mio v0.2.4
9472025-10-10T23:32:13.500Z Downloaded sha1 v0.10.6
9482025-10-10T23:32:13.500Z Downloaded progenitor-client v0.11.2
9492025-10-10T23:32:13.500Z Downloaded proc-macro-error2 v2.0.1
9502025-10-10T23:32:13.500Z Downloaded parking_lot_core v0.9.10
9512025-10-10T23:32:13.500Z Downloaded parking_lot_core v0.8.6
9522025-10-10T23:32:13.500Z Downloaded zopfli v0.8.1
9532025-10-10T23:32:13.500Z Downloaded unicode_categories v0.1.1
9542025-10-10T23:32:13.500Z Downloaded rustls-pemfile v1.0.4
9552025-10-10T23:32:13.500Z Downloaded owo-colors v4.2.2
9562025-10-10T23:32:13.526Z Downloaded maybe-uninit v2.0.0
9572025-10-10T23:32:13.526Z Downloaded group v0.13.0
9582025-10-10T23:32:13.526Z Downloaded ghash v0.5.1
9592025-10-10T23:32:13.526Z Downloaded defmt v0.3.8
9602025-10-10T23:32:13.526Z Downloaded darling v0.21.0
9612025-10-10T23:32:13.526Z Downloaded tracing v0.1.40
9622025-10-10T23:32:13.526Z Downloaded progenitor-impl v0.11.2
9632025-10-10T23:32:13.526Z Downloaded openssl-sys v0.9.109
9642025-10-10T23:32:13.526Z Downloaded flate2 v1.1.2
9652025-10-10T23:32:13.552Z Downloaded itertools v0.13.0
9662025-10-10T23:32:13.552Z Downloaded iri-string v0.7.8
9672025-10-10T23:32:13.552Z Downloaded hyper v1.7.0
9682025-10-10T23:32:13.552Z Downloaded siphasher v0.3.11
9692025-10-10T23:32:13.552Z Downloaded signal-hook-registry v1.4.2
9702025-10-10T23:32:13.578Z Downloaded progenitor v0.10.0
9712025-10-10T23:32:13.578Z Downloaded progenitor v0.8.0
9722025-10-10T23:32:13.578Z Downloaded proc-macro-crate v1.3.1
9732025-10-10T23:32:13.578Z Downloaded primeorder v0.13.6
9742025-10-10T23:32:13.578Z Downloaded parking_lot v0.11.2
9752025-10-10T23:32:13.578Z Downloaded packed_struct_codegen v0.10.1
9762025-10-10T23:32:13.578Z Downloaded packed_struct v0.10.1
9772025-10-10T23:32:13.578Z Downloaded oxnet v0.1.3
9782025-10-10T23:32:13.578Z Downloaded oxide-tokio-rt v0.1.2
9792025-10-10T23:32:13.578Z Downloaded globwalk v0.9.1
9802025-10-10T23:32:13.578Z Downloaded glob v0.3.2
9812025-10-10T23:32:13.578Z Downloaded futures-task v0.3.31
9822025-10-10T23:32:13.578Z Downloaded daft-derive v0.1.4
9832025-10-10T23:32:13.578Z Downloaded xshell v0.2.7
9842025-10-10T23:32:13.578Z Downloaded schemars v0.8.22
9852025-10-10T23:32:13.607Z Downloaded rand v0.9.2
9862025-10-10T23:32:13.607Z Downloaded ssh-key v0.6.6
9872025-10-10T23:32:13.607Z Downloaded defmt-parser v0.3.4
9882025-10-10T23:32:13.607Z Downloaded darling v0.20.10
9892025-10-10T23:32:13.632Z Downloaded wyz v0.5.1
9902025-10-10T23:32:13.633Z Downloaded serde_yaml v0.9.34+deprecated
9912025-10-10T23:32:13.633Z Downloaded serde_cbor v0.11.2
9922025-10-10T23:32:13.633Z Downloaded qorb v0.4.1
9932025-10-10T23:32:13.633Z Downloaded derive_more-impl v2.0.1
9942025-10-10T23:32:13.633Z Downloaded zerocopy-derive v0.8.27
9952025-10-10T23:32:13.633Z Downloaded yansi v1.0.1
9962025-10-10T23:32:13.633Z Downloaded typed-path v0.9.3
9972025-10-10T23:32:13.658Z Downloaded itertools v0.14.0
9982025-10-10T23:32:13.658Z Downloaded md5 v0.7.0
9992025-10-10T23:32:13.658Z Downloaded md-5 v0.10.6
10002025-10-10T23:32:13.658Z Downloaded filetime v0.2.25
10012025-10-10T23:32:13.658Z Downloaded fd-lock v4.0.2
10022025-10-10T23:32:13.658Z Downloaded fallible-iterator v0.2.0
10032025-10-10T23:32:13.658Z Downloaded der_derive v0.7.3
10042025-10-10T23:32:13.658Z Downloaded debug-ignore v1.0.5
10052025-10-10T23:32:13.658Z Downloaded xattr v1.3.1
10062025-10-10T23:32:13.658Z Downloaded usdt-impl v0.6.0
10072025-10-10T23:32:13.659Z Downloaded usdt-attr-macro v0.6.0
10082025-10-10T23:32:13.685Z Downloaded usdt v0.6.0
10092025-10-10T23:32:13.685Z Downloaded serde_with_macros v3.14.0
10102025-10-10T23:32:13.685Z Downloaded flume v0.11.1
10112025-10-10T23:32:13.685Z Downloaded salty v0.3.0
10122025-10-10T23:32:13.685Z Downloaded libxml v0.3.3
10132025-10-10T23:32:13.685Z Downloaded bindgen v0.71.1
10142025-10-10T23:32:13.711Z Downloaded defmt-macros v0.3.9
10152025-10-10T23:32:13.711Z Downloaded data-encoding v2.9.0
10162025-10-10T23:32:13.711Z Downloaded xshell-macros v0.2.7
10172025-10-10T23:32:13.711Z Downloaded unit-prefix v0.5.1
10182025-10-10T23:32:13.711Z Downloaded unicode-truncate v1.1.0
10192025-10-10T23:32:13.711Z Downloaded tiny-keccak v2.0.2
10202025-10-10T23:32:13.711Z Downloaded time-macros v0.2.24
10212025-10-10T23:32:13.711Z Downloaded time-core v0.1.6
10222025-10-10T23:32:13.711Z Downloaded thread-id v5.0.0
10232025-10-10T23:32:13.711Z Downloaded thiserror-no-std v2.0.2
10242025-10-10T23:32:13.711Z Downloaded serde_spanned v1.0.0
10252025-10-10T23:32:13.711Z Downloaded serde_path_to_error v0.1.17
10262025-10-10T23:32:13.711Z Downloaded serde_derive_internals v0.29.1
10272025-10-10T23:32:13.711Z Downloaded scroll v0.13.0
10282025-10-10T23:32:13.711Z Downloaded pkcs1 v0.7.5
10292025-10-10T23:32:13.738Z Downloaded pin-project v1.1.6
10302025-10-10T23:32:13.738Z Downloaded oso v0.27.3
10312025-10-10T23:32:13.738Z Downloaded omicron-zone-package v0.12.2
10322025-10-10T23:32:13.738Z Downloaded derive_more v2.0.1
10332025-10-10T23:32:13.764Z Downloaded tough v0.20.0
10342025-10-10T23:32:13.764Z Downloaded steno v0.4.1
10352025-10-10T23:32:13.764Z Downloaded darling_macro v0.20.10
10362025-10-10T23:32:13.764Z Downloaded tabled_derive v0.11.0
10372025-10-10T23:32:13.765Z Downloaded serde_repr v0.1.19
10382025-10-10T23:32:13.765Z Downloaded serde-hex v0.1.0
10392025-10-10T23:32:13.765Z Downloaded scroll_derive v0.13.1
10402025-10-10T23:32:13.765Z Downloaded scopeguard v1.2.0
10412025-10-10T23:32:13.765Z Downloaded scheduled-thread-pool v0.2.7
10422025-10-10T23:32:13.765Z Downloaded radium v0.7.0
10432025-10-10T23:32:13.765Z Downloaded pkcs5 v0.7.1
10442025-10-10T23:32:13.790Z Downloaded futures v0.3.31
10452025-10-10T23:32:13.790Z Downloaded tungstenite v0.23.0
10462025-10-10T23:32:13.791Z Downloaded rustyline v14.0.0
10472025-10-10T23:32:13.791Z Downloaded libm v0.2.8
10482025-10-10T23:32:13.816Z Downloaded itertools v0.10.5
10492025-10-10T23:32:13.816Z Downloaded hashbrown v0.15.4
10502025-10-10T23:32:13.816Z Downloaded h2 v0.4.6
10512025-10-10T23:32:13.842Z Downloaded tower-service v0.3.3
10522025-10-10T23:32:13.842Z Downloaded thread_local v1.1.8
10532025-10-10T23:32:13.842Z Downloaded scrypt v0.11.0
10542025-10-10T23:32:13.842Z Downloaded same-file v1.0.6
10552025-10-10T23:32:13.842Z Downloaded rand_chacha v0.9.0
10562025-10-10T23:32:13.842Z Downloaded quick-error v1.2.3
10572025-10-10T23:32:13.842Z Downloaded progenitor-macro v0.8.0
10582025-10-10T23:32:13.842Z Downloaded pin-project-lite v0.2.14
10592025-10-10T23:32:13.842Z Downloaded pin-project-internal v1.1.6
10602025-10-10T23:32:13.843Z Downloaded phf v0.11.2
10612025-10-10T23:32:13.843Z Downloaded num_enum v0.5.11
10622025-10-10T23:32:13.843Z Downloaded fs_extra v1.3.0
10632025-10-10T23:32:13.868Z Downloaded foldhash v0.1.5
10642025-10-10T23:32:13.868Z Downloaded fixedbitset v0.5.7
10652025-10-10T23:32:13.868Z Downloaded zerocopy v0.6.6
10662025-10-10T23:32:13.868Z Downloaded vergen-git2 v1.0.7
10672025-10-10T23:32:13.868Z Downloaded blake3 v1.5.4
10682025-10-10T23:32:13.868Z Downloaded bindgen v0.69.5
10692025-10-10T23:32:13.868Z Downloaded serde_plain v1.0.2
10702025-10-10T23:32:13.868Z Downloaded schemars_derive v0.8.22
10712025-10-10T23:32:13.894Z Downloaded rand_core v0.6.4
10722025-10-10T23:32:13.894Z Downloaded rand_chacha v0.3.1
10732025-10-10T23:32:13.894Z Downloaded phf_shared v0.12.1
10742025-10-10T23:32:13.894Z Downloaded phf_shared v0.11.2
10752025-10-10T23:32:13.894Z Downloaded phf v0.12.1
10762025-10-10T23:32:13.894Z Downloaded olpc-cjson v0.1.4
10772025-10-10T23:32:13.894Z Downloaded num_enum_derive v0.5.11
10782025-10-10T23:32:13.894Z Downloaded diff v0.1.13
10792025-10-10T23:32:13.894Z Downloaded diesel_derives v2.2.3
10802025-10-10T23:32:13.894Z Downloaded diesel-dtrace v0.4.2
10812025-10-10T23:32:13.894Z Downloaded des v0.8.1
10822025-10-10T23:32:13.894Z Downloaded derive_builder_core v0.20.2
10832025-10-10T23:32:13.894Z Downloaded vte v0.11.1
10842025-10-10T23:32:13.894Z Downloaded unsafe-libyaml v0.2.11
10852025-10-10T23:32:13.920Z Downloaded test-strategy v0.4.3
10862025-10-10T23:32:13.921Z Downloaded term v1.1.0
10872025-10-10T23:32:13.921Z Downloaded jiff-static v0.2.15
10882025-10-10T23:32:13.921Z Downloaded aws-lc-rs v1.12.4
10892025-10-10T23:32:13.921Z Downloaded serde_bytes v0.11.19
10902025-10-10T23:32:13.946Z Downloaded psl-types v2.0.11
10912025-10-10T23:32:13.946Z Downloaded pin-utils v0.1.0
10922025-10-10T23:32:13.946Z Downloaded futures-channel v0.3.31
10932025-10-10T23:32:13.946Z Downloaded float-cmp v0.10.0
10942025-10-10T23:32:13.946Z Downloaded fixedbitset v0.4.2
10952025-10-10T23:32:13.946Z Downloaded tungstenite v0.21.0
10962025-10-10T23:32:13.946Z Downloaded reedline v0.40.0
10972025-10-10T23:32:13.973Z Downloaded hyper-util v0.1.17
10982025-10-10T23:32:13.973Z Downloaded number_prefix v0.4.0
10992025-10-10T23:32:13.973Z Downloaded num_threads v0.1.7
11002025-10-10T23:32:13.973Z Downloaded futures-sink v0.3.31
11012025-10-10T23:32:13.973Z Downloaded futures-macro v0.3.31
11022025-10-10T23:32:13.973Z Downloaded futures-executor v0.3.31
11032025-10-10T23:32:13.973Z Downloaded diesel_table_macro_syntax v0.2.0
11042025-10-10T23:32:13.973Z Downloaded derive_more v0.99.20
11052025-10-10T23:32:13.973Z Downloaded derive_builder v0.20.2
11062025-10-10T23:32:14.000Z Downloaded zeroize v1.8.1
11072025-10-10T23:32:14.000Z Downloaded void v1.0.2
11082025-10-10T23:32:14.000Z Downloaded vergen v9.0.6
11092025-10-10T23:32:14.000Z Downloaded tokio-postgres v0.7.13
11102025-10-10T23:32:14.001Z Downloaded tar v0.4.44
11112025-10-10T23:32:14.001Z Downloaded futures-io v0.3.31
11122025-10-10T23:32:14.001Z Downloaded futures-core v0.3.31
11132025-10-10T23:32:14.001Z Downloaded fs-err v2.11.0
11142025-10-10T23:32:14.001Z Downloaded foreign-types-shared v0.1.1
11152025-10-10T23:32:14.001Z Downloaded foreign-types-macros v0.2.3
11162025-10-10T23:32:14.001Z Downloaded foreign-types v0.5.0
11172025-10-10T23:32:14.001Z Downloaded dirs-sys-next v0.1.2
11182025-10-10T23:32:14.001Z Downloaded dirs-next v2.0.0
11192025-10-10T23:32:14.029Z Downloaded difflib v0.4.0
11202025-10-10T23:32:14.029Z Downloaded yasna v0.5.2
11212025-10-10T23:32:14.029Z Downloaded vsss-rs v3.3.4
11222025-10-10T23:32:14.029Z Downloaded vergen-gitcl v1.0.8
11232025-10-10T23:32:14.029Z Downloaded typify v0.2.0
11242025-10-10T23:32:14.029Z Downloaded topological-sort v0.2.2
11252025-10-10T23:32:14.029Z Downloaded tokio-rustls v0.24.1
11262025-10-10T23:32:14.029Z Downloaded signal-hook v0.3.18
11272025-10-10T23:32:14.030Z Downloaded hickory-server v0.25.2
11282025-10-10T23:32:14.055Z Downloaded foldhash v0.2.0
11292025-10-10T23:32:14.055Z Downloaded derive_builder_macro v0.20.2
11302025-10-10T23:32:14.055Z Downloaded zone_cfg_derive v0.3.0
11312025-10-10T23:32:14.055Z Downloaded zone v0.3.1
11322025-10-10T23:32:14.055Z Downloaded zip v0.6.6
11332025-10-10T23:32:14.055Z Downloaded xz2 v0.1.7
11342025-10-10T23:32:14.055Z Downloaded twox-hash v2.1.0
11352025-10-10T23:32:14.055Z Downloaded tokio-rustls v0.25.0
11362025-10-10T23:32:14.055Z Downloaded term v0.7.0
11372025-10-10T23:32:14.055Z Downloaded rustc_version v0.1.7
11382025-10-10T23:32:14.055Z Downloaded russh-keys v0.45.0
11392025-10-10T23:32:14.055Z Downloaded quinn v0.11.5
11402025-10-10T23:32:14.081Z Downloaded hyper-staticfile v0.10.1
11412025-10-10T23:32:14.081Z Downloaded funty v2.0.0
11422025-10-10T23:32:14.081Z Downloaded vergen-lib v0.1.6
11432025-10-10T23:32:14.081Z Downloaded untrusted v0.9.0
11442025-10-10T23:32:14.081Z Downloaded typify v0.4.3
11452025-10-10T23:32:14.081Z Downloaded toml_writer v1.0.2
11462025-10-10T23:32:14.081Z Downloaded publicsuffix v2.3.0
11472025-10-10T23:32:14.081Z Downloaded flagset v0.4.6
11482025-10-10T23:32:14.081Z Downloaded string_cache v0.8.9
11492025-10-10T23:32:14.081Z Downloaded rustc-demangle v0.1.24
11502025-10-10T23:32:14.082Z Downloaded rcgen v0.12.1
11512025-10-10T23:32:14.107Z Downloaded litrs v0.4.1
11522025-10-10T23:32:14.107Z Downloaded indicatif v0.18.0
11532025-10-10T23:32:14.107Z Downloaded zone v0.1.8
11542025-10-10T23:32:14.107Z Downloaded termios v0.3.3
11552025-10-10T23:32:14.107Z Downloaded strip-ansi-escapes v0.2.0
11562025-10-10T23:32:14.107Z Downloaded crossbeam-epoch v0.9.18
11572025-10-10T23:32:14.107Z Downloaded cc v1.2.30
11582025-10-10T23:32:14.107Z Downloaded slog-bunyan v2.5.0
11592025-10-10T23:32:14.108Z Downloaded slog-async v2.8.0
11602025-10-10T23:32:14.108Z Downloaded ron v0.7.1
11612025-10-10T23:32:14.133Z Downloaded lzss v0.8.2
11622025-10-10T23:32:14.133Z Downloaded jobserver v0.1.32
11632025-10-10T23:32:14.133Z Downloaded ipnetwork v0.21.1
11642025-10-10T23:32:14.133Z Downloaded ssh-encoding v0.2.0
11652025-10-10T23:32:14.133Z Downloaded slab v0.4.9
11662025-10-10T23:32:14.133Z Downloaded shlex v1.3.0
11672025-10-10T23:32:14.133Z Downloaded semver v0.1.20
11682025-10-10T23:32:14.133Z Downloaded sct v0.7.1
11692025-10-10T23:32:14.133Z Downloaded aws-lc-sys v0.26.0
11702025-10-10T23:32:14.357Z Downloaded itertools v0.12.1
11712025-10-10T23:32:14.382Z Downloaded ingot-macros v0.1.1
11722025-10-10T23:32:14.382Z Downloaded ingot v0.1.1
11732025-10-10T23:32:14.382Z Downloaded indexmap v1.9.3
11742025-10-10T23:32:14.382Z Downloaded ignore v0.4.23
11752025-10-10T23:32:14.382Z Downloaded hickory-resolver v0.24.4
11762025-10-10T23:32:14.382Z Downloaded hashbrown v0.12.3
11772025-10-10T23:32:14.382Z Downloaded crossbeam-channel v0.5.15
11782025-10-10T23:32:14.408Z Downloaded const_format v0.2.34
11792025-10-10T23:32:14.408Z Downloaded compact_str v0.8.0
11802025-10-10T23:32:14.408Z Downloaded base64 v0.21.7
11812025-10-10T23:32:14.408Z Downloaded aho-corasick v1.1.3
11822025-10-10T23:32:14.408Z Downloaded testing_table v0.3.0
11832025-10-10T23:32:14.408Z Downloaded sqlparser_derive v0.2.2
11842025-10-10T23:32:14.408Z Downloaded shell-words v1.1.0
11852025-10-10T23:32:14.433Z Downloaded secrecy v0.10.3
11862025-10-10T23:32:14.433Z Downloaded sec1 v0.7.3
11872025-10-10T23:32:14.433Z Downloaded salsa20 v0.10.2
11882025-10-10T23:32:14.433Z Downloaded rustc-hash v2.1.1
11892025-10-10T23:32:14.433Z Downloaded rustc-hash v1.1.0
11902025-10-10T23:32:14.433Z Downloaded postgres-types v0.2.9
11912025-10-10T23:32:14.433Z Downloaded postgres-protocol v0.6.8
11922025-10-10T23:32:14.433Z Downloaded lru v0.12.5
11932025-10-10T23:32:14.433Z Downloaded libscf-sys v1.1.0
11942025-10-10T23:32:14.433Z Downloaded libloading v0.8.5
11952025-10-10T23:32:14.433Z Downloaded kstat-rs v0.2.4
11962025-10-10T23:32:14.433Z Downloaded ref-cast v1.0.24
11972025-10-10T23:32:14.433Z Downloaded maplit v1.0.2
11982025-10-10T23:32:14.433Z Downloaded managed v0.8.0
11992025-10-10T23:32:14.433Z Downloaded lock_api v0.4.12
12002025-10-10T23:32:14.433Z Downloaded linked-hash-map v0.5.6
12012025-10-10T23:32:14.459Z Downloaded is_ci v1.2.0
12022025-10-10T23:32:14.459Z Downloaded indoc v1.0.9
12032025-10-10T23:32:14.459Z Downloaded http v1.3.1
12042025-10-10T23:32:14.459Z Downloaded hashbrown v0.13.2
12052025-10-10T23:32:14.459Z Downloaded cmake v0.1.51
12062025-10-10T23:32:14.459Z Downloaded r2d2 v0.8.10
12072025-10-10T23:32:14.459Z Downloaded libz-rs-sys v0.5.1
12082025-10-10T23:32:14.460Z Downloaded lazy_static v1.5.0
12092025-10-10T23:32:14.460Z Downloaded inout v0.1.3
12102025-10-10T23:32:14.460Z Downloaded iddqd v0.3.13
12112025-10-10T23:32:14.460Z Downloaded iana-time-zone v0.1.63
12122025-10-10T23:32:14.486Z Downloaded heapless v0.7.17
12132025-10-10T23:32:14.486Z Downloaded globset v0.4.15
12142025-10-10T23:32:14.486Z Downloaded getrandom v0.2.15
12152025-10-10T23:32:14.486Z Downloaded crc-any v2.5.0
12162025-10-10T23:32:14.486Z Downloaded cookie v0.18.1
12172025-10-10T23:32:14.486Z Downloaded const-oid v0.9.6
12182025-10-10T23:32:14.486Z Downloaded bytes v1.10.1
12192025-10-10T23:32:14.486Z Downloaded base64 v0.22.1
12202025-10-10T23:32:14.513Z Downloaded toml_parser v1.0.2
12212025-10-10T23:32:14.513Z Downloaded slog v2.7.0
12222025-10-10T23:32:14.513Z Downloaded progenitor-client v0.8.0
12232025-10-10T23:32:14.513Z Downloaded ppv-lite86 v0.2.20
12242025-10-10T23:32:14.513Z Downloaded powerfmt v0.2.0
12252025-10-10T23:32:14.513Z Downloaded lru-cache v0.1.2
12262025-10-10T23:32:14.513Z Downloaded linear-map v1.2.0
12272025-10-10T23:32:14.513Z Downloaded libsw-core v0.3.1
12282025-10-10T23:32:14.513Z Downloaded lazycell v1.3.0
12292025-10-10T23:32:14.513Z Downloaded internet-checksum v0.2.1
12302025-10-10T23:32:14.513Z Downloaded instability v0.3.2
12312025-10-10T23:32:14.513Z Downloaded indent_write v2.2.0
12322025-10-10T23:32:14.513Z Downloaded humantime v2.2.0
12332025-10-10T23:32:14.513Z Downloaded hkdf v0.12.4
12342025-10-10T23:32:14.513Z Downloaded crc32fast v1.4.2
12352025-10-10T23:32:14.513Z Downloaded console v0.16.0
12362025-10-10T23:32:14.539Z Downloaded console v0.15.10
12372025-10-10T23:32:14.539Z Downloaded colored v2.2.0
12382025-10-10T23:32:14.539Z Downloaded cancel-safe-futures v0.1.5
12392025-10-10T23:32:14.539Z Downloaded bzip2 v0.5.2
12402025-10-10T23:32:14.539Z Downloaded bzip2 v0.4.4
12412025-10-10T23:32:14.539Z Downloaded blowfish v0.9.1
12422025-10-10T23:32:14.539Z Downloaded async-bb8-diesel v0.2.1
12432025-10-10T23:32:14.539Z Downloaded ron v0.8.1
12442025-10-10T23:32:14.539Z Downloaded precomputed-hash v0.1.1
12452025-10-10T23:32:14.539Z Downloaded match_cfg v0.1.0
12462025-10-10T23:32:14.577Z Downloaded ident_case v1.0.1
12472025-10-10T23:32:14.577Z Downloaded hickory-client v0.25.2
12482025-10-10T23:32:14.577Z Downloaded headers v0.4.1
12492025-10-10T23:32:14.577Z Downloaded critical-section v1.1.3
12502025-10-10T23:32:14.577Z Downloaded crc-catalog v2.4.0
12512025-10-10T23:32:14.577Z Downloaded convert_case v0.7.1
12522025-10-10T23:32:14.577Z Downloaded constant_time_eq v0.3.1
12532025-10-10T23:32:14.577Z Downloaded cipher v0.4.4
12542025-10-10T23:32:14.577Z Downloaded cargo-platform v0.1.8
12552025-10-10T23:32:14.577Z Downloaded bcs v0.1.6
12562025-10-10T23:32:14.577Z Downloaded backoff v0.4.0
12572025-10-10T23:32:14.577Z Downloaded slog-dtrace v0.3.0
12582025-10-10T23:32:14.577Z Downloaded secrecy v0.8.0
12592025-10-10T23:32:14.577Z Downloaded highway v1.3.0
12602025-10-10T23:32:14.577Z Downloaded crc8 v0.1.1
12612025-10-10T23:32:14.577Z Downloaded crc v3.2.1
12622025-10-10T23:32:14.577Z Downloaded convert_case v0.4.0
12632025-10-10T23:32:14.577Z Downloaded const_format_proc_macros v0.2.34
12642025-10-10T23:32:14.577Z Downloaded ciborium v0.2.2
12652025-10-10T23:32:14.577Z Downloaded cexpr v0.6.0
12662025-10-10T23:32:14.604Z Downloaded camino-tempfile-ext v0.3.2
12672025-10-10T23:32:14.604Z Downloaded buf-list v1.0.3
12682025-10-10T23:32:14.604Z Downloaded bitfield v0.19.2
12692025-10-10T23:32:14.604Z Downloaded bit-vec v0.6.3
12702025-10-10T23:32:14.604Z Downloaded bcrypt-pbkdf v0.10.0
12712025-10-10T23:32:14.604Z Downloaded bb8 v0.8.5
12722025-10-10T23:32:14.604Z Downloaded httpdate v1.0.3
12732025-10-10T23:32:14.604Z Downloaded hostname v0.4.0
12742025-10-10T23:32:14.604Z Downloaded hex v0.4.3
12752025-10-10T23:32:14.604Z Downloaded chacha20 v0.9.1
12762025-10-10T23:32:14.604Z Downloaded cassowary v0.3.0
12772025-10-10T23:32:14.604Z Downloaded async-recursion v1.1.1
12782025-10-10T23:32:14.604Z Downloaded half v1.8.3
12792025-10-10T23:32:14.604Z Downloaded atty v0.2.14
12802025-10-10T23:32:14.604Z Downloaded async-stream v0.3.6
12812025-10-10T23:32:14.604Z Downloaded heck v0.3.3
12822025-10-10T23:32:14.604Z Downloaded heapless v0.8.0
12832025-10-10T23:32:14.631Z Downloaded ciborium-io v0.2.2
12842025-10-10T23:32:14.631Z Downloaded cfg_aliases v0.2.1
12852025-10-10T23:32:14.631Z Downloaded bit-set v0.8.0
12862025-10-10T23:32:14.631Z Downloaded indicatif v0.17.11
12872025-10-10T23:32:14.631Z Downloaded hubpack v0.1.2
12882025-10-10T23:32:14.631Z Downloaded http-body-util v0.1.3
12892025-10-10T23:32:14.631Z Downloaded hash32 v0.3.1
12902025-10-10T23:32:14.631Z Downloaded hash32 v0.2.1
12912025-10-10T23:32:14.631Z Downloaded aes-gcm v0.10.3
12922025-10-10T23:32:14.631Z Downloaded http-range v0.1.5
12932025-10-10T23:32:14.631Z Downloaded half v2.4.1
12942025-10-10T23:32:14.631Z Downloaded bitflags v1.3.2
12952025-10-10T23:32:14.658Z Downloaded bitfield-macros v0.19.2
12962025-10-10T23:32:14.658Z Downloaded async-trait v0.1.89
12972025-10-10T23:32:14.658Z Downloaded assert_matches v1.5.0
12982025-10-10T23:32:14.658Z Downloaded libefi-sys v0.1.0
12992025-10-10T23:32:14.658Z Downloaded ipnet v2.11.0
13002025-10-10T23:32:14.658Z Downloaded indoc v2.0.6
13012025-10-10T23:32:14.658Z Downloaded hyper-rustls v0.27.7
13022025-10-10T23:32:14.658Z Downloaded http-body v1.0.1
13032025-10-10T23:32:14.658Z Downloaded headers-core v0.3.0
13042025-10-10T23:32:14.658Z Downloaded castaway v0.2.3
13052025-10-10T23:32:14.658Z Downloaded base64ct v1.6.0
13062025-10-10T23:32:14.658Z Downloaded backtrace v0.3.74
13072025-10-10T23:32:14.658Z Downloaded libsw v3.5.0
13082025-10-10T23:32:14.658Z Downloaded lalrpop-util v0.19.12
13092025-10-10T23:32:14.684Z Downloaded ingot-types v0.1.2
13102025-10-10T23:32:14.685Z Downloaded hyper-tls v0.6.0
13112025-10-10T23:32:14.685Z Downloaded block-padding v0.3.3
13122025-10-10T23:32:14.685Z Downloaded aes v0.8.4
13132025-10-10T23:32:14.685Z Downloaded impl-trait-for-tuples v0.2.2
13142025-10-10T23:32:14.685Z Downloaded arc-swap v1.7.1
13152025-10-10T23:32:14.685Z Downloaded allocator-api2 v0.2.21
13162025-10-10T23:32:14.685Z Downloaded predicates v3.1.3
13172025-10-10T23:32:14.685Z Downloaded crossbeam-utils v0.8.21
13182025-10-10T23:32:14.685Z Downloaded bumpalo v3.16.0
13192025-10-10T23:32:14.685Z Downloaded base64 v0.13.1
13202025-10-10T23:32:14.712Z Downloaded ahash v0.8.12
13212025-10-10T23:32:14.712Z Downloaded clang-sys v1.8.1
13222025-10-10T23:32:14.712Z Downloaded arrayvec v0.7.6
13232025-10-10T23:32:14.712Z Downloaded argon2 v0.5.3
13242025-10-10T23:32:14.712Z Downloaded instant v0.1.13
13252025-10-10T23:32:14.712Z Downloaded httparse v1.9.5
13262025-10-10T23:32:14.712Z Downloaded hostname v0.3.1
13272025-10-10T23:32:14.712Z Downloaded hex-literal v0.4.1
13282025-10-10T23:32:14.712Z Downloaded chacha20poly1305 v0.10.1
13292025-10-10T23:32:14.712Z Downloaded crossbeam-deque v0.8.5
13302025-10-10T23:32:14.712Z Downloaded cookie_store v0.21.1
13312025-10-10T23:32:14.712Z Downloaded cobs v0.2.3
13322025-10-10T23:32:14.712Z Downloaded cbc v0.1.2
13332025-10-10T23:32:14.712Z Downloaded atomic-waker v1.1.2
13342025-10-10T23:32:14.738Z Downloaded addr2line v0.24.2
13352025-10-10T23:32:14.738Z Downloaded adler2 v2.0.0
13362025-10-10T23:32:14.738Z Downloaded bit-vec v0.8.0
13372025-10-10T23:32:14.738Z Downloaded bit-set v0.5.3
13382025-10-10T23:32:14.738Z Downloaded base16ct v0.2.0
13392025-10-10T23:32:14.738Z Downloaded ascii-canvas v3.0.0
13402025-10-10T23:32:14.738Z Downloaded arrayref v0.3.9
13412025-10-10T23:32:14.908Z Compiling value-bag v1.9.0
13422025-10-10T23:32:14.908Z Compiling lock_api v0.4.12
13432025-10-10T23:32:14.908Z Compiling scopeguard v1.2.0
13442025-10-10T23:32:14.934Z Compiling shlex v1.3.0
13452025-10-10T23:32:14.934Z Compiling smallvec v1.15.1
13462025-10-10T23:32:14.934Z Compiling syn v2.0.106
13472025-10-10T23:32:14.934Z Compiling getrandom v0.2.15
13482025-10-10T23:32:14.959Z Compiling jobserver v0.1.32
13492025-10-10T23:32:15.117Z Compiling typenum v1.17.0
13502025-10-10T23:32:15.375Z Compiling log v0.4.27
13512025-10-10T23:32:15.406Z Compiling rand_core v0.6.4
13522025-10-10T23:32:15.454Z Compiling generic-array v0.14.7
13532025-10-10T23:32:15.498Z Compiling cc v1.2.30
13542025-10-10T23:32:15.807Z Compiling subtle v2.6.1
13552025-10-10T23:32:15.832Z Compiling portable-atomic v1.11.0
13562025-10-10T23:32:15.856Z Compiling critical-section v1.1.3
13572025-10-10T23:32:15.898Z Compiling const-oid v0.9.6
13582025-10-10T23:32:16.025Z Compiling pkg-config v0.3.31
13592025-10-10T23:32:16.050Z Compiling spin v0.9.8
13602025-10-10T23:32:16.143Z Compiling parking_lot_core v0.9.10
13612025-10-10T23:32:16.405Z Compiling pin-project-lite v0.2.14
13622025-10-10T23:32:16.518Z Compiling regex-syntax v0.8.5
13632025-10-10T23:32:16.559Z Compiling serde_json v1.0.145
13642025-10-10T23:32:16.851Z Compiling getrandom v0.3.1
13652025-10-10T23:32:17.089Z Compiling rustix v0.38.37
13662025-10-10T23:32:17.609Z Compiling signal-hook-registry v1.4.2
13672025-10-10T23:32:17.757Z Compiling once_cell v1.21.3
13682025-10-10T23:32:18.130Z Compiling libm v0.2.8
13692025-10-10T23:32:18.228Z Compiling parking_lot v0.12.3
13702025-10-10T23:32:18.392Z Compiling mio v1.0.2
13712025-10-10T23:32:18.577Z Compiling num-traits v0.2.19
13722025-10-10T23:32:18.730Z Compiling futures-core v0.3.31
13732025-10-10T23:32:19.125Z Compiling allocator-api2 v0.2.21
13742025-10-10T23:32:19.257Z Compiling lazy_static v1.5.0
13752025-10-10T23:32:19.452Z Compiling aho-corasick v1.1.3
13762025-10-10T23:32:19.567Z Compiling socket2 v0.6.0
13772025-10-10T23:32:19.660Z Compiling slab v0.4.9
13782025-10-10T23:32:19.890Z Compiling percent-encoding v2.3.2
13792025-10-10T23:32:20.037Z Compiling cpufeatures v0.2.14
13802025-10-10T23:32:20.449Z Compiling glob v0.3.2
13812025-10-10T23:32:20.474Z Compiling either v1.15.0
13822025-10-10T23:32:20.544Z Compiling futures-sink v0.3.31
13832025-10-10T23:32:20.753Z Compiling futures-channel v0.3.31
13842025-10-10T23:32:20.875Z Compiling futures-task v0.3.31
13852025-10-10T23:32:20.911Z Compiling pin-utils v0.1.0
13862025-10-10T23:32:21.029Z Compiling prettyplease v0.2.36
13872025-10-10T23:32:21.165Z Compiling futures-io v0.3.31
13882025-10-10T23:32:21.191Z Compiling hashbrown v0.16.0
13892025-10-10T23:32:21.274Z Compiling clang-sys v1.8.1
13902025-10-10T23:32:21.379Z Compiling minimal-lexical v0.2.1
13912025-10-10T23:32:21.440Z Compiling regex-automata v0.4.11
13922025-10-10T23:32:21.807Z Compiling nom v7.1.3
13932025-10-10T23:32:21.875Z Compiling libloading v0.8.5
13942025-10-10T23:32:21.935Z Compiling home v0.5.9
13952025-10-10T23:32:22.159Z Compiling synstructure v0.13.1
13962025-10-10T23:32:22.252Z Compiling bindgen v0.69.5
13972025-10-10T23:32:22.348Z Compiling base64ct v1.6.0
13982025-10-10T23:32:22.374Z Compiling indexmap v2.11.4
13992025-10-10T23:32:22.892Z Compiling pem-rfc7468 v0.7.0
14002025-10-10T23:32:23.463Z Compiling itertools v0.12.1
14012025-10-10T23:32:23.488Z Compiling rustc-hash v1.1.0
14022025-10-10T23:32:23.650Z Compiling lazycell v1.3.0
14032025-10-10T23:32:23.779Z Compiling flagset v0.4.6
14042025-10-10T23:32:23.840Z Compiling form_urlencoded v1.2.2
14052025-10-10T23:32:24.010Z Compiling rand_core v0.9.3
14062025-10-10T23:32:24.181Z Compiling cmake v0.1.51
14072025-10-10T23:32:24.581Z Compiling cexpr v0.6.0
14082025-10-10T23:32:24.746Z Compiling dunce v1.0.5
14092025-10-10T23:32:24.900Z Compiling fs_extra v1.3.0
14102025-10-10T23:32:24.972Z Compiling paste v1.0.15
14112025-10-10T23:32:25.455Z Compiling rustc_version v0.4.1
14122025-10-10T23:32:25.512Z Compiling foldhash v0.1.5
14132025-10-10T23:32:25.821Z Compiling vcpkg v0.2.15
14142025-10-10T23:32:25.982Z Compiling iana-time-zone v0.1.63
14152025-10-10T23:32:26.094Z Compiling rustversion v1.0.22
14162025-10-10T23:32:26.158Z Compiling hashbrown v0.15.4
14172025-10-10T23:32:26.379Z Compiling ring v0.17.14
14182025-10-10T23:32:26.547Z Compiling serde_derive v1.0.226
14192025-10-10T23:32:26.743Z Compiling zeroize_derive v1.4.2
14202025-10-10T23:32:27.274Z Compiling zerofrom-derive v0.1.4
14212025-10-10T23:32:27.342Z Compiling yoke-derive v0.7.4
14222025-10-10T23:32:27.368Z Compiling zerovec-derive v0.10.3
14232025-10-10T23:32:27.398Z Compiling zerocopy-derive v0.7.35
14242025-10-10T23:32:28.031Z Compiling zeroize v1.8.1
14252025-10-10T23:32:29.107Z Compiling zerocopy v0.7.35
14262025-10-10T23:32:29.462Z Compiling displaydoc v0.2.5
14272025-10-10T23:32:29.588Z Compiling crypto-common v0.1.6
14282025-10-10T23:32:29.616Z Compiling block-buffer v0.10.4
14292025-10-10T23:32:29.843Z Compiling digest v0.10.7
14302025-10-10T23:32:29.882Z Compiling tokio-macros v2.5.0
14312025-10-10T23:32:30.232Z Compiling zerofrom v0.1.4
14322025-10-10T23:32:30.302Z Compiling icu_provider_macros v1.5.0
14332025-10-10T23:32:30.422Z Compiling hmac v0.12.1
14342025-10-10T23:32:30.473Z Compiling yoke v0.7.4
14352025-10-10T23:32:30.681Z Compiling thiserror-impl v2.0.17
14362025-10-10T23:32:30.826Z Compiling zerovec v0.10.4
14372025-10-10T23:32:30.851Z Compiling block-padding v0.3.3
14382025-10-10T23:32:30.965Z Compiling futures-macro v0.3.31
14392025-10-10T23:32:31.134Z Compiling inout v0.1.3
14402025-10-10T23:32:31.160Z Compiling ppv-lite86 v0.2.20
14412025-10-10T23:32:31.240Z Compiling regex v1.11.3
14422025-10-10T23:32:31.414Z Compiling cipher v0.4.4
14432025-10-10T23:32:31.855Z Compiling sha2 v0.10.9
14442025-10-10T23:32:31.896Z Compiling der_derive v0.7.3
14452025-10-10T23:32:32.095Z Compiling salsa20 v0.10.2
14462025-10-10T23:32:32.282Z Compiling pbkdf2 v0.12.2
14472025-10-10T23:32:32.340Z Compiling tinystr v0.7.6
14482025-10-10T23:32:32.456Z Compiling icu_collections v1.5.0
14492025-10-10T23:32:32.481Z Compiling futures-util v0.3.31
14502025-10-10T23:32:32.603Z Compiling scrypt v0.11.0
14512025-10-10T23:32:32.790Z Compiling icu_locid v1.5.0
14522025-10-10T23:32:32.858Z Compiling serde v1.0.226
14532025-10-10T23:32:33.101Z Compiling cbc v0.1.2
14542025-10-10T23:32:33.288Z Compiling thiserror v2.0.17
14552025-10-10T23:32:33.355Z Compiling aes v0.8.4
14562025-10-10T23:32:33.452Z Compiling pest v2.8.2
14572025-10-10T23:32:33.641Z Compiling rand_chacha v0.9.0
14582025-10-10T23:32:33.810Z Compiling bitflags v2.9.4
14592025-10-10T23:32:33.923Z Compiling bytes v1.10.1
14602025-10-10T23:32:34.434Z Compiling icu_provider v1.5.0
14612025-10-10T23:32:34.545Z Compiling der v0.7.9
14622025-10-10T23:32:35.213Z Compiling tokio v1.47.0
14632025-10-10T23:32:35.315Z Compiling icu_locid_transform v1.5.0
14642025-10-10T23:32:35.354Z Compiling http v1.3.1
14652025-10-10T23:32:35.473Z Compiling chrono v0.4.42
14662025-10-10T23:32:36.135Z Compiling pest_meta v2.8.2
14672025-10-10T23:32:37.218Z Compiling icu_properties v1.5.1
14682025-10-10T23:32:37.270Z Compiling which v4.4.2
14692025-10-10T23:32:37.296Z Compiling spki v0.7.3
14702025-10-10T23:32:37.374Z Compiling uuid v1.18.1
14712025-10-10T23:32:37.813Z Compiling openssl-sys v0.9.109
14722025-10-10T23:32:38.395Z Compiling pkcs5 v0.7.1
14732025-10-10T23:32:38.701Z Compiling pest_generator v2.8.2
14742025-10-10T23:32:38.891Z Compiling rand v0.9.2
14752025-10-10T23:32:39.315Z Compiling tracing-attributes v0.1.27
14762025-10-10T23:32:39.368Z Compiling tracing-core v0.1.32
14772025-10-10T23:32:39.880Z Compiling ident_case v1.0.1
14782025-10-10T23:32:40.059Z Compiling rustix v1.0.7
14792025-10-10T23:32:40.282Z Compiling aws-lc-rs v1.12.4
14802025-10-10T23:32:40.550Z Compiling icu_normalizer v1.5.0
14812025-10-10T23:32:40.590Z Compiling adler2 v2.0.0
14822025-10-10T23:32:40.705Z Compiling pest_derive v2.8.2
14832025-10-10T23:32:40.817Z Compiling miniz_oxide v0.8.5
14842025-10-10T23:32:40.842Z Compiling darling_core v0.20.10
14852025-10-10T23:32:41.339Z Compiling pkcs8 v0.10.2
14862025-10-10T23:32:41.420Z Compiling idna_adapter v1.2.0
14872025-10-10T23:32:41.659Z Compiling idna v1.0.3
14882025-10-10T23:32:41.928Z Compiling http-body v1.0.1
14892025-10-10T23:32:42.106Z Compiling scroll_derive v0.12.0
14902025-10-10T23:32:42.132Z Compiling tracing v0.1.40
14912025-10-10T23:32:42.194Z Compiling thiserror-impl v1.0.69
14922025-10-10T23:32:42.606Z Compiling url v2.5.4
14932025-10-10T23:32:43.015Z Compiling serde_derive_internals v0.29.1
14942025-10-10T23:32:43.288Z Compiling tokio-util v0.7.15
14952025-10-10T23:32:44.200Z Compiling rustls-pki-types v1.10.0
14962025-10-10T23:32:44.896Z Compiling base64 v0.22.1
14972025-10-10T23:32:45.133Z Compiling httparse v1.9.5
14982025-10-10T23:32:45.176Z Compiling zerocopy v0.8.27
14992025-10-10T23:32:45.491Z Compiling tinyvec_macros v0.1.1
15002025-10-10T23:32:45.585Z Compiling schemars v0.8.22
15012025-10-10T23:32:45.626Z Compiling tinyvec v1.8.0
15022025-10-10T23:32:45.908Z Compiling schemars_derive v0.8.22
15032025-10-10T23:32:46.013Z Compiling darling_macro v0.20.10
15042025-10-10T23:32:46.068Z Compiling thiserror v1.0.69
15052025-10-10T23:32:46.093Z Compiling scroll v0.12.0
15062025-10-10T23:32:46.619Z Compiling zerocopy-derive v0.8.27
15072025-10-10T23:32:46.833Z Compiling bzip2-sys v0.1.13+1.0.8
15082025-10-10T23:32:46.860Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15092025-10-10T23:32:46.975Z Compiling foreign-types-shared v0.1.1
15102025-10-10T23:32:47.117Z Compiling tower-service v0.3.3
15112025-10-10T23:32:47.265Z Compiling dyn-clone v1.0.20
15122025-10-10T23:32:47.291Z Compiling untrusted v0.7.1
15132025-10-10T23:32:47.497Z Compiling untrusted v0.9.0
15142025-10-10T23:32:47.523Z Compiling atomic-waker v1.1.2
15152025-10-10T23:32:47.549Z Compiling try-lock v0.2.5
15162025-10-10T23:32:47.574Z Compiling num-conv v0.1.0
15172025-10-10T23:32:47.765Z Compiling openssl v0.10.73
15182025-10-10T23:32:47.790Z Compiling time-core v0.1.6
15192025-10-10T23:32:47.815Z Compiling powerfmt v0.2.0
15202025-10-10T23:32:47.950Z Compiling openssl-probe v0.1.5
15212025-10-10T23:32:48.084Z Compiling time-macros v0.2.24
15222025-10-10T23:32:48.190Z Compiling deranged v0.5.3
15232025-10-10T23:32:48.267Z Compiling want v0.3.1
15242025-10-10T23:32:48.538Z Compiling tempfile v3.20.0
15252025-10-10T23:32:48.920Z Compiling h2 v0.4.6
15262025-10-10T23:32:50.660Z Compiling foreign-types v0.3.2
15272025-10-10T23:32:50.775Z Compiling darling v0.20.10
15282025-10-10T23:32:50.907Z Compiling goblin v0.8.2
15292025-10-10T23:32:51.938Z Compiling ipnet v2.11.0
15302025-10-10T23:32:52.093Z Compiling openssl-macros v0.1.1
15312025-10-10T23:32:52.610Z Compiling wait-timeout v0.2.0
15322025-10-10T23:32:52.776Z Compiling rustls v0.23.19
15332025-10-10T23:32:52.993Z Compiling httpdate v1.0.3
15342025-10-10T23:32:53.043Z Compiling native-tls v0.2.12
15352025-10-10T23:32:53.068Z Compiling num_threads v0.1.7
15362025-10-10T23:32:53.108Z Compiling quick-error v1.2.3
15372025-10-10T23:32:53.223Z Compiling syn v1.0.109
15382025-10-10T23:32:53.301Z Compiling gimli v0.31.1
15392025-10-10T23:32:53.392Z Compiling bit-vec v0.8.0
15402025-10-10T23:32:53.417Z Compiling crossbeam-utils v0.8.21
15412025-10-10T23:32:53.821Z Compiling bit-set v0.8.0
15422025-10-10T23:32:53.878Z Compiling rusty-fork v0.3.0
15432025-10-10T23:32:53.933Z Compiling time v0.3.43
15442025-10-10T23:32:54.657Z Compiling derive_builder_core v0.20.2
15452025-10-10T23:32:56.500Z Compiling dof v0.3.0
15462025-10-10T23:32:57.347Z Compiling addr2line v0.24.2
15472025-10-10T23:32:57.406Z Compiling hyper v1.7.0
15482025-10-10T23:32:57.689Z Compiling unicode-normalization v0.1.24
15492025-10-10T23:32:58.044Z Compiling dtrace-parser v0.2.0
15502025-10-10T23:32:58.199Z Compiling signature v2.2.0
15512025-10-10T23:32:58.491Z Compiling scroll_derive v0.13.1
15522025-10-10T23:32:58.559Z Compiling heapless v0.7.17
15532025-10-10T23:32:58.883Z Compiling rand_xorshift v0.4.0
15542025-10-10T23:32:58.963Z Compiling cookie v0.18.1
15552025-10-10T23:32:59.156Z Compiling object v0.36.5
15562025-10-10T23:32:59.262Z Compiling crc32fast v1.4.2
15572025-10-10T23:32:59.604Z Compiling siphasher v0.3.11
15582025-10-10T23:32:59.699Z Compiling zstd-safe v7.2.3
15592025-10-10T23:32:59.983Z Compiling rustc-demangle v0.1.24
15602025-10-10T23:33:00.020Z Compiling slog v2.7.0
15612025-10-10T23:33:00.049Z Compiling anyhow v1.0.99
15622025-10-10T23:33:00.488Z Compiling unarray v0.1.4
15632025-10-10T23:33:00.572Z Compiling unicode-properties v0.1.3
15642025-10-10T23:33:00.668Z Compiling signal-hook v0.3.18
15652025-10-10T23:33:00.766Z Compiling unicode-bidi v0.3.17
15662025-10-10T23:33:00.793Z Compiling zlib-rs v0.5.1
15672025-10-10T23:33:00.969Z Compiling proptest v1.7.0
15682025-10-10T23:33:01.128Z Compiling scroll v0.13.0
15692025-10-10T23:33:01.285Z Compiling phf_shared v0.11.2
15702025-10-10T23:33:01.363Z Compiling hyper-util v0.1.17
15712025-10-10T23:33:01.625Z Compiling stringprep v0.1.5
15722025-10-10T23:33:01.892Z Compiling usdt-impl v0.5.0
15732025-10-10T23:33:02.270Z Compiling derive_builder_macro v0.20.2
15742025-10-10T23:33:03.106Z Compiling ipnetwork v0.21.1
15752025-10-10T23:33:03.560Z Compiling vergen-lib v0.1.6
15762025-10-10T23:33:03.814Z Compiling serde_spanned v0.6.9
15772025-10-10T23:33:03.839Z Compiling toml_datetime v0.6.11
15782025-10-10T23:33:04.049Z Compiling serde_tokenstream v0.2.2
15792025-10-10T23:33:04.295Z Compiling rand_chacha v0.3.1
15802025-10-10T23:33:04.575Z Compiling md-5 v0.10.6
15812025-10-10T23:33:04.630Z Compiling curve25519-dalek v4.1.3
15822025-10-10T23:33:04.843Z Compiling num-integer v0.1.46
15832025-10-10T23:33:05.215Z Compiling backtrace v0.3.74
15842025-10-10T23:33:05.509Z Compiling sync_wrapper v1.0.1
15852025-10-10T23:33:05.534Z Compiling ff v0.13.0
15862025-10-10T23:33:05.704Z Compiling hash32 v0.2.1
15872025-10-10T23:33:05.778Z Compiling memoffset v0.9.1
15882025-10-10T23:33:06.050Z Compiling libz-rs-sys v0.5.1
15892025-10-10T23:33:06.075Z Compiling smoltcp v0.9.1
15902025-10-10T23:33:06.199Z Compiling litrs v0.4.1
15912025-10-10T23:33:06.335Z Compiling psl-types v2.0.11
15922025-10-10T23:33:06.550Z Compiling ref-cast v1.0.24
15932025-10-10T23:33:06.647Z Compiling fallible-iterator v0.2.0
15942025-10-10T23:33:06.748Z Compiling base16ct v0.2.0
15952025-10-10T23:33:07.001Z Compiling tower-layer v0.3.3
15962025-10-10T23:33:07.054Z Compiling cfg_aliases v0.2.1
15972025-10-10T23:33:07.139Z Compiling num-bigint-dig v0.8.4
15982025-10-10T23:33:07.172Z Compiling nix v0.29.0
15992025-10-10T23:33:07.231Z Compiling postgres-protocol v0.6.8
16002025-10-10T23:33:07.302Z Compiling tower v0.5.2
16012025-10-10T23:33:07.488Z Compiling document-features v0.2.11
16022025-10-10T23:33:07.749Z Compiling sec1 v0.7.3
16032025-10-10T23:33:07.957Z Compiling publicsuffix v2.3.0
16042025-10-10T23:33:08.133Z Compiling flate2 v1.1.2
16052025-10-10T23:33:08.265Z Compiling newtype-uuid v1.3.1
16062025-10-10T23:33:08.621Z Compiling group v0.13.0
16072025-10-10T23:33:08.868Z Compiling num-iter v0.1.45
16082025-10-10T23:33:08.976Z Compiling rand v0.8.5
16092025-10-10T23:33:09.084Z Compiling oxnet v0.1.3
16102025-10-10T23:33:09.111Z Compiling derive_builder v0.20.2
16112025-10-10T23:33:09.140Z Compiling tokio-native-tls v0.3.1
16122025-10-10T23:33:09.394Z Compiling goblin v0.10.2
16132025-10-10T23:33:10.292Z Compiling rustls-native-certs v0.8.1
16142025-10-10T23:33:10.413Z Compiling webpki-roots v1.0.1
16152025-10-10T23:33:10.611Z Compiling http-body-util v0.1.3
16162025-10-10T23:33:10.666Z Compiling vergen v9.0.6
16172025-10-10T23:33:10.703Z Compiling terminal_size v0.4.0
16182025-10-10T23:33:10.803Z Compiling cargo-platform v0.1.8
16192025-10-10T23:33:10.928Z Compiling hkdf v0.12.4
16202025-10-10T23:33:10.966Z Compiling crypto-bigint v0.5.5
16212025-10-10T23:33:11.090Z Compiling daft-derive v0.1.4
16222025-10-10T23:33:11.200Z Compiling curve25519-dalek-derive v0.1.1
16232025-10-10T23:33:11.274Z Compiling strum_macros v0.27.2
16242025-10-10T23:33:12.405Z Compiling async-trait v0.1.89
16252025-10-10T23:33:12.441Z Compiling ref-cast-impl v1.0.24
16262025-10-10T23:33:13.528Z Compiling hubpack_derive v0.1.1
16272025-10-10T23:33:13.575Z Compiling ahash v0.8.12
16282025-10-10T23:33:13.939Z Compiling fs-err v3.1.1
16292025-10-10T23:33:14.319Z Compiling usdt-impl v0.6.0
16302025-10-10T23:33:14.460Z Compiling managed v0.8.0
16312025-10-10T23:33:14.718Z Compiling bitflags v1.3.2
16322025-10-10T23:33:14.743Z Compiling buf-list v1.0.3
16332025-10-10T23:33:14.882Z Compiling simd-adler32 v0.3.7
16342025-10-10T23:33:14.907Z Compiling lockfree-object-pool v0.1.6
16352025-10-10T23:33:15.161Z Compiling iri-string v0.7.8
16362025-10-10T23:33:15.294Z Compiling winnow v0.5.40
16372025-10-10T23:33:15.389Z Compiling bumpalo v3.16.0
16382025-10-10T23:33:15.475Z Compiling strum v0.27.2
16392025-10-10T23:33:15.761Z Compiling zopfli v0.8.1
16402025-10-10T23:33:15.812Z Compiling dof v0.4.0
16412025-10-10T23:33:17.091Z Compiling clap_builder v4.5.48
16422025-10-10T23:33:17.583Z Compiling hubpack v0.1.2
16432025-10-10T23:33:17.822Z Compiling tower-http v0.6.6
16442025-10-10T23:33:18.161Z Compiling toml_edit v0.19.15
16452025-10-10T23:33:18.345Z Compiling elliptic-curve v0.13.8
16462025-10-10T23:33:18.612Z Compiling daft v0.1.4
16472025-10-10T23:33:19.068Z Compiling cargo_metadata v0.19.2
16482025-10-10T23:33:19.139Z Compiling hyper-tls v0.6.0
16492025-10-10T23:33:19.294Z Compiling signal-hook-mio v0.2.4
16502025-10-10T23:33:19.533Z Compiling cookie_store v0.21.1
16512025-10-10T23:33:20.905Z Compiling zstd v0.13.3
16522025-10-10T23:33:22.144Z Compiling postgres-types v0.2.9
16532025-10-10T23:33:22.210Z Compiling usdt-attr-macro v0.5.0
16542025-10-10T23:33:23.254Z Compiling usdt-macro v0.5.0
16552025-10-10T23:33:23.284Z Compiling phf v0.11.2
16562025-10-10T23:33:23.555Z Compiling ed25519 v2.2.3
16572025-10-10T23:33:23.581Z Compiling bzip2 v0.4.4
16582025-10-10T23:33:23.883Z Compiling bzip2 v0.5.2
16592025-10-10T23:33:23.959Z Compiling pkcs1 v0.7.5
16602025-10-10T23:33:24.025Z Compiling dtrace-parser v0.3.0
16612025-10-10T23:33:24.255Z Compiling strum_macros v0.26.4
16622025-10-10T23:33:24.522Z Compiling serde-big-array v0.5.1
16632025-10-10T23:33:24.755Z Compiling serde_urlencoded v0.7.1
16642025-10-10T23:33:24.790Z Compiling rfc6979 v0.4.0
16652025-10-10T23:33:24.822Z Compiling bstr v1.10.0
16662025-10-10T23:33:24.986Z Compiling clap_derive v4.5.47
16672025-10-10T23:33:25.225Z Compiling enum-as-inner v0.6.1
16682025-10-10T23:33:25.285Z Compiling serde_repr v0.1.19
16692025-10-10T23:33:25.657Z Compiling float-cmp v0.10.0
16702025-10-10T23:33:25.904Z Compiling env_filter v0.1.2
16712025-10-10T23:33:26.100Z Compiling thread-id v5.0.0
16722025-10-10T23:33:26.193Z Compiling socket2 v0.5.10
16732025-10-10T23:33:26.240Z Compiling encoding_rs v0.8.34
16742025-10-10T23:33:26.313Z Compiling static_assertions v1.1.0
16752025-10-10T23:33:26.432Z Compiling predicates-core v1.0.8
16762025-10-10T23:33:26.466Z Compiling whoami v1.5.2
16772025-10-10T23:33:26.744Z Compiling normalize-line-endings v0.3.0
16782025-10-10T23:33:26.896Z Compiling precomputed-hash v0.1.1
16792025-10-10T23:33:26.989Z Compiling data-encoding v2.9.0
16802025-10-10T23:33:27.028Z Compiling fixedbitset v0.4.2
16812025-10-10T23:33:27.053Z Compiling foldhash v0.2.0
16822025-10-10T23:33:27.442Z Compiling rustc-hash v2.1.1
16832025-10-10T23:33:27.467Z Compiling mime v0.3.17
16842025-10-10T23:33:27.645Z Compiling new_debug_unreachable v1.0.6
16852025-10-10T23:33:27.798Z Compiling difflib v0.4.0
16862025-10-10T23:33:28.030Z Compiling unicode-segmentation v1.12.0
16872025-10-10T23:33:28.064Z Compiling strum v0.26.3
16882025-10-10T23:33:28.273Z Compiling predicates v3.1.3
16892025-10-10T23:33:28.528Z Compiling string_cache v0.8.9
16902025-10-10T23:33:28.680Z Compiling clap v4.5.48
16912025-10-10T23:33:28.790Z Compiling similar v2.7.0
16922025-10-10T23:33:28.815Z Compiling iddqd v0.3.13
16932025-10-10T23:33:28.952Z Compiling hickory-proto v0.25.2
16942025-10-10T23:33:28.977Z Compiling petgraph v0.6.5
16952025-10-10T23:33:29.339Z Compiling toml_edit v0.22.27
16962025-10-10T23:33:29.553Z Compiling tokio-postgres v0.7.13
16972025-10-10T23:33:30.507Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
16982025-10-10T23:33:30.606Z Compiling usdt v0.5.0
16992025-10-10T23:33:31.041Z Compiling env_logger v0.11.5
17002025-10-10T23:33:31.673Z Compiling ecdsa v0.16.9
17012025-10-10T23:33:32.177Z Compiling rsa v0.9.6
17022025-10-10T23:33:32.207Z Compiling zip v4.2.0
17032025-10-10T23:33:32.424Z Compiling ed25519-dalek v2.1.1
17042025-10-10T23:33:33.691Z Compiling zip v0.6.6
17052025-10-10T23:33:34.822Z Compiling toml v0.7.8
17062025-10-10T23:33:34.899Z Compiling crossterm v0.28.1
17072025-10-10T23:33:36.099Z Compiling crossbeam-epoch v0.9.18
17082025-10-10T23:33:36.320Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
17092025-10-10T23:33:36.351Z Compiling tokio-stream v0.1.17
17102025-10-10T23:33:36.564Z Compiling x509-cert v0.2.5
17112025-10-10T23:33:36.708Z Compiling openapiv3 v2.2.0
17122025-10-10T23:33:36.733Z Compiling sha1 v0.10.6
17132025-10-10T23:33:37.109Z Compiling itertools v0.10.5
17142025-10-10T23:33:37.216Z Compiling itertools v0.13.0
17152025-10-10T23:33:37.757Z Compiling winnow v0.6.26
17162025-10-10T23:33:38.570Z Compiling lalrpop-util v0.19.12
17172025-10-10T23:33:38.920Z Compiling peg-runtime v0.8.5
17182025-10-10T23:33:39.216Z Compiling thread_local v1.1.8
17192025-10-10T23:33:39.345Z Compiling slog-async v2.8.0
17202025-10-10T23:33:39.454Z Compiling crossbeam-channel v0.5.15
17212025-10-10T23:33:39.656Z Compiling xattr v1.3.1
17222025-10-10T23:33:39.828Z Compiling futures-executor v0.3.31
17232025-10-10T23:33:39.854Z Compiling filetime v0.2.25
17242025-10-10T23:33:39.915Z Compiling is-terminal v0.4.13
17252025-10-10T23:33:40.062Z Compiling take_mut v0.2.2
17262025-10-10T23:33:40.122Z Compiling term v1.1.0
17272025-10-10T23:33:40.148Z Compiling futures v0.3.31
17282025-10-10T23:33:40.180Z Compiling tar v0.4.44
17292025-10-10T23:33:40.658Z Compiling slog-term v2.9.2
17302025-10-10T23:33:42.985Z Compiling aws-lc-sys v0.26.0
17312025-10-10T23:34:14.983Z Compiling rustls-webpki v0.102.8
17322025-10-10T23:34:20.771Z Compiling tokio-rustls v0.26.0
17332025-10-10T23:34:21.097Z Compiling hyper-rustls v0.27.7
17342025-10-10T23:34:21.437Z Compiling reqwest v0.12.22
17352025-10-10T23:34:25.706Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17362025-10-10T23:34:26.074Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17372025-10-10T23:34:31.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
17382025-10-10T23:34:31.621Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17392025-10-10T23:34:31.688ZOct 10 23:34:31.344 INFO Starting download, target: Clickhouse
17402025-10-10T23:34:31.688ZOct 10 23:34:31.345 INFO Starting download, target: Cockroach
17412025-10-10T23:34:31.688ZOct 10 23:34:31.345 INFO Starting download, target: Console
17422025-10-10T23:34:31.714ZOct 10 23:34:31.345 INFO Starting download, target: MaghemiteMgd
17432025-10-10T23:34:31.714ZOct 10 23:34:31.345 INFO Starting download, target: TransceiverControl
17442025-10-10T23:34:31.714ZOct 10 23:34:31.345 INFO Starting download, target: DendriteStub
17452025-10-10T23:34:31.714ZOct 10 23:34:31.346 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17462025-10-10T23:34:31.714ZOct 10 23:34:31.346 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17472025-10-10T23:34:31.714ZOct 10 23:34:31.346 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17482025-10-10T23:34:31.714ZOct 10 23:34:31.346 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17492025-10-10T23:34:31.714ZOct 10 23:34:31.346 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17502025-10-10T23:34:31.714ZOct 10 23:34:31.346 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17512025-10-10T23:34:32.216ZOct 10 23:34:31.869 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17522025-10-10T23:34:32.524ZOct 10 23:34:32.173 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17532025-10-10T23:34:32.638ZOct 10 23:34:32.279 INFO Download complete, target: Console
17542025-10-10T23:34:32.931ZOct 10 23:34:32.584 INFO Download complete, target: TransceiverControl
17552025-10-10T23:34:37.312ZOct 10 23:34:36.967 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17562025-10-10T23:34:38.791ZOct 10 23:34:38.447 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17572025-10-10T23:34:38.791ZOct 10 23:34:38.447 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17582025-10-10T23:34:39.511ZOct 10 23:34:39.167 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17592025-10-10T23:34:42.095ZOct 10 23:34:41.749 INFO Download complete, target: DendriteStub
17602025-10-10T23:34:44.530ZOct 10 23:34:44.187 INFO Download complete, target: MaghemiteMgd
17612025-10-10T23:34:47.051ZOct 10 23:34:46.707 INFO Checking that binary works, target: Cockroach
17622025-10-10T23:34:47.236ZOct 10 23:34:46.892 INFO Download complete, target: Cockroach
17632025-10-10T23:34:59.633ZOct 10 23:34:59.289 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17642025-10-10T23:35:11.657ZOct 10 23:35:11.313 INFO Checking that binary works, target: Clickhouse
17652025-10-10T23:35:11.856ZOct 10 23:35:11.512 INFO Download complete, target: Clickhouse
17662025-10-10T23:35:11.884ZAll builder prerequisites installed successfully, and PATH looks valid
17672025-10-10T23:35:11.909Z
17682025-10-10T23:35:11.909Zreal 5:54.305699304
17692025-10-10T23:35:11.909Zuser 16:07.530351230
17702025-10-10T23:35:11.909Zsys 2:43.243916827
17712025-10-10T23:35:11.909Ztrap 0.594487484
17722025-10-10T23:35:11.909Ztflt 0.399816828
17732025-10-10T23:35:11.909Zdflt 1.195006414
17742025-10-10T23:35:11.909Zkflt 0.012195890
17752025-10-10T23:35:11.909Zlock 47:39.301370720
17762025-10-10T23:35:11.909Zslp 1:00:44.421559021
17772025-10-10T23:35:11.909Zlat 1:21.637691728
17782025-10-10T23:35:11.910Zstop 3:03.904698038
17792025-10-10T23:35:11.910Z++ bmat factory name
17802025-10-10T23:35:11.910Z++ bmat factory private
17812025-10-10T23:35:11.935Z+ jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/44626 '{
17822025-10-10T23:35:11.935Z buildomat: {
17832025-10-10T23:35:11.935Z factory: {
17842025-10-10T23:35:11.935Z name: $bmat_factory_name,
17852025-10-10T23:35:11.935Z private: $bmat_factory_private,
17862025-10-10T23:35:11.935Z },
17872025-10-10T23:35:11.935Z },
17882025-10-10T23:35:11.935Z }'
17892025-10-10T23:35:11.960Z+ banner ls-apis
17902025-10-10T23:35:11.960Z
17912025-10-10T23:35:11.960Z # #### ## ##### # ####
17922025-10-10T23:35:11.960Z # # # # # # # #
17932025-10-10T23:35:11.960Z # #### ##### # # # # # ####
17942025-10-10T23:35:11.960Z # # ###### ##### # #
17952025-10-10T23:35:11.960Z # # # # # # # # #
17962025-10-10T23:35:11.960Z ###### #### # # # # ####
17972025-10-10T23:35:11.961Z
17982025-10-10T23:35:11.961Z+ source ./tools/include/force-git-over-https.sh
17992025-10-10T23:35:11.961Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18002025-10-10T23:35:11.961Z++ (( i = 0 ))
18012025-10-10T23:35:11.961Z++ (( i < 5 ))
18022025-10-10T23:35:11.961Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18032025-10-10T23:35:11.961Z++ (( i++ ))
18042025-10-10T23:35:11.961Z++ (( i < 5 ))
18052025-10-10T23:35:11.961Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18062025-10-10T23:35:11.986Z++ (( i++ ))
18072025-10-10T23:35:11.986Z++ (( i < 5 ))
18082025-10-10T23:35:11.986Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18092025-10-10T23:35:11.986Z++ (( i++ ))
18102025-10-10T23:35:11.986Z++ (( i < 5 ))
18112025-10-10T23:35:11.986Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18122025-10-10T23:35:11.987Z++ (( i++ ))
18132025-10-10T23:35:11.987Z++ (( i < 5 ))
18142025-10-10T23:35:11.987Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18152025-10-10T23:35:11.987Z++ (( i++ ))
18162025-10-10T23:35:11.987Z++ (( i < 5 ))
18172025-10-10T23:35:11.987Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18182025-10-10T23:35:11.987Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18192025-10-10T23:35:11.987Z+ ptime -m cargo xtask ls-apis apis
18202025-10-10T23:35:13.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
18212025-10-10T23:35:13.142Z Running `target/debug/xtask ls-apis apis`
18222025-10-10T23:35:14.797Z Compiling semver v0.1.20
18232025-10-10T23:35:14.823Z Compiling erased-serde v0.4.6
18242025-10-10T23:35:14.823Z Compiling ordered-float v2.10.1
18252025-10-10T23:35:14.823Z Compiling structmeta-derive v0.3.0
18262025-10-10T23:35:14.823Z Compiling toml v0.8.23
18272025-10-10T23:35:14.849Z Compiling cargo-platform v0.2.0
18282025-10-10T23:35:14.874Z Compiling fixedbitset v0.5.7
18292025-10-10T23:35:15.156Z Compiling rustc_version v0.1.7
18302025-10-10T23:35:15.349Z Compiling petgraph v0.8.2
18312025-10-10T23:35:15.453Z Compiling serde-value v0.7.0
18322025-10-10T23:35:15.581Z Compiling newtype_derive v0.1.6
18332025-10-10T23:35:15.868Z Compiling serde-untagged v0.1.7
18342025-10-10T23:35:16.225Z Compiling cargo-util-schemas v0.8.2
18352025-10-10T23:35:16.529Z Compiling structmeta v0.3.0
18362025-10-10T23:35:16.850Z Compiling parse-display-derive v0.10.0
18372025-10-10T23:35:17.955Z Compiling cargo_metadata v0.21.0
18382025-10-10T23:35:18.883Z Compiling parse-display v0.10.0
18392025-10-10T23:35:19.551Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18402025-10-10T23:35:24.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
18412025-10-10T23:35:24.835Z Running `target/debug/ls-apis apis`
18422025-10-10T23:35:24.885Zloading metadata for workspace omicron from current workspace
18432025-10-10T23:35:29.891Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
18442025-10-10T23:35:29.916Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
18452025-10-10T23:35:29.916Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
18462025-10-10T23:35:29.916Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/Cargo.toml
18472025-10-10T23:35:29.916Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/Cargo.toml
18482025-10-10T23:35:50.041Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
18492025-10-10T23:35:52.881Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18502025-10-10T23:35:52.929Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18512025-10-10T23:35:53.341ZBootstrap Agent (client: bootstrap-agent-client)
18522025-10-10T23:35:53.341Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18532025-10-10T23:35:53.341Z consumed by: wicketd (omicron/wicketd) via 2 paths
18542025-10-10T23:35:53.341Z
18552025-10-10T23:35:53.341ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18562025-10-10T23:35:53.341Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18572025-10-10T23:35:53.342Z
18582025-10-10T23:35:53.342ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18592025-10-10T23:35:53.342Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18602025-10-10T23:35:53.342Z
18612025-10-10T23:35:53.342ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18622025-10-10T23:35:53.342Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18632025-10-10T23:35:53.342Z
18642025-10-10T23:35:53.342ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18652025-10-10T23:35:53.342Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18662025-10-10T23:35:53.342Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18672025-10-10T23:35:53.342Z
18682025-10-10T23:35:53.342ZCrucible Agent (client: crucible-agent-client)
18692025-10-10T23:35:53.368Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18702025-10-10T23:35:53.368Z
18712025-10-10T23:35:53.368ZCrucible Control (for testing only) (client: crucible-control-client)
18722025-10-10T23:35:53.368Z
18732025-10-10T23:35:53.368ZCrucible Pantry (client: crucible-pantry-client)
18742025-10-10T23:35:53.368Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18752025-10-10T23:35:53.368Z
18762025-10-10T23:35:53.368ZMaghemite DDM Admin (client: ddm-admin-client)
18772025-10-10T23:35:53.368Z consumed by: installinator (omicron/installinator) via 1 path
18782025-10-10T23:35:53.368Z consumed by: mgd (maghemite/mgd) via 1 path
18792025-10-10T23:35:53.368Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18802025-10-10T23:35:53.368Z consumed by: wicketd (omicron/wicketd) via 1 path
18812025-10-10T23:35:53.368Z
18822025-10-10T23:35:53.368ZDNS Server (client: dns-service-client)
18832025-10-10T23:35:53.368Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18842025-10-10T23:35:53.368Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18852025-10-10T23:35:53.368Z
18862025-10-10T23:35:53.368ZDendrite DPD (client: dpd-client)
18872025-10-10T23:35:53.368Z consumed by: ddmd (maghemite/ddmd) via 2 paths
18882025-10-10T23:35:53.368Z consumed by: lldpd (lldp/lldpd) via 2 paths
18892025-10-10T23:35:53.368Z consumed by: mgd (maghemite/mgd) via 1 path
18902025-10-10T23:35:53.368Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18912025-10-10T23:35:53.368Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18922025-10-10T23:35:53.368Z consumed by: tfportd (dendrite/tfportd) via 2 paths
18932025-10-10T23:35:53.368Z consumed by: wicketd (omicron/wicketd) via 2 paths
18942025-10-10T23:35:53.368Z
18952025-10-10T23:35:53.368ZDownstairs Controller (debugging only) (client: dsc-client)
18962025-10-10T23:35:53.368Z
18972025-10-10T23:35:53.369ZManagement Gateway Service (client: gateway-client)
18982025-10-10T23:35:53.369Z consumed by: dpd (dendrite/dpd) via 1 path
18992025-10-10T23:35:53.369Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
19002025-10-10T23:35:53.369Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19012025-10-10T23:35:53.369Z consumed by: wicketd (omicron/wicketd) via 3 paths
19022025-10-10T23:35:53.369Z
19032025-10-10T23:35:53.369ZWicketd Installinator (client: installinator-client)
19042025-10-10T23:35:53.369Z consumed by: installinator (omicron/installinator) via 1 path
19052025-10-10T23:35:53.369Z
19062025-10-10T23:35:53.369ZLLDP daemon (client: lldpd-client)
19072025-10-10T23:35:53.369Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19082025-10-10T23:35:53.369Z consumed by: tfportd (dendrite/tfportd) via 1 path
19092025-10-10T23:35:53.369Z
19102025-10-10T23:35:53.369ZMaghemite MG Admin (client: mg-admin-client)
19112025-10-10T23:35:53.369Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19122025-10-10T23:35:53.369Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19132025-10-10T23:35:53.369Z
19142025-10-10T23:35:53.369ZNexus Internal API (client: nexus-client)
19152025-10-10T23:35:53.395Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19162025-10-10T23:35:53.395Z consumed by: dpd (dendrite/dpd) via 1 path
19172025-10-10T23:35:53.395Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19182025-10-10T23:35:53.395Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19192025-10-10T23:35:53.395Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19202025-10-10T23:35:53.395Z
19212025-10-10T23:35:53.395ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19222025-10-10T23:35:53.395Z
19232025-10-10T23:35:53.395ZNTP Admin (client: ntp-admin-client)
19242025-10-10T23:35:53.395Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19252025-10-10T23:35:53.395Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19262025-10-10T23:35:53.395Z
19272025-10-10T23:35:53.395ZExternal API (client: oxide-client)
19282025-10-10T23:35:53.395Z
19292025-10-10T23:35:53.395ZOximeter (client: oximeter-client)
19302025-10-10T23:35:53.395Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19312025-10-10T23:35:53.395Z
19322025-10-10T23:35:53.395ZPropolis (client: propolis-client)
19332025-10-10T23:35:53.395Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19342025-10-10T23:35:53.395Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19352025-10-10T23:35:53.395Z
19362025-10-10T23:35:53.395ZCrucible Repair (client: repair-client)
19372025-10-10T23:35:53.395Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19382025-10-10T23:35:53.395Z
19392025-10-10T23:35:53.395ZRepo Depot API (client: repo-depot-client)
19402025-10-10T23:35:53.395Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19412025-10-10T23:35:53.395Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19422025-10-10T23:35:53.395Z
19432025-10-10T23:35:53.395ZSled Agent (client: sled-agent-client)
19442025-10-10T23:35:53.395Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19452025-10-10T23:35:53.396Z
19462025-10-10T23:35:53.396ZWicketd (client: wicketd-client)
19472025-10-10T23:35:53.396Z
19482025-10-10T23:35:53.496Z
19492025-10-10T23:35:53.496Zreal 41.488880043
19502025-10-10T23:35:53.496Zuser 40.484495962
19512025-10-10T23:35:53.496Zsys 17.815871676
19522025-10-10T23:35:53.496Ztrap 0.032960716
19532025-10-10T23:35:53.496Ztflt 0.077133325
19542025-10-10T23:35:53.496Zdflt 0.274609691
19552025-10-10T23:35:53.496Zkflt 0.000002444
19562025-10-10T23:35:53.496Zlock 1:07.708319867
19572025-10-10T23:35:53.496Zslp 4:19.272859833
19582025-10-10T23:35:53.496Zlat 1.534213783
19592025-10-10T23:35:53.521Zstop 3.019462199
19602025-10-10T23:35:53.521Z+ ptime -m cargo xtask ls-apis deployment-units
19612025-10-10T23:35:54.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
19622025-10-10T23:35:54.561Z Running `target/debug/xtask ls-apis deployment-units`
19632025-10-10T23:35:55.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
19642025-10-10T23:35:56.032Z Running `target/debug/ls-apis deployment-units`
19652025-10-10T23:35:56.094Zloading metadata for workspace omicron from current workspace
19662025-10-10T23:35:58.041Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
19672025-10-10T23:35:58.066Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
19682025-10-10T23:35:58.066Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
19692025-10-10T23:35:58.066Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/Cargo.toml
19702025-10-10T23:35:58.066Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/Cargo.toml
19712025-10-10T23:36:01.902Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
19722025-10-10T23:36:03.140Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19732025-10-10T23:36:03.166Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19742025-10-10T23:36:03.430ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
19752025-10-10T23:36:03.430Z omicron-clickhouse-admin (omicron/clickhouse-admin)
19762025-10-10T23:36:03.430Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19772025-10-10T23:36:03.430Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19782025-10-10T23:36:03.430Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19792025-10-10T23:36:03.478Z
19802025-10-10T23:36:03.478Z
19812025-10-10T23:36:03.478ZCockroach
19822025-10-10T23:36:03.478Z omicron-cockroach-admin (omicron/cockroach-admin)
19832025-10-10T23:36:03.478Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19842025-10-10T23:36:03.478Z
19852025-10-10T23:36:03.479Z
19862025-10-10T23:36:03.479ZCrucible
19872025-10-10T23:36:03.479Z crucible-agent (crucible/agent)
19882025-10-10T23:36:03.479Z exposes: Crucible Agent (client = crucible-agent-client)
19892025-10-10T23:36:03.479Z
19902025-10-10T23:36:03.479Z crucible-downstairs (crucible/downstairs)
19912025-10-10T23:36:03.479Z exposes: Crucible Repair (client = repair-client)
19922025-10-10T23:36:03.479Z consumes: repair-client
19932025-10-10T23:36:03.479Z
19942025-10-10T23:36:03.479Z
19952025-10-10T23:36:03.479ZCrucible Pantry
19962025-10-10T23:36:03.479Z crucible-pantry (crucible/pantry)
19972025-10-10T23:36:03.479Z exposes: Crucible Pantry (client = crucible-pantry-client)
19982025-10-10T23:36:03.479Z consumes: nexus-client
19992025-10-10T23:36:03.479Z
20002025-10-10T23:36:03.479Z
20012025-10-10T23:36:03.479ZDNS Server
20022025-10-10T23:36:03.479Z dns-server (omicron/dns-server)
20032025-10-10T23:36:03.479Z exposes: DNS Server (client = dns-service-client)
20042025-10-10T23:36:03.479Z
20052025-10-10T23:36:03.479Z
20062025-10-10T23:36:03.479ZHost OS
20072025-10-10T23:36:03.479Z ddmd (maghemite/ddmd)
20082025-10-10T23:36:03.479Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20092025-10-10T23:36:03.479Z consumes: dpd-client
20102025-10-10T23:36:03.479Z
20112025-10-10T23:36:03.479Z dpd (dendrite/dpd)
20122025-10-10T23:36:03.479Z exposes: Dendrite DPD (client = dpd-client)
20132025-10-10T23:36:03.479Z consumes: gateway-client
20142025-10-10T23:36:03.479Z consumes: nexus-client
20152025-10-10T23:36:03.479Z
20162025-10-10T23:36:03.479Z lldpd (lldp/lldpd)
20172025-10-10T23:36:03.479Z exposes: LLDP daemon (client = lldpd-client)
20182025-10-10T23:36:03.479Z consumes: dpd-client
20192025-10-10T23:36:03.479Z
20202025-10-10T23:36:03.479Z mgd (maghemite/mgd)
20212025-10-10T23:36:03.479Z exposes: Maghemite MG Admin (client = mg-admin-client)
20222025-10-10T23:36:03.479Z consumes: ddm-admin-client
20232025-10-10T23:36:03.479Z consumes: dpd-client
20242025-10-10T23:36:03.480Z
20252025-10-10T23:36:03.480Z omicron-gateway (omicron/gateway)
20262025-10-10T23:36:03.480Z exposes: Management Gateway Service (client = gateway-client)
20272025-10-10T23:36:03.480Z
20282025-10-10T23:36:03.480Z omicron-sled-agent (omicron/sled-agent)
20292025-10-10T23:36:03.480Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20302025-10-10T23:36:03.480Z exposes: Repo Depot API (client = repo-depot-client)
20312025-10-10T23:36:03.480Z exposes: Sled Agent (client = sled-agent-client)
20322025-10-10T23:36:03.480Z consumes: bootstrap-agent-client
20332025-10-10T23:36:03.480Z consumes: cockroach-admin-client
20342025-10-10T23:36:03.480Z consumes: ddm-admin-client
20352025-10-10T23:36:03.480Z consumes: dns-service-client
20362025-10-10T23:36:03.480Z consumes: dpd-client
20372025-10-10T23:36:03.480Z consumes: gateway-client
20382025-10-10T23:36:03.480Z consumes: mg-admin-client
20392025-10-10T23:36:03.480Z consumes: nexus-client
20402025-10-10T23:36:03.480Z consumes: ntp-admin-client
20412025-10-10T23:36:03.480Z consumes: propolis-client
20422025-10-10T23:36:03.480Z consumes: repo-depot-client
20432025-10-10T23:36:03.480Z
20442025-10-10T23:36:03.480Z propolis-server (propolis/bin/propolis-server)
20452025-10-10T23:36:03.480Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20462025-10-10T23:36:03.480Z exposes: Propolis (client = propolis-client)
20472025-10-10T23:36:03.480Z consumes: nexus-client
20482025-10-10T23:36:03.480Z
20492025-10-10T23:36:03.480Z tfportd (dendrite/tfportd)
20502025-10-10T23:36:03.480Z consumes: dpd-client
20512025-10-10T23:36:03.480Z consumes: lldpd-client
20522025-10-10T23:36:03.480Z
20532025-10-10T23:36:03.480Z wicketd (omicron/wicketd)
20542025-10-10T23:36:03.480Z exposes: Wicketd Installinator (client = installinator-client)
20552025-10-10T23:36:03.480Z exposes: Wicketd (client = wicketd-client)
20562025-10-10T23:36:03.480Z consumes: bootstrap-agent-client
20572025-10-10T23:36:03.480Z consumes: ddm-admin-client
20582025-10-10T23:36:03.480Z consumes: dpd-client
20592025-10-10T23:36:03.480Z consumes: gateway-client
20602025-10-10T23:36:03.480Z
20612025-10-10T23:36:03.480Z
20622025-10-10T23:36:03.480ZInstallinator
20632025-10-10T23:36:03.481Z installinator (omicron/installinator)
20642025-10-10T23:36:03.481Z consumes: ddm-admin-client
20652025-10-10T23:36:03.481Z consumes: installinator-client
20662025-10-10T23:36:03.481Z
20672025-10-10T23:36:03.481Z
20682025-10-10T23:36:03.481ZNTP
20692025-10-10T23:36:03.481Z omicron-ntp-admin (omicron/ntp-admin)
20702025-10-10T23:36:03.481Z exposes: NTP Admin (client = ntp-admin-client)
20712025-10-10T23:36:03.481Z
20722025-10-10T23:36:03.481Z
20732025-10-10T23:36:03.481ZNexus
20742025-10-10T23:36:03.481Z omicron-nexus (omicron/nexus)
20752025-10-10T23:36:03.481Z exposes: Nexus Internal API (client = nexus-client)
20762025-10-10T23:36:03.481Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
20772025-10-10T23:36:03.481Z exposes: External API (client = oxide-client)
20782025-10-10T23:36:03.506Z consumes: clickhouse-admin-keeper-client
20792025-10-10T23:36:03.507Z consumes: clickhouse-admin-server-client
20802025-10-10T23:36:03.507Z consumes: clickhouse-admin-single-client
20812025-10-10T23:36:03.507Z consumes: cockroach-admin-client
20822025-10-10T23:36:03.507Z consumes: crucible-agent-client
20832025-10-10T23:36:03.507Z consumes: crucible-pantry-client
20842025-10-10T23:36:03.507Z consumes: dns-service-client
20852025-10-10T23:36:03.507Z consumes: dpd-client
20862025-10-10T23:36:03.507Z consumes: gateway-client
20872025-10-10T23:36:03.507Z consumes: lldpd-client
20882025-10-10T23:36:03.507Z consumes: mg-admin-client
20892025-10-10T23:36:03.507Z consumes: ntp-admin-client
20902025-10-10T23:36:03.507Z consumes: oximeter-client
20912025-10-10T23:36:03.507Z consumes: propolis-client
20922025-10-10T23:36:03.507Z consumes: repo-depot-client
20932025-10-10T23:36:03.507Z consumes: sled-agent-client
20942025-10-10T23:36:03.507Z
20952025-10-10T23:36:03.507Z
20962025-10-10T23:36:03.507ZOximeter
20972025-10-10T23:36:03.507Z oximeter-collector (omicron/oximeter/collector)
20982025-10-10T23:36:03.507Z exposes: Oximeter (client = oximeter-client)
20992025-10-10T23:36:03.507Z consumes: nexus-client
21002025-10-10T23:36:03.507Z
21012025-10-10T23:36:03.507Z
21022025-10-10T23:36:03.569Z
21032025-10-10T23:36:03.569Zreal 10.038463848
21042025-10-10T23:36:03.569Zuser 7.940218335
21052025-10-10T23:36:03.569Zsys 3.709460957
21062025-10-10T23:36:03.570Ztrap 0.002192721
21072025-10-10T23:36:03.570Ztflt 0.000138657
21082025-10-10T23:36:03.570Zdflt 0.000141997
21092025-10-10T23:36:03.570Zkflt 0.000000000
21102025-10-10T23:36:03.570Zlock 0.488681897
21112025-10-10T23:36:03.570Zslp 33.372046975
21122025-10-10T23:36:03.570Zlat 0.041814426
21132025-10-10T23:36:03.570Zstop 0.012427621
21142025-10-10T23:36:03.595Z+ ptime -m cargo xtask ls-apis servers
21152025-10-10T23:36:04.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
21162025-10-10T23:36:04.569Z Running `target/debug/xtask ls-apis servers`
21172025-10-10T23:36:05.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
21182025-10-10T23:36:06.035Z Running `target/debug/ls-apis servers`
21192025-10-10T23:36:06.102Zloading metadata for workspace omicron from current workspace
21202025-10-10T23:36:08.097Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
21212025-10-10T23:36:08.122Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
21222025-10-10T23:36:08.122Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
21232025-10-10T23:36:08.122Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/Cargo.toml
21242025-10-10T23:36:08.147Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/Cargo.toml
21252025-10-10T23:36:12.021Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
21262025-10-10T23:36:13.273Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21272025-10-10T23:36:13.299Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21282025-10-10T23:36:13.571Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21292025-10-10T23:36:13.571Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21302025-10-10T23:36:13.571Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21312025-10-10T23:36:13.571Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21322025-10-10T23:36:13.619Z
21332025-10-10T23:36:13.619Zomicron-cockroach-admin (omicron/cockroach-admin)
21342025-10-10T23:36:13.619Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21352025-10-10T23:36:13.619Z
21362025-10-10T23:36:13.619Zcrucible-agent (crucible/agent)
21372025-10-10T23:36:13.619Z exposes: Crucible Agent (client = crucible-agent-client)
21382025-10-10T23:36:13.619Z
21392025-10-10T23:36:13.619Zcrucible-downstairs (crucible/downstairs)
21402025-10-10T23:36:13.619Z exposes: Crucible Repair (client = repair-client)
21412025-10-10T23:36:13.619Z consumes: repair-client
21422025-10-10T23:36:13.619Z
21432025-10-10T23:36:13.619Zcrucible-pantry (crucible/pantry)
21442025-10-10T23:36:13.619Z exposes: Crucible Pantry (client = crucible-pantry-client)
21452025-10-10T23:36:13.619Z consumes: nexus-client
21462025-10-10T23:36:13.619Z
21472025-10-10T23:36:13.619Zdns-server (omicron/dns-server)
21482025-10-10T23:36:13.619Z exposes: DNS Server (client = dns-service-client)
21492025-10-10T23:36:13.619Z
21502025-10-10T23:36:13.619Zomicron-sled-agent (omicron/sled-agent)
21512025-10-10T23:36:13.619Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21522025-10-10T23:36:13.619Z exposes: Repo Depot API (client = repo-depot-client)
21532025-10-10T23:36:13.619Z exposes: Sled Agent (client = sled-agent-client)
21542025-10-10T23:36:13.619Z consumes: bootstrap-agent-client
21552025-10-10T23:36:13.620Z consumes: cockroach-admin-client
21562025-10-10T23:36:13.620Z consumes: ddm-admin-client
21572025-10-10T23:36:13.620Z consumes: dns-service-client
21582025-10-10T23:36:13.620Z consumes: dpd-client
21592025-10-10T23:36:13.620Z consumes: gateway-client
21602025-10-10T23:36:13.620Z consumes: mg-admin-client
21612025-10-10T23:36:13.620Z consumes: nexus-client
21622025-10-10T23:36:13.620Z consumes: ntp-admin-client
21632025-10-10T23:36:13.620Z consumes: propolis-client
21642025-10-10T23:36:13.620Z consumes: repo-depot-client
21652025-10-10T23:36:13.620Z
21662025-10-10T23:36:13.620Zpropolis-server (propolis/bin/propolis-server)
21672025-10-10T23:36:13.620Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21682025-10-10T23:36:13.620Z exposes: Propolis (client = propolis-client)
21692025-10-10T23:36:13.620Z consumes: nexus-client
21702025-10-10T23:36:13.620Z
21712025-10-10T23:36:13.620Zddmd (maghemite/ddmd)
21722025-10-10T23:36:13.620Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21732025-10-10T23:36:13.620Z consumes: dpd-client
21742025-10-10T23:36:13.620Z
21752025-10-10T23:36:13.620Zdpd (dendrite/dpd)
21762025-10-10T23:36:13.620Z exposes: Dendrite DPD (client = dpd-client)
21772025-10-10T23:36:13.620Z consumes: gateway-client
21782025-10-10T23:36:13.620Z consumes: nexus-client
21792025-10-10T23:36:13.620Z
21802025-10-10T23:36:13.620Zlldpd (lldp/lldpd)
21812025-10-10T23:36:13.620Z exposes: LLDP daemon (client = lldpd-client)
21822025-10-10T23:36:13.620Z consumes: dpd-client
21832025-10-10T23:36:13.620Z
21842025-10-10T23:36:13.620Zmgd (maghemite/mgd)
21852025-10-10T23:36:13.620Z exposes: Maghemite MG Admin (client = mg-admin-client)
21862025-10-10T23:36:13.620Z consumes: ddm-admin-client
21872025-10-10T23:36:13.620Z consumes: dpd-client
21882025-10-10T23:36:13.620Z
21892025-10-10T23:36:13.620Zomicron-gateway (omicron/gateway)
21902025-10-10T23:36:13.620Z exposes: Management Gateway Service (client = gateway-client)
21912025-10-10T23:36:13.620Z
21922025-10-10T23:36:13.620Ztfportd (dendrite/tfportd)
21932025-10-10T23:36:13.621Z consumes: dpd-client
21942025-10-10T23:36:13.621Z consumes: lldpd-client
21952025-10-10T23:36:13.621Z
21962025-10-10T23:36:13.621Zwicketd (omicron/wicketd)
21972025-10-10T23:36:13.621Z exposes: Wicketd Installinator (client = installinator-client)
21982025-10-10T23:36:13.621Z exposes: Wicketd (client = wicketd-client)
21992025-10-10T23:36:13.621Z consumes: bootstrap-agent-client
22002025-10-10T23:36:13.621Z consumes: ddm-admin-client
22012025-10-10T23:36:13.621Z consumes: dpd-client
22022025-10-10T23:36:13.621Z consumes: gateway-client
22032025-10-10T23:36:13.621Z
22042025-10-10T23:36:13.621Zinstallinator (omicron/installinator)
22052025-10-10T23:36:13.621Z consumes: ddm-admin-client
22062025-10-10T23:36:13.621Z consumes: installinator-client
22072025-10-10T23:36:13.621Z
22082025-10-10T23:36:13.621Zomicron-ntp-admin (omicron/ntp-admin)
22092025-10-10T23:36:13.621Z exposes: NTP Admin (client = ntp-admin-client)
22102025-10-10T23:36:13.621Z
22112025-10-10T23:36:13.621Zomicron-nexus (omicron/nexus)
22122025-10-10T23:36:13.621Z exposes: Nexus Internal API (client = nexus-client)
22132025-10-10T23:36:13.621Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22142025-10-10T23:36:13.621Z exposes: External API (client = oxide-client)
22152025-10-10T23:36:13.647Z consumes: clickhouse-admin-keeper-client
22162025-10-10T23:36:13.647Z consumes: clickhouse-admin-server-client
22172025-10-10T23:36:13.647Z consumes: clickhouse-admin-single-client
22182025-10-10T23:36:13.647Z consumes: cockroach-admin-client
22192025-10-10T23:36:13.647Z consumes: crucible-agent-client
22202025-10-10T23:36:13.647Z consumes: crucible-pantry-client
22212025-10-10T23:36:13.647Z consumes: dns-service-client
22222025-10-10T23:36:13.647Z consumes: dpd-client
22232025-10-10T23:36:13.647Z consumes: gateway-client
22242025-10-10T23:36:13.647Z consumes: lldpd-client
22252025-10-10T23:36:13.647Z consumes: mg-admin-client
22262025-10-10T23:36:13.647Z consumes: ntp-admin-client
22272025-10-10T23:36:13.647Z consumes: oximeter-client
22282025-10-10T23:36:13.647Z consumes: propolis-client
22292025-10-10T23:36:13.647Z consumes: repo-depot-client
22302025-10-10T23:36:13.647Z consumes: sled-agent-client
22312025-10-10T23:36:13.647Z
22322025-10-10T23:36:13.647Zoximeter-collector (omicron/oximeter/collector)
22332025-10-10T23:36:13.647Z exposes: Oximeter (client = oximeter-client)
22342025-10-10T23:36:13.647Z consumes: nexus-client
22352025-10-10T23:36:13.647Z
22362025-10-10T23:36:13.718Z
22372025-10-10T23:36:13.743Zreal 10.113215246
22382025-10-10T23:36:13.743Zuser 8.259287893
22392025-10-10T23:36:13.743Zsys 3.574765608
22402025-10-10T23:36:13.743Ztrap 0.001843975
22412025-10-10T23:36:13.743Ztflt 0.000102256
22422025-10-10T23:36:13.744Zdflt 0.000201101
22432025-10-10T23:36:13.744Zkflt 0.000000000
22442025-10-10T23:36:13.744Zlock 0.466704760
22452025-10-10T23:36:13.744Zslp 33.750784037
22462025-10-10T23:36:13.744Zlat 0.035967944
22472025-10-10T23:36:13.744Zstop 0.014733696
22482025-10-10T23:36:13.744Z+ ptime -m cargo xtask ls-apis check
22492025-10-10T23:36:14.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
22502025-10-10T23:36:14.725Z Running `target/debug/xtask ls-apis check`
22512025-10-10T23:36:16.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
22522025-10-10T23:36:16.272Z Running `target/debug/ls-apis check`
22532025-10-10T23:36:16.340Zloading metadata for workspace omicron from current workspace
22542025-10-10T23:36:18.400Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
22552025-10-10T23:36:18.426Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
22562025-10-10T23:36:18.426Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
22572025-10-10T23:36:18.426Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/Cargo.toml
22582025-10-10T23:36:18.426Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/Cargo.toml
22592025-10-10T23:36:22.277Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
22602025-10-10T23:36:23.506Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22612025-10-10T23:36:23.532Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22622025-10-10T23:36:23.944Z
22632025-10-10T23:36:23.945Z
22642025-10-10T23:36:23.945ZServer-managed APIs:
22652025-10-10T23:36:23.945Z
22662025-10-10T23:36:23.945Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
22672025-10-10T23:36:23.945Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
22682025-10-10T23:36:23.945Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
22692025-10-10T23:36:23.945Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
22702025-10-10T23:36:23.945Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
22712025-10-10T23:36:23.945Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
22722025-10-10T23:36:23.945Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
22732025-10-10T23:36:23.945Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
22742025-10-10T23:36:23.945Z DNS Server (dns-service-client, exposed by dns-server)
22752025-10-10T23:36:23.945Z Dendrite DPD (dpd-client, exposed by dpd)
22762025-10-10T23:36:23.945Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
22772025-10-10T23:36:23.945Z LLDP daemon (lldpd-client, exposed by lldpd)
22782025-10-10T23:36:23.945Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
22792025-10-10T23:36:23.945Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
22802025-10-10T23:36:23.945Z External API (oxide-client, exposed by omicron-nexus)
22812025-10-10T23:36:23.945Z Oximeter (oximeter-client, exposed by oximeter-collector)
22822025-10-10T23:36:23.945Z Propolis (propolis-client, exposed by propolis-server)
22832025-10-10T23:36:23.945Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
22842025-10-10T23:36:23.945Z Wicketd (wicketd-client, exposed by wicketd)
22852025-10-10T23:36:23.945Z
22862025-10-10T23:36:23.945Z
22872025-10-10T23:36:23.945ZClient-managed API:
22882025-10-10T23:36:23.945Z
22892025-10-10T23:36:23.945Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
22902025-10-10T23:36:23.945Z reason: depends on itself (i.e., instances call each other)
22912025-10-10T23:36:23.945Z Wicketd Installinator (installinator-client, exposed by wicketd)
22922025-10-10T23:36:23.945Z reason: client is provided implicitly by the operator
22932025-10-10T23:36:23.945Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
22942025-10-10T23:36:23.945Z reason: Circular dependencies between Nexus and other services
22952025-10-10T23:36:23.945Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
22962025-10-10T23:36:23.945Z reason: Circular dependencies between Nexus and other services
22972025-10-10T23:36:23.945Z Crucible Repair (repair-client, exposed by crucible-downstairs)
22982025-10-10T23:36:23.945Z reason: depends on itself (i.e., instances call each other)
22992025-10-10T23:36:23.945Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23002025-10-10T23:36:23.945Z reason: depends on itself (i.e., instances call each other)
23012025-10-10T23:36:23.946Z
23022025-10-10T23:36:23.946Z
23032025-10-10T23:36:23.946ZAPIs with unknown version management: none
23042025-10-10T23:36:24.029Z
23052025-10-10T23:36:24.030Zreal 10.278975212
23062025-10-10T23:36:24.030Zuser 8.463654609
23072025-10-10T23:36:24.030Zsys 3.594744282
23082025-10-10T23:36:24.030Ztrap 0.001734881
23092025-10-10T23:36:24.030Ztflt 0.000154646
23102025-10-10T23:36:24.030Zdflt 0.000203574
23112025-10-10T23:36:24.030Zkflt 0.000000000
23122025-10-10T23:36:24.055Zlock 0.475443987
23132025-10-10T23:36:24.055Zslp 33.471654788
23142025-10-10T23:36:24.055Zlat 0.035754867
23152025-10-10T23:36:24.055Zstop 0.012449237
23162025-10-10T23:36:24.055Z+ ptime -m cargo xtask ls-apis adoc
23172025-10-10T23:36:24.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
23182025-10-10T23:36:25.011Z Running `target/debug/xtask ls-apis adoc`
23192025-10-10T23:36:26.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
23202025-10-10T23:36:26.515Z Running `target/debug/ls-apis adoc`
23212025-10-10T23:36:26.583Zloading metadata for workspace omicron from current workspace
23222025-10-10T23:36:28.602Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
23232025-10-10T23:36:28.627Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
23242025-10-10T23:36:28.627Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
23252025-10-10T23:36:28.627Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/Cargo.toml
23262025-10-10T23:36:28.627Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/Cargo.toml
23272025-10-10T23:36:32.456Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
23282025-10-10T23:36:33.658Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23292025-10-10T23:36:33.684Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23302025-10-10T23:36:34.111Z
23312025-10-10T23:36:34.111Zreal 10.046543023
23322025-10-10T23:36:34.111Zuser 8.238163913
23332025-10-10T23:36:34.111Zsys 3.535676633
23342025-10-10T23:36:34.111Ztrap 0.001617910
23352025-10-10T23:36:34.111Ztflt 0.000077619
23362025-10-10T23:36:34.111Zdflt 0.000269726
23372025-10-10T23:36:34.111Zkflt 0.000000000
23382025-10-10T23:36:34.111Zlock 0.462644397
23392025-10-10T23:36:34.111Zslp 33.183933210
23402025-10-10T23:36:34.111Zlat 0.033068691
23412025-10-10T23:36:34.111Zstop 0.012844013
23422025-10-10T23:36:34.136Z+ banner build
23432025-10-10T23:36:34.136Z
23442025-10-10T23:36:34.136Z ##### # # # # #####
23452025-10-10T23:36:34.136Z # # # # # # # #
23462025-10-10T23:36:34.136Z ##### # # # # # #
23472025-10-10T23:36:34.136Z # # # # # # # #
23482025-10-10T23:36:34.136Z # # # # # # # #
23492025-10-10T23:36:34.136Z ##### #### # ###### #####
23502025-10-10T23:36:34.136Z
23512025-10-10T23:36:34.136Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23522025-10-10T23:36:34.136Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23532025-10-10T23:36:34.136Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23542025-10-10T23:36:34.136Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23552025-10-10T23:36:34.136Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23562025-10-10T23:36:34.136Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
23572025-10-10T23:36:34.136Z+ export TMPDIR=/var/tmp/omicron_tmp
23582025-10-10T23:36:34.136Z+ TMPDIR=/var/tmp/omicron_tmp
23592025-10-10T23:36:34.136Z+ export RUST_BACKTRACE=1
23602025-10-10T23:36:34.136Z+ RUST_BACKTRACE=1
23612025-10-10T23:36:34.136Z+ export CARGO_INCREMENTAL=0
23622025-10-10T23:36:34.136Z+ CARGO_INCREMENTAL=0
23632025-10-10T23:36:34.136Z+ export RUSTC_BOOTSTRAP=1
23642025-10-10T23:36:34.136Z+ RUSTC_BOOTSTRAP=1
23652025-10-10T23:36:34.137Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
23662025-10-10T23:36:38.117Z Compiling proc-macro2 v1.0.101
23672025-10-10T23:36:38.117Z Compiling unicode-ident v1.0.19
23682025-10-10T23:36:38.117Z Compiling libc v0.2.174
23692025-10-10T23:36:38.117Z Compiling serde_core v1.0.226
23702025-10-10T23:36:38.164Z Compiling cfg-if v1.0.1
23712025-10-10T23:36:38.164Z Compiling serde v1.0.226
23722025-10-10T23:36:38.164Z Compiling autocfg v1.4.0
23732025-10-10T23:36:38.164Z Compiling memchr v2.7.4
23742025-10-10T23:36:38.164Z Running `/home/build/.rustup/toolchains/1.89.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.101/build.rs --error-format=json --json=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=78581fe2a4414aae -C extra-filename=-e970df53828233ea --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-e970df53828233ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23752025-10-10T23:36:38.164Z Running `/home/build/.rustup/toolchains/1.89.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.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=b623c6348c36c92d -C extra-filename=-d1301a780aeb509f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762025-10-10T23:36:38.164Z Running `/home/build/.rustup/toolchains/1.89.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=a2b5130ace00369f -C extra-filename=-16cff964c3cef883 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772025-10-10T23:36:38.164Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.226/build.rs --error-format=json --json=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="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=743e913fc44516bb -C extra-filename=-cc8cb5d9a5af991c --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-cc8cb5d9a5af991c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23782025-10-10T23:36:38.164Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.226/build.rs --error-format=json --json=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=484d78a5da73a873 -C extra-filename=-83fec2aa8f7e5f73 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-83fec2aa8f7e5f73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792025-10-10T23:36:38.164Z Running `/home/build/.rustup/toolchains/1.89.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=6a83fcab1ebc83d6 -C extra-filename=-90c8964f92bb0a86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802025-10-10T23:36:38.194Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=a04439526b7eb636 -C extra-filename=-9ace2eb27fda07f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-9ace2eb27fda07f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23812025-10-10T23:36:38.239Z Running `/home/build/.rustup/toolchains/1.89.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=6fa315ffe448b5a9 -C extra-filename=-10ab7de2df72a452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23822025-10-10T23:36:38.516Z Compiling value-bag v1.9.0
23832025-10-10T23:36:38.566Z Compiling smallvec v1.15.1
23842025-10-10T23:36:38.591Z Running `/home/build/.rustup/toolchains/1.89.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=3565453dbdbc7b8d -C extra-filename=-05926289794639c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852025-10-10T23:36:38.631Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=528dc7d126a915a0 -C extra-filename=-590a634e5a2f8629 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23862025-10-10T23:36:39.001Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-83fec2aa8f7e5f73/build-script-build`
23872025-10-10T23:36:39.026Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-e970df53828233ea/build-script-build`
23882025-10-10T23:36:39.070Z Compiling log v0.4.27
23892025-10-10T23:36:39.160Z Running `/home/build/.rustup/toolchains/1.89.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=1071a83bbd2cda86 -C extra-filename=-a76b93ce4f157850 --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-05926289794639c0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23902025-10-10T23:36:39.185Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-9ace2eb27fda07f3/build-script-build`
23912025-10-10T23:36:39.185Z Compiling version_check v0.9.5
23922025-10-10T23:36:39.185Z Compiling scopeguard v1.2.0
23932025-10-10T23:36:39.185Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-cc8cb5d9a5af991c/build-script-build`
23942025-10-10T23:36:39.186Z Running `/home/build/.rustup/toolchains/1.89.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=c52232c317831277 -C extra-filename=-905e3bb7cf1dddb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952025-10-10T23:36:39.212Z Running `/home/build/.rustup/toolchains/1.89.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=d86b9848ad31aaa1 -C extra-filename=-034ec1d881020e41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23962025-10-10T23:36:39.357Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.226/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=dc96e214484f9a18 -C extra-filename=-fcddca934b451b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_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_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
23972025-10-10T23:36:39.407Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=5ed727bbc0db891b -C extra-filename=-784c297e68e85669 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
23982025-10-10T23:36:39.432Z Compiling lock_api v0.4.12
23992025-10-10T23:36:39.457Z Running `/home/build/.rustup/toolchains/1.89.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=801498701d4e4738 -C extra-filename=-bc94ad7b51a5ac2d --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-bc94ad7b51a5ac2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24002025-10-10T23:36:39.482Z Compiling itoa v1.0.11
24012025-10-10T23:36:39.482Z Running `/home/build/.rustup/toolchains/1.89.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=eb0a58b31a6e244c -C extra-filename=-c3d4b3c7bce6ae9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24022025-10-10T23:36:39.530Z Running `/home/build/.rustup/toolchains/1.89.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.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=7aece9e2d6502e87 -C extra-filename=-7dafee5933b5879f --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-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --cfg proc_macro_span_location --cfg proc_macro_span_file --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(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --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)'`
24032025-10-10T23:36:39.695Z Compiling ryu v1.0.18
24042025-10-10T23:36:39.720Z Running `/home/build/.rustup/toolchains/1.89.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=e5088d9e899657ba -C extra-filename=-f2474c6cd59eb6fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052025-10-10T23:36:39.745Z Compiling libm v0.2.8
24062025-10-10T23:36:39.796Z Running `/home/build/.rustup/toolchains/1.89.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=d9d6fb612ca90607 -C extra-filename=-5bb591e0d2e2589c --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-5bb591e0d2e2589c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072025-10-10T23:36:39.821Z Compiling num-traits v0.2.19
24082025-10-10T23:36:39.846Z Running `/home/build/.rustup/toolchains/1.89.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=9e6b9d6a71aafc02 -C extra-filename=-56b5b61900717c15 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-56b5b61900717c15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092025-10-10T23:36:39.891Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-bc94ad7b51a5ac2d/build-script-build`
24102025-10-10T23:36:39.937Z Compiling serde_json v1.0.145
24112025-10-10T23:36:39.962Z Running `/home/build/.rustup/toolchains/1.89.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.145/build.rs --error-format=json --json=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=28caa523bd1471d4 -C extra-filename=-80edec1695bd0e62 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-80edec1695bd0e62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122025-10-10T23:36:40.052Z Compiling stable_deref_trait v1.2.0
24132025-10-10T23:36:40.052Z Running `/home/build/.rustup/toolchains/1.89.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=4cc50c5bba4299b8 -C extra-filename=-eeecc61b289458a6 --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-905e3bb7cf1dddb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
24142025-10-10T23:36:40.091Z Running `/home/build/.rustup/toolchains/1.89.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=e26ad9be82d5a60a -C extra-filename=-45a66a1c23392a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24152025-10-10T23:36:40.180Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-5bb591e0d2e2589c/build-script-build`
24162025-10-10T23:36:40.229Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-56b5b61900717c15/build-script-build`
24172025-10-10T23:36:40.280Z Compiling portable-atomic v1.11.0
24182025-10-10T23:36:40.305Z Running `/home/build/.rustup/toolchains/1.89.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=351dee0fbc51337f -C extra-filename=-1640517f1a139279 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-1640517f1a139279 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192025-10-10T23:36:40.334Z Compiling quote v1.0.40
24202025-10-10T23:36:40.379Z Running `/home/build/.rustup/toolchains/1.89.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=688d680254a673b9 -C extra-filename=-fd73e0970fd64adf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212025-10-10T23:36:40.403Z Running `/home/build/.rustup/toolchains/1.89.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=a291f6c37d42b905 -C extra-filename=-e6b4b2826539f8a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222025-10-10T23:36:40.507Z Compiling getrandom v0.2.15
24232025-10-10T23:36:40.532Z Running `/home/build/.rustup/toolchains/1.89.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=a8883db81edb908f -C extra-filename=-1f3893cab9c1cac2 --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242025-10-10T23:36:40.605Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-80edec1695bd0e62/build-script-build`
24252025-10-10T23:36:40.631Z Compiling pin-project-lite v0.2.14
24262025-10-10T23:36:40.631Z Running `/home/build/.rustup/toolchains/1.89.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=17b47334d9d652b2 -C extra-filename=-b0b6dd2d12616bf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272025-10-10T23:36:40.673Z Compiling critical-section v1.1.3
24282025-10-10T23:36:40.699Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name critical_section --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=cfa84f0c07e783aa -C extra-filename=-dc002b66dcf830d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292025-10-10T23:36:40.803Z Compiling syn v2.0.106
24302025-10-10T23:36:40.828Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=2d9a3dd415ef87db -C extra-filename=-fec2201208344043 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312025-10-10T23:36:40.857Z Compiling fnv v1.0.7
24322025-10-10T23:36:40.901Z Running `/home/build/.rustup/toolchains/1.89.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=1c1660e95b0f484c -C extra-filename=-63bbafb28e7d7eb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332025-10-10T23:36:40.925Z Compiling shlex v1.3.0
24342025-10-10T23:36:40.925Z Running `/home/build/.rustup/toolchains/1.89.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=df2e360dc5ae5a24 -C extra-filename=-c15408658c23372f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352025-10-10T23:36:40.958Z Compiling getrandom v0.3.1
24362025-10-10T23:36:41.005Z Running `/home/build/.rustup/toolchains/1.89.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=490ea06192687952 -C extra-filename=-f614163d8e5b83ff --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-f614163d8e5b83ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372025-10-10T23:36:41.036Z Compiling allocator-api2 v0.2.21
24382025-10-10T23:36:41.037Z Running `/home/build/.rustup/toolchains/1.89.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=91f2dc571e465d1e -C extra-filename=-5f468c981a16e35e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392025-10-10T23:36:41.063Z Compiling regex-syntax v0.8.5
24402025-10-10T23:36:41.114Z Running `/home/build/.rustup/toolchains/1.89.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=4df2cf5286049e34 -C extra-filename=-ea2fa3130f21e300 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412025-10-10T23:36:41.223Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-1640517f1a139279/build-script-build`
24422025-10-10T23:36:41.365Z Running `/home/build/.rustup/toolchains/1.89.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=2a170afafb30e8da -C extra-filename=-e7bbba1d1c8c50c5 --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-e6b4b2826539f8a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
24432025-10-10T23:36:41.426Z Running `/home/build/.rustup/toolchains/1.89.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=32c4e7ba082e4de0 -C extra-filename=-51e5d1e7a99effa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_strict_provenance,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha","zacas"))'`
24442025-10-10T23:36:41.556Z Compiling parking_lot_core v0.9.10
24452025-10-10T23:36:41.619Z Running `/home/build/.rustup/toolchains/1.89.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=ba732d52a468209e -C extra-filename=-ee9c711cc0d452e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ee9c711cc0d452e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462025-10-10T23:36:41.695Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-f614163d8e5b83ff/build-script-build`
24472025-10-10T23:36:41.739Z Compiling rand_core v0.6.4
24482025-10-10T23:36:41.764Z Running `/home/build/.rustup/toolchains/1.89.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=4f16870d2f5e140f -C extra-filename=-9979076a98167996 --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-1f3893cab9c1cac2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492025-10-10T23:36:41.802Z Compiling equivalent v1.0.2
24502025-10-10T23:36:41.827Z Running `/home/build/.rustup/toolchains/1.89.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=36fe075e3db67a01 -C extra-filename=-233a566562667d8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512025-10-10T23:36:42.012Z Compiling byteorder v1.5.0
24522025-10-10T23:36:42.037Z Running `/home/build/.rustup/toolchains/1.89.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=01456c37c448d0f0 -C extra-filename=-bf80f7a3bae0a263 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532025-10-10T23:36:42.109Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ee9c711cc0d452e7/build-script-build`
24542025-10-10T23:36:42.173Z Compiling litemap v0.7.3
24552025-10-10T23:36:42.198Z Running `/home/build/.rustup/toolchains/1.89.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=22c16aa30008f08d -C extra-filename=-77475923b5850dce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562025-10-10T23:36:42.303Z Compiling percent-encoding v2.3.2
24572025-10-10T23:36:42.328Z Running `/home/build/.rustup/toolchains/1.89.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=53ee646e8556e7d8 -C extra-filename=-17038f63562232c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24582025-10-10T23:36:42.513Z Compiling once_cell v1.21.3
24592025-10-10T23:36:42.539Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="critical-section"' --cfg 'feature="default"' --cfg 'feature="portable-atomic"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=b2aa99e04564f5a6 -C extra-filename=-9f184b9950c390eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern critical_section=/work/oxidecomputer/omicron/target/debug/deps/libcritical_section-dc002b66dcf830d0.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602025-10-10T23:36:42.607Z Compiling writeable v0.5.5
24612025-10-10T23:36:42.633Z Running `/home/build/.rustup/toolchains/1.89.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=5ec82db3fe59e6c6 -C extra-filename=-b351e0eb4211557d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622025-10-10T23:36:42.667Z Running `/home/build/.rustup/toolchains/1.89.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=2ab12a0faf7340ba -C extra-filename=-a343125fedd28133 --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632025-10-10T23:36:42.740Z Running `/home/build/.rustup/toolchains/1.89.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=d86023ced5d0dc74 -C extra-filename=-710e91481cd0b98a --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642025-10-10T23:36:42.999Z Compiling jobserver v0.1.32
24652025-10-10T23:36:43.042Z Running `/home/build/.rustup/toolchains/1.89.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=9079834563068801 -C extra-filename=-3085a4fa79a09e9e --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662025-10-10T23:36:43.078Z Compiling icu_locid_transform_data v1.5.0
24672025-10-10T23:36:43.103Z Running `/home/build/.rustup/toolchains/1.89.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=ab472e01cebfd6ca -C extra-filename=-70658073d33ae4c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682025-10-10T23:36:43.255Z Compiling parking_lot v0.12.3
24692025-10-10T23:36:43.280Z Running `/home/build/.rustup/toolchains/1.89.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=698f10eca379680c -C extra-filename=-029a03c6d83b09b5 --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-eeecc61b289458a6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a343125fedd28133.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702025-10-10T23:36:43.308Z Compiling semver v1.0.27
24712025-10-10T23:36:43.333Z Running `/home/build/.rustup/toolchains/1.89.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.145/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=11bfd2fa07e86870 -C extra-filename=-1f2dc6198d999389 --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-c3d4b3c7bce6ae9f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f2474c6cd59eb6fd.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
24722025-10-10T23:36:43.333Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b66871fc2d64baad -C extra-filename=-73296b48f004d65a --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_core-fcddca934b451b12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732025-10-10T23:36:43.402Z Compiling errno v0.3.12
24742025-10-10T23:36:43.427Z Running `/home/build/.rustup/toolchains/1.89.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=b2e53585689c6834 -C extra-filename=-66c18ca0d8ab3a57 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752025-10-10T23:36:43.532Z Compiling cc v1.2.30
24762025-10-10T23:36:43.557Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=2634c9f9cc288243 -C extra-filename=-c405cbfc7820faca --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-3085a4fa79a09e9e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c15408658c23372f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772025-10-10T23:36:43.736Z Compiling icu_properties_data v1.5.0
24782025-10-10T23:36:43.762Z Running `/home/build/.rustup/toolchains/1.89.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=c4c3f5070ea88f88 -C extra-filename=-ac5fcfe50a1dcd02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792025-10-10T23:36:43.801Z Compiling icu_normalizer_data v1.5.0
24802025-10-10T23:36:43.826Z Running `/home/build/.rustup/toolchains/1.89.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=cfd0d48cfcc636df -C extra-filename=-b3c4991b6ca67627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812025-10-10T23:36:43.966Z Compiling write16 v1.0.0
24822025-10-10T23:36:43.991Z Running `/home/build/.rustup/toolchains/1.89.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=e9494c365aff5efb -C extra-filename=-6b0b9c285f21b156 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832025-10-10T23:36:44.052Z Compiling utf8_iter v1.0.4
24842025-10-10T23:36:44.077Z Running `/home/build/.rustup/toolchains/1.89.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=14c64be97b004b76 -C extra-filename=-84bbf4dc3c0a9cb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852025-10-10T23:36:44.107Z Compiling utf16_iter v1.0.5
24862025-10-10T23:36:44.132Z Compiling form_urlencoded v1.2.2
24872025-10-10T23:36:44.133Z Running `/home/build/.rustup/toolchains/1.89.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=525076f0998307bf -C extra-filename=-b7317b621dd1fd3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882025-10-10T23:36:44.133Z Running `/home/build/.rustup/toolchains/1.89.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=ed39cc7759fc53bc -C extra-filename=-4007d0fab8ad1eec --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-17038f63562232c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892025-10-10T23:36:44.205Z Compiling subtle v2.6.1
24902025-10-10T23:36:44.230Z Running `/home/build/.rustup/toolchains/1.89.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=3027c8763e9e9776 -C extra-filename=-d7c287191cccedb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912025-10-10T23:36:44.397Z Compiling signal-hook-registry v1.4.2
24922025-10-10T23:36:44.423Z Running `/home/build/.rustup/toolchains/1.89.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=d2def9f5e0f6624b -C extra-filename=-984a8d27e5d119e9 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932025-10-10T23:36:44.448Z Compiling aho-corasick v1.1.3
24942025-10-10T23:36:44.448Z Running `/home/build/.rustup/toolchains/1.89.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=a934ca65b921e3b4 -C extra-filename=-fa37e0de09fa0fe8 --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-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952025-10-10T23:36:44.546Z Compiling mio v1.0.2
24962025-10-10T23:36:44.572Z Running `/home/build/.rustup/toolchains/1.89.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=a8f19a7615cf0b66 -C extra-filename=-158cf049d676bd12 --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-784c297e68e85669.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972025-10-10T23:36:44.658Z Compiling typenum v1.17.0
24982025-10-10T23:36:44.684Z Running `/home/build/.rustup/toolchains/1.89.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=3a52a8ea5b1d1435 -C extra-filename=-c43bcef096a5d052 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-c43bcef096a5d052 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992025-10-10T23:36:45.073Z Compiling futures-core v0.3.31
25002025-10-10T23:36:45.098Z Running `/home/build/.rustup/toolchains/1.89.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=25062395613a1fb7 -C extra-filename=-a7543549df8e10d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012025-10-10T23:36:45.369Z Compiling generic-array v0.14.7
25022025-10-10T23:36:45.394Z Running `/home/build/.rustup/toolchains/1.89.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=6b6b79ffeab73f54 -C extra-filename=-5b73b6a89f1b8521 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-5b73b6a89f1b8521 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032025-10-10T23:36:45.482Z Compiling heck v0.5.0
25042025-10-10T23:36:45.507Z Running `/home/build/.rustup/toolchains/1.89.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=e060d62de6161cc8 -C extra-filename=-9612a25fb0aed7d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052025-10-10T23:36:45.600Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-c43bcef096a5d052/build-script-main`
25062025-10-10T23:36:45.819Z Running `/home/build/.rustup/toolchains/1.89.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=f1158a11966ddc86 -C extra-filename=-99d143f44a798912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072025-10-10T23:36:45.844Z Compiling rustix v0.38.37
25082025-10-10T23:36:45.844Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-5b73b6a89f1b8521/build-script-build`
25092025-10-10T23:36:45.844Z Running `/home/build/.rustup/toolchains/1.89.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=6f5271dcc79895c2 -C extra-filename=-ca08b9b2809b9498 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-ca08b9b2809b9498 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102025-10-10T23:36:45.939Z Compiling hashbrown v0.16.0
25112025-10-10T23:36:45.976Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=5327117b2c1a662a -C extra-filename=-2f44c2de7557b3b7 --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-5f468c981a16e35e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122025-10-10T23:36:46.001Z Compiling socket2 v0.6.0
25132025-10-10T23:36:46.002Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=09d762c3d23a7cc4 -C extra-filename=-61256d08fa97d3e4 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142025-10-10T23:36:46.177Z Compiling either v1.15.0
25152025-10-10T23:36:46.202Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=016836f35aa36f48 -C extra-filename=-c14636abdee91fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162025-10-10T23:36:46.568Z Compiling regex-automata v0.4.11
25172025-10-10T23:36:46.641Z Running `/home/build/.rustup/toolchains/1.89.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.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="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=56893edd6fdbe260 -C extra-filename=-264a8371a99eccb3 --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-fa37e0de09fa0fe8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182025-10-10T23:36:46.641Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-ca08b9b2809b9498/build-script-build`
25192025-10-10T23:36:46.837Z Compiling thiserror v2.0.17
25202025-10-10T23:36:46.862Z Running `/home/build/.rustup/toolchains/1.89.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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=52155c2b3554483f -C extra-filename=-9ad14d18b067c448 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-9ad14d18b067c448 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212025-10-10T23:36:46.890Z Compiling iana-time-zone v0.1.63
25222025-10-10T23:36:46.890Z Running `/home/build/.rustup/toolchains/1.89.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=f78b60f928c0f9e4 -C extra-filename=-fe7adf2a3d3ea3d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25232025-10-10T23:36:46.937Z Compiling indexmap v2.11.4
25242025-10-10T23:36:46.961Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.11.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 '--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", "sval", "test_debug"))' -C metadata=8fbf217a55012358 -C extra-filename=-66ab2a719fd02fc0 --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-233a566562667d8f.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25252025-10-10T23:36:46.988Z Compiling spin v0.9.8
25262025-10-10T23:36:47.019Z Running `/home/build/.rustup/toolchains/1.89.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=91eda61eaaaa6fce -C extra-filename=-9bddb589b61cd740 --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-eeecc61b289458a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272025-10-10T23:36:47.044Z Compiling thiserror v1.0.69
25282025-10-10T23:36:47.097Z Running `/home/build/.rustup/toolchains/1.89.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=9bd51d35a5d4f44a -C extra-filename=-723bb18637d6ca27 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-723bb18637d6ca27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292025-10-10T23:36:47.297Z Compiling synstructure v0.13.1
25302025-10-10T23:36:47.322Z Running `/home/build/.rustup/toolchains/1.89.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=0b0f530b3218cdda -C extra-filename=-455e1b9d8be60797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312025-10-10T23:36:47.425Z Compiling futures-io v0.3.31
25322025-10-10T23:36:47.450Z Running `/home/build/.rustup/toolchains/1.89.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=0dd32105f72bcfee -C extra-filename=-ba54a4ee1bd11d0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332025-10-10T23:36:47.551Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9ad14d18b067c448/build-script-build`
25342025-10-10T23:36:47.651Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-723bb18637d6ca27/build-script-build`
25352025-10-10T23:36:47.762Z Compiling slab v0.4.9
25362025-10-10T23:36:47.786Z Running `/home/build/.rustup/toolchains/1.89.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=fd1096f95e770a65 -C extra-filename=-f8ac1c2de96c373a --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-f8ac1c2de96c373a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372025-10-10T23:36:48.087Z Compiling lazy_static v1.5.0
25382025-10-10T23:36:48.111Z Running `/home/build/.rustup/toolchains/1.89.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=e0df08f5496fc5bd -C extra-filename=-4921d2a92b76412d --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-9bddb589b61cd740.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392025-10-10T23:36:48.152Z Compiling pkg-config v0.3.31
25402025-10-10T23:36:48.176Z Running `/home/build/.rustup/toolchains/1.89.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=68c6863ab5923cbb -C extra-filename=-3219be843653f8e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412025-10-10T23:36:48.201Z Compiling const-oid v0.9.6
25422025-10-10T23:36:48.226Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-f8ac1c2de96c373a/build-script-build`
25432025-10-10T23:36:48.226Z Running `/home/build/.rustup/toolchains/1.89.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=c96b445873476e2d -C extra-filename=-cabc6642a8d55355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442025-10-10T23:36:48.296Z Compiling pin-utils v0.1.0
25452025-10-10T23:36:48.320Z Running `/home/build/.rustup/toolchains/1.89.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=11a763f856079a74 -C extra-filename=-89a013cd483bf7e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462025-10-10T23:36:48.374Z Compiling futures-sink v0.3.31
25472025-10-10T23:36:48.398Z Running `/home/build/.rustup/toolchains/1.89.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=c56520534c0a659f -C extra-filename=-c194b658d59a65e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482025-10-10T23:36:48.426Z Running `/home/build/.rustup/toolchains/1.89.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=82af22f095b8e42a -C extra-filename=-bfe8abbfd9cf056f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492025-10-10T23:36:48.476Z Compiling serde_derive_internals v0.29.1
25502025-10-10T23:36:48.501Z Running `/home/build/.rustup/toolchains/1.89.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=b5f825857e49631d -C extra-filename=-f0c7e86046ad459b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512025-10-10T23:36:48.563Z Compiling schemars v0.8.22
25522025-10-10T23:36:48.588Z Running `/home/build/.rustup/toolchains/1.89.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=b357c715f2903c7d -C extra-filename=-e4f5a7e6a3c63bac --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-e4f5a7e6a3c63bac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532025-10-10T23:36:48.612Z Compiling dyn-clone v1.0.20
25542025-10-10T23:36:48.612Z Running `/home/build/.rustup/toolchains/1.89.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.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=857b296a7ef62f94 -C extra-filename=-ba11f873af450cd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25552025-10-10T23:36:48.736Z Compiling futures-channel v0.3.31
25562025-10-10T23:36:48.760Z Running `/home/build/.rustup/toolchains/1.89.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=21c047924b11ee7a -C extra-filename=-03998943d15fa5cc --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-a7543549df8e10d9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572025-10-10T23:36:48.871Z Compiling futures-task v0.3.31
25582025-10-10T23:36:48.896Z Running `/home/build/.rustup/toolchains/1.89.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=039d954012de556e -C extra-filename=-8856b408ff7e90e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592025-10-10T23:36:48.971Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-e4f5a7e6a3c63bac/build-script-build`
25602025-10-10T23:36:49.035Z Compiling foldhash v0.1.5
25612025-10-10T23:36:49.060Z Running `/home/build/.rustup/toolchains/1.89.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=54c99f5a2f5c8f2f -C extra-filename=-0cea00588790a5a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622025-10-10T23:36:49.165Z Compiling cpufeatures v0.2.14
25632025-10-10T23:36:49.190Z Running `/home/build/.rustup/toolchains/1.89.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=50ad6d5944f878c0 -C extra-filename=-2a365cb9aa123394 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642025-10-10T23:36:49.219Z Compiling strsim v0.11.1
25652025-10-10T23:36:49.219Z Running `/home/build/.rustup/toolchains/1.89.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=07de50fac00c3a7f -C extra-filename=-d5c7d0e7d580515e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662025-10-10T23:36:49.285Z Compiling syn v1.0.109
25672025-10-10T23:36:49.309Z Running `/home/build/.rustup/toolchains/1.89.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=2102e73f1acbd758 -C extra-filename=-2c13866819a9a00a --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-2c13866819a9a00a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682025-10-10T23:36:49.334Z Compiling hashbrown v0.15.4
25692025-10-10T23:36:49.334Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=09e1a541bcaffacf -C extra-filename=-d1c2964a6d83ae33 --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-5f468c981a16e35e.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-233a566562667d8f.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-0cea00588790a5a7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702025-10-10T23:36:49.384Z Compiling tracing-core v0.1.32
25712025-10-10T23:36:49.408Z Running `/home/build/.rustup/toolchains/1.89.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=58097872f84b5fa0 -C extra-filename=-2b1a8750eef1edf5 --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-9f184b9950c390eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722025-10-10T23:36:49.831Z Compiling adler2 v2.0.0
25732025-10-10T23:36:49.856Z Running `/home/build/.rustup/toolchains/1.89.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=c8c5804edf096fad -C extra-filename=-8e12f79f84d3a568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742025-10-10T23:36:49.902Z Compiling glob v0.3.2
25752025-10-10T23:36:49.927Z Running `/home/build/.rustup/toolchains/1.89.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=cdde8e8ee8886614 -C extra-filename=-558c6603bd35f247 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762025-10-10T23:36:49.951Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-2c13866819a9a00a/build-script-build`
25772025-10-10T23:36:50.051Z Running `/home/build/.rustup/toolchains/1.89.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=cbfd917b56cd90b6 -C extra-filename=-9190c70fc659320f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
25782025-10-10T23:36:50.098Z Compiling miniz_oxide v0.8.5
25792025-10-10T23:36:50.154Z Running `/home/build/.rustup/toolchains/1.89.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=88300cb2214a4b66 -C extra-filename=-db8244135795438c --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-8e12f79f84d3a568.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25802025-10-10T23:36:50.387Z Compiling paste v1.0.15
25812025-10-10T23:36:50.411Z Running `/home/build/.rustup/toolchains/1.89.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=aaadc8ff930d88be -C extra-filename=-30da2474664d5b61 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-30da2474664d5b61 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822025-10-10T23:36:50.481Z Compiling prettyplease v0.2.36
25832025-10-10T23:36:50.505Z Running `/home/build/.rustup/toolchains/1.89.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.36/build.rs --error-format=json --json=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=8b4a85229bd1f762 -C extra-filename=-933590c57889fcaf --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-933590c57889fcaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842025-10-10T23:36:50.530Z Compiling minimal-lexical v0.2.1
25852025-10-10T23:36:50.575Z Running `/home/build/.rustup/toolchains/1.89.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=6e93e5c26b5e67e6 -C extra-filename=-133c350d5d408def --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25862025-10-10T23:36:50.673Z Compiling clang-sys v1.8.1
25872025-10-10T23:36:50.700Z Running `/home/build/.rustup/toolchains/1.89.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=e8a8a39b1a265415 -C extra-filename=-d4f1989dbec52f0d --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-d4f1989dbec52f0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882025-10-10T23:36:50.890Z Compiling crossbeam-utils v0.8.21
25892025-10-10T23:36:50.915Z Running `/home/build/.rustup/toolchains/1.89.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=29a4d990480e4514 -C extra-filename=-d9e88792650f3b5c --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-d9e88792650f3b5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902025-10-10T23:36:50.939Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-30da2474664d5b61/build-script-build`
25912025-10-10T23:36:51.018Z Compiling nom v7.1.3
25922025-10-10T23:36:51.043Z Running `/home/build/.rustup/toolchains/1.89.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=8dc47ca32fb472b0 -C extra-filename=-ba17a7907081ab27 --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-10ab7de2df72a452.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-133c350d5d408def.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932025-10-10T23:36:51.067Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-933590c57889fcaf/build-script-build`
25942025-10-10T23:36:51.130Z Running `/home/build/.rustup/toolchains/1.89.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=fdea234b45c7ed40 -C extra-filename=-4989bc0ffac4375f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
25952025-10-10T23:36:51.364Z Compiling regex v1.11.3
25962025-10-10T23:36:51.408Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=be15f901ebbbb2a5 -C extra-filename=-daa3497a984c736e --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-fa37e0de09fa0fe8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972025-10-10T23:36:51.433Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-d4f1989dbec52f0d/build-script-build`
25982025-10-10T23:36:51.459Z Compiling serde_derive v1.0.226
25992025-10-10T23:36:51.504Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.226/src/lib.rs --error-format=json --json=diagnostic-rendered-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=07382b447c792a2c -C extra-filename=-091f68a6f331aa7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002025-10-10T23:36:51.529Z Compiling zeroize_derive v1.4.2
26012025-10-10T23:36:51.529Z Running `/home/build/.rustup/toolchains/1.89.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=1614964306ce6e95 -C extra-filename=-eeff4c45983a9892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022025-10-10T23:36:51.559Z Compiling zerofrom-derive v0.1.4
26032025-10-10T23:36:51.584Z Running `/home/build/.rustup/toolchains/1.89.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=d0e2707819f7afde -C extra-filename=-5f250d8f83abeb78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-455e1b9d8be60797.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042025-10-10T23:36:52.149Z Compiling yoke-derive v0.7.4
26052025-10-10T23:36:52.174Z Running `/home/build/.rustup/toolchains/1.89.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=997b3987da0bd414 -C extra-filename=-8c2cec18bc56597f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-455e1b9d8be60797.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062025-10-10T23:36:52.289Z Compiling zerovec-derive v0.10.3
26072025-10-10T23:36:52.314Z Running `/home/build/.rustup/toolchains/1.89.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=ff3683fabc5c7ad0 -C extra-filename=-81f008420930c08e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082025-10-10T23:36:53.025Z Compiling zeroize v1.8.1
26092025-10-10T23:36:53.050Z Running `/home/build/.rustup/toolchains/1.89.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=7bead1d370279a92 -C extra-filename=-d28098dda997853e --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-eeff4c45983a9892.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102025-10-10T23:36:53.406Z Compiling displaydoc v0.2.5
26112025-10-10T23:36:53.431Z Running `/home/build/.rustup/toolchains/1.89.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=dc9b02b18a29fbef -C extra-filename=-cb3b4863f708aa76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122025-10-10T23:36:53.897Z Compiling icu_provider_macros v1.5.0
26132025-10-10T23:36:53.922Z Running `/home/build/.rustup/toolchains/1.89.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=7828aca04fa75820 -C extra-filename=-7c7fd6146c567228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142025-10-10T23:36:54.523Z Running `/home/build/.rustup/toolchains/1.89.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=935e99a19f62649a -C extra-filename=-ca70b95d6d1b1738 --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-99d143f44a798912.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
26152025-10-10T23:36:54.626Z Compiling tokio-macros v2.5.0
26162025-10-10T23:36:54.651Z Running `/home/build/.rustup/toolchains/1.89.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=d1132f6ed9b0fc3f -C extra-filename=-7e6529be5a62a1ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172025-10-10T23:36:54.781Z Compiling zerofrom v0.1.4
26182025-10-10T23:36:54.805Z Running `/home/build/.rustup/toolchains/1.89.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=b073d8214b331579 -C extra-filename=-dc7b37d53ebb73a2 --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-5f250d8f83abeb78.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192025-10-10T23:36:54.907Z Compiling thiserror-impl v2.0.17
26202025-10-10T23:36:54.932Z Running `/home/build/.rustup/toolchains/1.89.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.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=81fcf5ed210c256f -C extra-filename=-866630e3b6990cb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212025-10-10T23:36:54.991Z Compiling zerocopy-derive v0.7.35
26222025-10-10T23:36:55.020Z Running `/home/build/.rustup/toolchains/1.89.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=3fa30fda64feceab -C extra-filename=-2bf14ba1564513cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232025-10-10T23:36:55.054Z Compiling yoke v0.7.4
26242025-10-10T23:36:55.079Z Running `/home/build/.rustup/toolchains/1.89.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=f3135ef0d7f5e93b -C extra-filename=-671f63796dd98b35 --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-45a66a1c23392a23.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-8c2cec18bc56597f.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-dc7b37d53ebb73a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252025-10-10T23:36:55.439Z Compiling zerovec v0.10.4
26262025-10-10T23:36:55.464Z Running `/home/build/.rustup/toolchains/1.89.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=a05a57b3290e8ba7 -C extra-filename=-2bbe331078d9cbef --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-671f63796dd98b35.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-dc7b37d53ebb73a2.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-81f008420930c08e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272025-10-10T23:36:55.585Z Compiling thiserror-impl v1.0.69
26282025-10-10T23:36:55.610Z Running `/home/build/.rustup/toolchains/1.89.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=c444d871fd4dbebd -C extra-filename=-6fef895aa232aaa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292025-10-10T23:36:55.820Z Compiling crypto-common v0.1.6
26302025-10-10T23:36:55.845Z Running `/home/build/.rustup/toolchains/1.89.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=da6cf3feff479389 -C extra-filename=-99ff3d0f0d216c1c --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-ca70b95d6d1b1738.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-99d143f44a798912.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312025-10-10T23:36:56.080Z Compiling block-buffer v0.10.4
26322025-10-10T23:36:56.105Z Running `/home/build/.rustup/toolchains/1.89.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=145b3af8f60a5426 -C extra-filename=-24f69d6d18aeaf99 --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-ca70b95d6d1b1738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332025-10-10T23:36:56.130Z Compiling schemars_derive v0.8.22
26342025-10-10T23:36:56.130Z Running `/home/build/.rustup/toolchains/1.89.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=8ec0c3b8428962cc -C extra-filename=-930c3bd9417855c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-f0c7e86046ad459b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352025-10-10T23:36:56.417Z Compiling digest v0.10.7
26362025-10-10T23:36:56.442Z Running `/home/build/.rustup/toolchains/1.89.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=82a061296568cb8c -C extra-filename=-dd833add49a4eb53 --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-24f69d6d18aeaf99.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-cabc6642a8d55355.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99ff3d0f0d216c1c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372025-10-10T23:36:56.881Z Compiling zerocopy v0.7.35
26382025-10-10T23:36:56.906Z Running `/home/build/.rustup/toolchains/1.89.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=66f969526695a4d7 -C extra-filename=-43c6d02ec5fd8e89 --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-bf80f7a3bae0a263.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-2bf14ba1564513cd.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392025-10-10T23:36:56.931Z Compiling futures-macro v0.3.31
26402025-10-10T23:36:56.931Z Running `/home/build/.rustup/toolchains/1.89.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=2019e7304032a56c -C extra-filename=-c56fc685efb72938 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412025-10-10T23:36:57.343Z Compiling tinystr v0.7.6
26422025-10-10T23:36:57.367Z Running `/home/build/.rustup/toolchains/1.89.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=407ada8d5048a792 -C extra-filename=-8c43f65b35b83624 --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-cb3b4863f708aa76.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432025-10-10T23:36:57.819Z Compiling icu_locid v1.5.0
26442025-10-10T23:36:57.844Z Running `/home/build/.rustup/toolchains/1.89.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=ca68d732dc08431e -C extra-filename=-23ced4447c07f548 --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-cb3b4863f708aa76.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-77475923b5850dce.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-8c43f65b35b83624.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-b351e0eb4211557d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452025-10-10T23:36:57.871Z Compiling icu_collections v1.5.0
26462025-10-10T23:36:57.922Z Running `/home/build/.rustup/toolchains/1.89.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=b54227c4cc9b1d2c -C extra-filename=-5733708e8187ce0f --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-cb3b4863f708aa76.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-671f63796dd98b35.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-dc7b37d53ebb73a2.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472025-10-10T23:36:57.947Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.226/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=5169132cf202a764 -C extra-filename=-a24067305a22db88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)'`
26482025-10-10T23:36:58.351Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5e49e75ada7a52c6 -C extra-filename=-f0a082fe4f20d8a1 --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-866630e3b6990cb2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
26492025-10-10T23:36:58.382Z Running `/home/build/.rustup/toolchains/1.89.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=5c66b47797010797 -C extra-filename=-f0c476a230b66c95 --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-6fef895aa232aaa1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
26502025-10-10T23:36:58.513Z Compiling ppv-lite86 v0.2.20
26512025-10-10T23:36:58.538Z Running `/home/build/.rustup/toolchains/1.89.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=fd9bdd2ade0b6c4a -C extra-filename=-d98c7599a376d9d4 --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-43c6d02ec5fd8e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522025-10-10T23:36:58.583Z Compiling tracing-attributes v0.1.27
26532025-10-10T23:36:58.608Z Running `/home/build/.rustup/toolchains/1.89.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=59b2864f4627d455 -C extra-filename=-271b30a7fee3751a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542025-10-10T23:36:58.735Z Compiling futures-util v0.3.31
26552025-10-10T23:36:58.760Z Running `/home/build/.rustup/toolchains/1.89.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=9cef2c36291548c0 -C extra-filename=-148fd712e6e6f9df --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-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-c56fc685efb72938.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-89a013cd483bf7e3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562025-10-10T23:36:58.918Z Compiling icu_provider v1.5.0
26572025-10-10T23:36:58.960Z Running `/home/build/.rustup/toolchains/1.89.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=61cdab31edfbfb28 -C extra-filename=-a536fa803d72c77a --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-cb3b4863f708aa76.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-23ced4447c07f548.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-7c7fd6146c567228.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-45a66a1c23392a23.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-8c43f65b35b83624.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-b351e0eb4211557d.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-671f63796dd98b35.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-dc7b37d53ebb73a2.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582025-10-10T23:36:59.066Z Compiling bitflags v2.9.4
26592025-10-10T23:36:59.090Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "std"))' -C metadata=c20177d1b4b5d86d -C extra-filename=-7144a639a7938e22 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602025-10-10T23:36:59.115Z Compiling bytes v1.10.1
26612025-10-10T23:36:59.163Z Running `/home/build/.rustup/toolchains/1.89.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=14464a331e51af2b -C extra-filename=-8201e5d6381aa56b --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622025-10-10T23:36:59.259Z Compiling chrono v0.4.42
26632025-10-10T23:36:59.283Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --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", "arbitrary", "clock", "core-error", "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=cd7bc486b10f5d54 -C extra-filename=-1a84e413bcb1c25d --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-fe7adf2a3d3ea3d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642025-10-10T23:36:59.518Z Running `/home/build/.rustup/toolchains/1.89.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=992686b0bb527b3f -C extra-filename=-6751e857fb1c1f4f --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-7144a639a7938e22.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-66c18ca0d8ab3a57.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26652025-10-10T23:36:59.592Z Compiling uuid v1.18.1
26662025-10-10T23:36:59.617Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=4b891136992800ca -C extra-filename=-f600ce30a4f63004 --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-710e91481cd0b98a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672025-10-10T23:36:59.834Z Compiling icu_locid_transform v1.5.0
26682025-10-10T23:36:59.860Z Running `/home/build/.rustup/toolchains/1.89.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=ab360b3448064662 -C extra-filename=-39f7b97f812d54af --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-cb3b4863f708aa76.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-23ced4447c07f548.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-70658073d33ae4c3.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-a536fa803d72c77a.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-8c43f65b35b83624.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692025-10-10T23:37:00.216Z Compiling tokio v1.47.0
26702025-10-10T23:37:00.241Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/lib.rs --error-format=json --json=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)' --check-cfg 'cfg(tokio_uring)' --check-cfg 'cfg(target_os, values("cygwin"))' --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=ad9d3dc3ea9ba754 -C extra-filename=-e674a27a3708cbf8 --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-8201e5d6381aa56b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-984a8d27e5d119e9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-61256d08fa97d3e4.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-7e6529be5a62a1ab.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712025-10-10T23:37:00.433Z Compiling http v1.3.1
26722025-10-10T23:37:00.458Z Running `/home/build/.rustup/toolchains/1.89.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=8001a3e9dde2eac0 -C extra-filename=-718670cf184476d0 --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-8201e5d6381aa56b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-63bbafb28e7d7eb7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732025-10-10T23:37:00.904Z Compiling serde_tokenstream v0.2.2
26742025-10-10T23:37:00.929Z Running `/home/build/.rustup/toolchains/1.89.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=c4ad4022d9e4c2cd -C extra-filename=-c6c6964af36c9039 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752025-10-10T23:37:01.445Z Compiling icu_properties v1.5.1
26762025-10-10T23:37:01.469Z Running `/home/build/.rustup/toolchains/1.89.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=73e53db9693fe328 -C extra-filename=-b16b565b6bb290f0 --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-cb3b4863f708aa76.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-5733708e8187ce0f.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-39f7b97f812d54af.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-ac5fcfe50a1dcd02.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-a536fa803d72c77a.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-8c43f65b35b83624.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772025-10-10T23:37:01.498Z Compiling tracing v0.1.40
26782025-10-10T23:37:01.545Z Running `/home/build/.rustup/toolchains/1.89.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=79e1810f187d345f -C extra-filename=-d7b0e0feae062876 --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-a76b93ce4f157850.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-271b30a7fee3751a.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-2b1a8750eef1edf5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792025-10-10T23:37:01.831Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-d9e88792650f3b5c/build-script-build`
26802025-10-10T23:37:01.896Z Running `/home/build/.rustup/toolchains/1.89.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=a68f7dd44dfce337 -C extra-filename=-275a97d56be8b68f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
26812025-10-10T23:37:02.016Z Compiling libloading v0.8.5
26822025-10-10T23:37:02.041Z Running `/home/build/.rustup/toolchains/1.89.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=991ea57a531c2ee6 -C extra-filename=-98ca6764ba3391ab --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-16cff964c3cef883.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832025-10-10T23:37:02.265Z Compiling gimli v0.31.1
26842025-10-10T23:37:02.296Z Running `/home/build/.rustup/toolchains/1.89.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=35253150937364d5 -C extra-filename=-b49da655f5083794 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852025-10-10T23:37:02.390Z Running `/home/build/.rustup/toolchains/1.89.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=23153c7d76d5b502 -C extra-filename=-506de69e80e8f3e9 --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-558c6603bd35f247.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-98ca6764ba3391ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862025-10-10T23:37:02.439Z Compiling cexpr v0.6.0
26872025-10-10T23:37:02.463Z Running `/home/build/.rustup/toolchains/1.89.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=f559b838fdad27d6 -C extra-filename=-14c7795bddbba0a2 --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-ba17a7907081ab27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882025-10-10T23:37:03.080Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=144ae7cb65d2df04 -C extra-filename=-96e8f3eddcf90b4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
26892025-10-10T23:37:03.597Z Compiling object v0.36.5
26902025-10-10T23:37:03.622Z Running `/home/build/.rustup/toolchains/1.89.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=6108c2f79bc9cb46 -C extra-filename=-ddb6c3b5f172fda8 --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-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912025-10-10T23:37:03.662Z Compiling anyhow v1.0.99
26922025-10-10T23:37:03.686Z Running `/home/build/.rustup/toolchains/1.89.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.99/build.rs --error-format=json --json=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=ed225afd82fee87e -C extra-filename=-a16e563cbf5da838 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-a16e563cbf5da838 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932025-10-10T23:37:03.923Z Compiling home v0.5.9
26942025-10-10T23:37:03.948Z Running `/home/build/.rustup/toolchains/1.89.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=2e35a946167ff3f8 -C extra-filename=-ea405cba7d288502 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26952025-10-10T23:37:04.179Z Compiling time-core v0.1.6
26962025-10-10T23:37:04.204Z Running `/home/build/.rustup/toolchains/1.89.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.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=unused '--warn=clippy::nursery' '--warn=clippy::all' --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 --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' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --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=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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=691649825bd53703 -C extra-filename=-bf5494c66d7c8a21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972025-10-10T23:37:04.294Z Compiling num-conv v0.1.0
26982025-10-10T23:37:04.319Z Running `/home/build/.rustup/toolchains/1.89.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=a9711a988c5da212 -C extra-filename=-a56e6390dcbaca0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992025-10-10T23:37:04.490Z Compiling rustc-demangle v0.1.24
27002025-10-10T23:37:04.515Z Running `/home/build/.rustup/toolchains/1.89.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=4e02cc3728313384 -C extra-filename=-e12f84d378735be7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012025-10-10T23:37:04.617Z Compiling powerfmt v0.2.0
27022025-10-10T23:37:04.641Z Running `/home/build/.rustup/toolchains/1.89.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=62186cdd2aaff3ce -C extra-filename=-fd550e37968ebaae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032025-10-10T23:37:05.015Z Compiling icu_normalizer v1.5.0
27042025-10-10T23:37:05.039Z Running `/home/build/.rustup/toolchains/1.89.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=cb159b8c5e397eed -C extra-filename=-8e9917ee5ec49f56 --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-cb3b4863f708aa76.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-5733708e8187ce0f.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-b3c4991b6ca67627.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-b16b565b6bb290f0.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-a536fa803d72c77a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-b7317b621dd1fd3e.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-84bbf4dc3c0a9cb3.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-6b0b9c285f21b156.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052025-10-10T23:37:05.320Z Compiling deranged v0.5.3
27062025-10-10T23:37:05.345Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-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 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --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 --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=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=07a81f93cdddf791 -C extra-filename=-19ee4d5b186a60c4 --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-fd550e37968ebaae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072025-10-10T23:37:05.467Z Compiling time-macros v0.2.24
27082025-10-10T23:37:05.492Z Running `/home/build/.rustup/toolchains/1.89.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.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 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --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 --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' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --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=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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=7be7ab0c4dbd8968 -C extra-filename=-0de1f3faaceecf5a --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-a56e6390dcbaca0e.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-bf5494c66d7c8a21.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092025-10-10T23:37:05.590Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-a16e563cbf5da838/build-script-build`
27102025-10-10T23:37:06.097Z Compiling idna_adapter v1.2.0
27112025-10-10T23:37:06.123Z Running `/home/build/.rustup/toolchains/1.89.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=e14feba3d7dcd4e7 -C extra-filename=-ec598732e97c985a --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-8e9917ee5ec49f56.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-b16b565b6bb290f0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122025-10-10T23:37:06.372Z Compiling idna v1.0.3
27132025-10-10T23:37:06.437Z Running `/home/build/.rustup/toolchains/1.89.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=753ffdd055bdfb79 -C extra-filename=-5a6b4e968519e8d0 --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-ec598732e97c985a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-84bbf4dc3c0a9cb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27142025-10-10T23:37:06.462Z Compiling addr2line v0.24.2
27152025-10-10T23:37:06.462Z Running `/home/build/.rustup/toolchains/1.89.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=3aeaff88db9bb7d1 -C extra-filename=-0f16cff09b9c46f9 --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-b49da655f5083794.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162025-10-10T23:37:06.534Z Compiling ring v0.17.14
27172025-10-10T23:37:06.559Z Running `/home/build/.rustup/toolchains/1.89.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=b305ffadd3ee9591 -C extra-filename=-9f63f4ec416bcf25 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-9f63f4ec416bcf25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182025-10-10T23:37:07.118Z Compiling url v2.5.4
27192025-10-10T23:37:07.143Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=efb89263cbe44f67 -C extra-filename=-ff970fbe01ec8156 --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-4007d0fab8ad1eec.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202025-10-10T23:37:07.648Z Compiling vcpkg v0.2.15
27212025-10-10T23:37:07.673Z Running `/home/build/.rustup/toolchains/1.89.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=facba6063f83ce22 -C extra-filename=-e4b2ad7490e0f049 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222025-10-10T23:37:07.734Z Compiling num_threads v0.1.7
27232025-10-10T23:37:07.789Z Running `/home/build/.rustup/toolchains/1.89.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=52b7ff571a27ee21 -C extra-filename=-df3097d1e893322a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242025-10-10T23:37:07.814Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-9f63f4ec416bcf25/build-script-build`
27252025-10-10T23:37:07.930Z Compiling time v0.3.43
27262025-10-10T23:37:07.956Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.43/src/lib.rs --error-format=json --json=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=clippy::nursery' '--warn=clippy::all' --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 --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' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --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=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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --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", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=032b0c544c6a1d28 -C extra-filename=-2dc41db2bdf7cae4 --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-19ee4d5b186a60c4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-a56e6390dcbaca0e.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-df3097d1e893322a.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-fd550e37968ebaae.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-bf5494c66d7c8a21.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-0de1f3faaceecf5a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272025-10-10T23:37:07.984Z Compiling block-padding v0.3.3
27282025-10-10T23:37:07.984Z Running `/home/build/.rustup/toolchains/1.89.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=4c6ddabcf48c160a -C extra-filename=-9ec5c405b5b0e5e3 --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-ca70b95d6d1b1738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292025-10-10T23:37:08.262Z Running `/home/build/.rustup/toolchains/1.89.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=870703335ce0d858 -C extra-filename=-5abc6f59dc903098 --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-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-930c3bd9417855c3.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
27302025-10-10T23:37:08.757Z Compiling itertools v0.12.1
27312025-10-10T23:37:08.782Z Running `/home/build/.rustup/toolchains/1.89.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=7f33f082525915bf -C extra-filename=-fd7f55707a725433 --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-c14636abdee91fd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322025-10-10T23:37:09.215Z Compiling bindgen v0.69.5
27332025-10-10T23:37:09.240Z Running `/home/build/.rustup/toolchains/1.89.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=87bdec01ef2296ac -C extra-filename=-8b11b984ce953e99 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-8b11b984ce953e99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342025-10-10T23:37:09.914Z Compiling backtrace v0.3.74
27352025-10-10T23:37:09.939Z Running `/home/build/.rustup/toolchains/1.89.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=ce71d2744ed56752 -C extra-filename=-62ecda7ee8118116 --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-0f16cff09b9c46f9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-db8244135795438c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-ddb6c3b5f172fda8.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-e12f84d378735be7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362025-10-10T23:37:10.157Z Compiling base64 v0.22.1
27372025-10-10T23:37:10.182Z Running `/home/build/.rustup/toolchains/1.89.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=fc0ab0aebee0361f -C extra-filename=-43fec2c760c1f6ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382025-10-10T23:37:10.887Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs --error-format=json --json=diagnostic-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=1d5024ff01e068c6 -C extra-filename=-154ac5e51bbc76fd --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-62ecda7ee8118116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
27392025-10-10T23:37:11.158Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8b11b984ce953e99/build-script-build`
27402025-10-10T23:37:11.220Z Compiling inout v0.1.3
27412025-10-10T23:37:11.246Z Running `/home/build/.rustup/toolchains/1.89.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=e8e709f9c21538e1 -C extra-filename=-eace4061b8cc20d5 --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-9ec5c405b5b0e5e3.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422025-10-10T23:37:11.317Z Compiling tokio-util v0.7.15
27432025-10-10T23:37:11.341Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="rt"' --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=3a6a058728c451c4 -C extra-filename=-4bfe242aa891f051 --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-8201e5d6381aa56b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d1c2964a6d83ae33.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442025-10-10T23:37:11.366Z Compiling which v4.4.2
27452025-10-10T23:37:11.367Z Running `/home/build/.rustup/toolchains/1.89.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=31862382db813f4d -C extra-filename=-7d4197e51e038fa8 --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-c14636abdee91fd2.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ea405cba7d288502.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462025-10-10T23:37:11.513Z Compiling ipnet v2.11.0
27472025-10-10T23:37:11.538Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=ed5e73d1c02254b9 -C extra-filename=-8a1470f388d907f1 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482025-10-10T23:37:11.619Z Compiling atomic-waker v1.1.2
27492025-10-10T23:37:11.619Z Running `/home/build/.rustup/toolchains/1.89.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=c2dc08a51d4cc53c -C extra-filename=-ba25972e878f73b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502025-10-10T23:37:11.709Z Compiling httparse v1.9.5
27512025-10-10T23:37:11.734Z Running `/home/build/.rustup/toolchains/1.89.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=cef1727ca1897165 -C extra-filename=-c82a386cce90bda1 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-c82a386cce90bda1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522025-10-10T23:37:11.888Z Compiling rustc-hash v1.1.0
27532025-10-10T23:37:11.913Z Running `/home/build/.rustup/toolchains/1.89.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=38e9ebdd84bc6acc -C extra-filename=-4b1110e3cc35dd24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542025-10-10T23:37:11.986Z Compiling lazycell v1.3.0
27552025-10-10T23:37:12.012Z Running `/home/build/.rustup/toolchains/1.89.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=b00bc4169b271e50 -C extra-filename=-a3d8602276865aa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562025-10-10T23:37:12.150Z Compiling cipher v0.4.4
27572025-10-10T23:37:12.176Z Running `/home/build/.rustup/toolchains/1.89.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=ec9b59875f4af0c0 -C extra-filename=-40e701b42c2114c5 --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-99ff3d0f0d216c1c.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582025-10-10T23:37:12.279Z Running `/home/build/.rustup/toolchains/1.89.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=11f618f5c7bdf9ea -C extra-filename=-ac8f446ed1b4a659 --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-7144a639a7938e22.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-14c7795bddbba0a2.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-506de69e80e8f3e9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fd7f55707a725433.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-a3d8602276865aa7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-4b1110e3cc35dd24.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c15408658c23372f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-7d4197e51e038fa8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592025-10-10T23:37:12.425Z Compiling cmake v0.1.51
27602025-10-10T23:37:12.449Z Running `/home/build/.rustup/toolchains/1.89.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=84a06fbe8f56ceb9 -C extra-filename=-de354ad5a94ad54d --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-c405cbfc7820faca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612025-10-10T23:37:12.492Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-c82a386cce90bda1/build-script-build`
27622025-10-10T23:37:12.539Z Compiling untrusted v0.9.0
27632025-10-10T23:37:12.564Z Compiling fs_extra v1.3.0
27642025-10-10T23:37:12.564Z Running `/home/build/.rustup/toolchains/1.89.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=f701984c3127b75f -C extra-filename=-7037838c93d6b265 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652025-10-10T23:37:12.564Z Running `/home/build/.rustup/toolchains/1.89.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=ab038303a108a882 -C extra-filename=-80eadfd9742d9184 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662025-10-10T23:37:12.651Z Compiling dunce v1.0.5
27672025-10-10T23:37:12.676Z Running `/home/build/.rustup/toolchains/1.89.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=c00789c241c14d06 -C extra-filename=-07ef0643f32e7ad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682025-10-10T23:37:12.704Z Compiling sha2 v0.10.9
27692025-10-10T23:37:12.705Z Running `/home/build/.rustup/toolchains/1.89.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=01a514d2647380b1 -C extra-filename=-57fa867c6f0b37c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
27702025-10-10T23:37:12.729Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=e755723634804097 -C extra-filename=-130108ae1ea36edd --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-16cff964c3cef883.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712025-10-10T23:37:12.849Z Running `/home/build/.rustup/toolchains/1.89.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=85f520d86c489fe9 -C extra-filename=-af4b1351daf744bb --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-16cff964c3cef883.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7037838c93d6b265.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
27722025-10-10T23:37:12.899Z Compiling fastrand v2.1.1
27732025-10-10T23:37:12.923Z Running `/home/build/.rustup/toolchains/1.89.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=9eb4f5bd04d947f8 -C extra-filename=-3a04019b393c03e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742025-10-10T23:37:13.183Z Compiling base64ct v1.6.0
27752025-10-10T23:37:13.207Z Running `/home/build/.rustup/toolchains/1.89.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=44b5acdab9f6b6c4 -C extra-filename=-918dddd36587fd89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762025-10-10T23:37:13.292Z Compiling rustversion v1.0.22
27772025-10-10T23:37:13.318Z Running `/home/build/.rustup/toolchains/1.89.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.22/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=0f199577fe55c40a -C extra-filename=-8c0338daea1d2e80 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-8c0338daea1d2e80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782025-10-10T23:37:13.424Z Compiling ident_case v1.0.1
27792025-10-10T23:37:13.449Z Running `/home/build/.rustup/toolchains/1.89.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=b52db5ecb052a1a2 -C extra-filename=-5ec2529fcb3ca35e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802025-10-10T23:37:13.474Z Compiling hmac v0.12.1
27812025-10-10T23:37:13.520Z Running `/home/build/.rustup/toolchains/1.89.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=10682ebf34dc5b1c -C extra-filename=-3ed8f6f1308c27a5 --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-dd833add49a4eb53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822025-10-10T23:37:13.617Z Compiling rustls-pki-types v1.10.0
27832025-10-10T23:37:13.642Z Running `/home/build/.rustup/toolchains/1.89.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=555d01ccef1aba01 -C extra-filename=-8d90c9b7d736ccd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842025-10-10T23:37:13.667Z Compiling aws-lc-rs v1.12.4
27852025-10-10T23:37:13.667Z Running `/home/build/.rustup/toolchains/1.89.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=1dfde9abdcf429c3 -C extra-filename=-83f69c8739eaed10 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-83f69c8739eaed10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862025-10-10T23:37:13.756Z Compiling http-body v1.0.1
27872025-10-10T23:37:13.780Z Running `/home/build/.rustup/toolchains/1.89.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=fb68ac9e33c7a236 -C extra-filename=-f87e39f10ecba88d --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-8201e5d6381aa56b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882025-10-10T23:37:13.806Z Compiling rand_chacha v0.3.1
27892025-10-10T23:37:13.806Z Running `/home/build/.rustup/toolchains/1.89.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=e9a5aff62ab9c1a7 -C extra-filename=-a0712094a2fe141f --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-d98c7599a376d9d4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902025-10-10T23:37:14.026Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-8c0338daea1d2e80/build-script-build`
27912025-10-10T23:37:14.067Z Compiling utf8parse v0.2.2
27922025-10-10T23:37:14.092Z Running `/home/build/.rustup/toolchains/1.89.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=5f0219eaa151ecdb -C extra-filename=-6a075776c3b4ea6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932025-10-10T23:37:14.118Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.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=42b56504878d438a -C extra-filename=-c9b98dbb0ed21b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
27942025-10-10T23:37:14.174Z Compiling httpdate v1.0.3
27952025-10-10T23:37:14.199Z Running `/home/build/.rustup/toolchains/1.89.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=46822caa3ff74047 -C extra-filename=-2cf7c64e6a195268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962025-10-10T23:37:14.291Z Compiling rand v0.8.5
27972025-10-10T23:37:14.316Z Running `/home/build/.rustup/toolchains/1.89.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="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=7759a102fe414809 -C extra-filename=-aae9dbffa0540230 --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-784c297e68e85669.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a0712094a2fe141f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982025-10-10T23:37:14.511Z Compiling untrusted v0.7.1
27992025-10-10T23:37:14.536Z Running `/home/build/.rustup/toolchains/1.89.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=c141a696d765c171 -C extra-filename=-1922086bdd3a1ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002025-10-10T23:37:14.618Z Compiling try-lock v0.2.5
28012025-10-10T23:37:14.643Z Running `/home/build/.rustup/toolchains/1.89.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=c0a13c8815a3e33f -C extra-filename=-08fde45f36bd8eab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022025-10-10T23:37:14.762Z Compiling h2 v0.4.6
28032025-10-10T23:37:14.787Z Running `/home/build/.rustup/toolchains/1.89.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=af249f27c5a30157 -C extra-filename=-4273bd3618d3ede3 --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-ba25972e878f73b0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-63bbafb28e7d7eb7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042025-10-10T23:37:14.834Z Compiling want v0.3.1
28052025-10-10T23:37:14.859Z Running `/home/build/.rustup/toolchains/1.89.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=4341aecb623d4334 -C extra-filename=-c495d1e93384ff37 --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-08fde45f36bd8eab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062025-10-10T23:37:15.153Z Compiling toml_datetime v0.6.11
28072025-10-10T23:37:15.178Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=9a1e0fb78d48d402 -C extra-filename=-c880e70596ed3107 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082025-10-10T23:37:15.331Z Compiling serde_spanned v0.6.9
28092025-10-10T23:37:15.356Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f379fb4cbb2362c1 -C extra-filename=-25baccb07d74d8e7 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102025-10-10T23:37:15.391Z Compiling tower-service v0.3.3
28112025-10-10T23:37:15.436Z Running `/home/build/.rustup/toolchains/1.89.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=ce171b42ee135973 -C extra-filename=-93d9dc3a9e15f08e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122025-10-10T23:37:15.571Z Compiling pem-rfc7468 v0.7.0
28132025-10-10T23:37:15.602Z Running `/home/build/.rustup/toolchains/1.89.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=a5f4794a8d26912f -C extra-filename=-20be41f6f1f20a39 --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-918dddd36587fd89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142025-10-10T23:37:15.627Z Compiling openssl-sys v0.9.109
28152025-10-10T23:37:15.652Z Running `/home/build/.rustup/toolchains/1.89.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=018848136c4b61c4 -C extra-filename=-c21fb4d41b021f4b --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-c21fb4d41b021f4b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-e4b2ad7490e0f049.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162025-10-10T23:37:15.698Z Compiling async-trait v0.1.89
28172025-10-10T23:37:15.723Z Running `/home/build/.rustup/toolchains/1.89.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.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfc27a2dbd35f180 -C extra-filename=-68617f900d2f7ac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182025-10-10T23:37:15.756Z Compiling anstyle v1.0.11
28192025-10-10T23:37:15.781Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=594abc26d21e3a5e -C extra-filename=-ca4ebf2465e25529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202025-10-10T23:37:16.071Z Compiling slog v2.7.0
28212025-10-10T23:37:16.096Z Running `/home/build/.rustup/toolchains/1.89.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=d7d6e863751a65b8 -C extra-filename=-0b04305fec5a44d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-0b04305fec5a44d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222025-10-10T23:37:16.188Z Compiling rand_core v0.9.3
28232025-10-10T23:37:16.213Z Running `/home/build/.rustup/toolchains/1.89.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.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="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=bb8f6a41b19793d0 -C extra-filename=-3708ad563010fdb5 --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-710e91481cd0b98a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242025-10-10T23:37:16.248Z Compiling mime v0.3.17
28252025-10-10T23:37:16.248Z Running `/home/build/.rustup/toolchains/1.89.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=5203b046030db305 -C extra-filename=-72ce21d76a94c4bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262025-10-10T23:37:16.631Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-0b04305fec5a44d6/build-script-build`
28272025-10-10T23:37:16.698Z Compiling ucd-trie v0.1.7
28282025-10-10T23:37:16.723Z Running `/home/build/.rustup/toolchains/1.89.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=cbb559727cf7ce22 -C extra-filename=-3aefcf062b606d9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292025-10-10T23:37:16.748Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-c21fb4d41b021f4b/build-script-main`
28302025-10-10T23:37:16.798Z Compiling camino v1.2.0
28312025-10-10T23:37:16.823Z Compiling anstyle-parse v0.2.5
28322025-10-10T23:37:16.823Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=0982cab3492b3091 -C extra-filename=-2b336f4361ad40a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-2b336f4361ad40a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332025-10-10T23:37:16.823Z Running `/home/build/.rustup/toolchains/1.89.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=fa564a8400b2664f -C extra-filename=-a44f3921b7a9222f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
28342025-10-10T23:37:16.823Z Running `/home/build/.rustup/toolchains/1.89.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=3e9656a816d90c13 -C extra-filename=-679d85892bd55df8 --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-6a075776c3b4ea6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352025-10-10T23:37:16.943Z Compiling der_derive v0.7.3
28362025-10-10T23:37:16.995Z Running `/home/build/.rustup/toolchains/1.89.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=3faab77cbdeb4dcb -C extra-filename=-5fb371d089cc8b3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372025-10-10T23:37:17.243Z Compiling pest v2.8.2
28382025-10-10T23:37:17.267Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.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="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=87731a9102a92aed -C extra-filename=-6209a8e729feb361 --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-10ab7de2df72a452.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-3aefcf062b606d9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392025-10-10T23:37:17.303Z Compiling anstyle-query v1.1.1
28402025-10-10T23:37:17.328Z Running `/home/build/.rustup/toolchains/1.89.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=72399e9c3672a5ab -C extra-filename=-ba1701ad211ab7a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412025-10-10T23:37:17.502Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-2b336f4361ad40a4/build-script-build`
28422025-10-10T23:37:17.554Z Compiling flagset v0.4.6
28432025-10-10T23:37:17.554Z Compiling is_terminal_polyfill v1.70.1
28442025-10-10T23:37:17.579Z Running `/home/build/.rustup/toolchains/1.89.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=3e8ba097fe30c025 -C extra-filename=-5fd3f5e6a5f80454 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452025-10-10T23:37:17.579Z Running `/home/build/.rustup/toolchains/1.89.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=97cfce38514ec382 -C extra-filename=-6c19948950e8938e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462025-10-10T23:37:17.646Z Compiling colorchoice v1.0.2
28472025-10-10T23:37:17.671Z Running `/home/build/.rustup/toolchains/1.89.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=9e33bddd11dd184c -C extra-filename=-16945617df5fd344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482025-10-10T23:37:17.827Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=f7f58d5a0454f8c0 -C extra-filename=-dfc32f0a21b07f91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)'`
28492025-10-10T23:37:17.876Z Compiling http-body-util v0.1.3
28502025-10-10T23:37:17.901Z Running `/home/build/.rustup/toolchains/1.89.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=871599edc8a105db -C extra-filename=-794eb6a555dbe7aa --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-8201e5d6381aa56b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512025-10-10T23:37:17.935Z Compiling anstream v0.6.18
28522025-10-10T23:37:17.960Z Running `/home/build/.rustup/toolchains/1.89.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=da4978dcdd10dcf8 -C extra-filename=-52aa35257e1956c1 --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-ca4ebf2465e25529.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-679d85892bd55df8.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-ba1701ad211ab7a9.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-16945617df5fd344.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-6c19948950e8938e.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6a075776c3b4ea6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532025-10-10T23:37:18.020Z Compiling pbkdf2 v0.12.2
28542025-10-10T23:37:18.045Z Running `/home/build/.rustup/toolchains/1.89.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=7b92f4e2cbb7199b -C extra-filename=-36c07e0235129a91 --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-dd833add49a4eb53.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552025-10-10T23:37:18.245Z Compiling aes v0.8.4
28562025-10-10T23:37:18.269Z Running `/home/build/.rustup/toolchains/1.89.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=c321f052beb5a4f3 -C extra-filename=-c0cfbeed2d777ebf --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-16cff964c3cef883.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-40e701b42c2114c5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572025-10-10T23:37:18.389Z Compiling rustc_version v0.4.1
28582025-10-10T23:37:18.413Z Running `/home/build/.rustup/toolchains/1.89.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=2cb728e9dab0b3ff -C extra-filename=-74fdf0da897ddd52 --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-73296b48f004d65a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592025-10-10T23:37:18.577Z Compiling rustix v1.0.7
28602025-10-10T23:37:18.605Z Running `/home/build/.rustup/toolchains/1.89.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"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --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=192ef61eabb53c17 -C extra-filename=-14b27fbe90121ef1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-14b27fbe90121ef1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612025-10-10T23:37:18.672Z Compiling plain v0.2.3
28622025-10-10T23:37:18.697Z Running `/home/build/.rustup/toolchains/1.89.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=1b558b43bdb0ffed -C extra-filename=-0eacb8c74027fe38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632025-10-10T23:37:18.885Z Compiling rand_chacha v0.9.0
28642025-10-10T23:37:18.910Z Running `/home/build/.rustup/toolchains/1.89.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=65cad8270c429f83 -C extra-filename=-deabff44a5f88e6e --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-d98c7599a376d9d4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652025-10-10T23:37:19.025Z Compiling salsa20 v0.10.2
28662025-10-10T23:37:19.050Z Running `/home/build/.rustup/toolchains/1.89.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=1e31d63d0a7af847 -C extra-filename=-190e60c7b4af65a5 --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-40e701b42c2114c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672025-10-10T23:37:19.114Z Compiling der v0.7.9
28682025-10-10T23:37:19.139Z Running `/home/build/.rustup/toolchains/1.89.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=9830c9e0f83443c0 -C extra-filename=-ca963994358ae4f8 --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-cabc6642a8d55355.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-5fb371d089cc8b3f.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-5fd3f5e6a5f80454.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692025-10-10T23:37:19.322Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-14b27fbe90121ef1/build-script-build`
28702025-10-10T23:37:19.346Z Compiling cbc v0.1.2
28712025-10-10T23:37:19.347Z Running `/home/build/.rustup/toolchains/1.89.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=cfb36b4baa3cd6cf -C extra-filename=-ebc465d3e3a262b7 --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-40e701b42c2114c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722025-10-10T23:37:19.626Z Compiling pest_meta v2.8.2
28732025-10-10T23:37:19.664Z Running `/home/build/.rustup/toolchains/1.89.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.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=b6e465a11d85bdaf -C extra-filename=-973ccad7c093a125 --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-6209a8e729feb361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742025-10-10T23:37:19.689Z Compiling openssl v0.10.73
28752025-10-10T23:37:19.689Z Running `/home/build/.rustup/toolchains/1.89.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=36edad7b58cf7767 -C extra-filename=-8fdddfab2c328ffa --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-8fdddfab2c328ffa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762025-10-10T23:37:19.951Z Compiling zerocopy v0.8.27
28772025-10-10T23:37:19.976Z Running `/home/build/.rustup/toolchains/1.89.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.27/build.rs --error-format=json --json=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=62d3ffafe436f529 -C extra-filename=-c845b03df373e7e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-c845b03df373e7e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782025-10-10T23:37:20.155Z Compiling foreign-types-shared v0.1.1
28792025-10-10T23:37:20.180Z Running `/home/build/.rustup/toolchains/1.89.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=3cfa8b0f562eeba5 -C extra-filename=-79e682475b9969ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802025-10-10T23:37:20.336Z Compiling openssl-probe v0.1.5
28812025-10-10T23:37:20.361Z Running `/home/build/.rustup/toolchains/1.89.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=e7d58ad6695f0386 -C extra-filename=-6fa859ae0a6e2845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822025-10-10T23:37:20.448Z Compiling foreign-types v0.3.2
28832025-10-10T23:37:20.473Z Running `/home/build/.rustup/toolchains/1.89.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=27fc21865c5ee115 -C extra-filename=-44b668ede8600b95 --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-79e682475b9969ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842025-10-10T23:37:20.565Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-8fdddfab2c328ffa/build-script-build`
28852025-10-10T23:37:20.614Z Running `/home/build/.rustup/toolchains/1.89.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"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --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=a92b80acd1e71dca -C extra-filename=-35ed5f6aa8705f66 --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-7144a639a7938e22.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-66c18ca0d8ab3a57.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
28862025-10-10T23:37:20.682Z Compiling rand v0.9.2
28872025-10-10T23:37:20.707Z Compiling scrypt v0.11.0
28882025-10-10T23:37:20.707Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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="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=983394ac84930f1d -C extra-filename=-2e0e85019f9cd98f --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-deabff44a5f88e6e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892025-10-10T23:37:20.707Z Running `/home/build/.rustup/toolchains/1.89.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=2b69cc6a0371af67 -C extra-filename=-b79e465f10e42ccc --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-36c07e0235129a91.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-190e60c7b4af65a5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902025-10-10T23:37:20.781Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-c845b03df373e7e9/build-script-build`
28912025-10-10T23:37:20.894Z Running `/home/build/.rustup/toolchains/1.89.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=322f8a4a87ff13f6 -C extra-filename=-9029463f50607d27 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
28922025-10-10T23:37:21.243Z Compiling hyper v1.7.0
28932025-10-10T23:37:21.269Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-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 --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=589bb564feb8bec4 -C extra-filename=-a0dce8e290957917 --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-ba25972e878f73b0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-4273bd3618d3ede3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-57fa867c6f0b37c5.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2cf7c64e6a195268.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-89a013cd483bf7e3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-c495d1e93384ff37.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942025-10-10T23:37:21.772Z Compiling spki v0.7.3
28952025-10-10T23:37:21.796Z Running `/home/build/.rustup/toolchains/1.89.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=3966630442179770 -C extra-filename=-c649c2f9da1ef23c --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-ca963994358ae4f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962025-10-10T23:37:22.110Z Compiling pest_generator v2.8.2
28972025-10-10T23:37:22.135Z Running `/home/build/.rustup/toolchains/1.89.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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=e5da7cef1b266de7 -C extra-filename=-ff2f03a4b1a4e4ac --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-6209a8e729feb361.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-973ccad7c093a125.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982025-10-10T23:37:22.188Z Compiling terminal_size v0.4.0
28992025-10-10T23:37:22.213Z Running `/home/build/.rustup/toolchains/1.89.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=3e7e68c15ba0d11b -C extra-filename=-80806e6d39bc6f58 --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-6751e857fb1c1f4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002025-10-10T23:37:22.372Z Compiling serde_urlencoded v0.7.1
29012025-10-10T23:37:22.396Z Running `/home/build/.rustup/toolchains/1.89.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=a9339daaf6da034e -C extra-filename=-d45c8156158bc353 --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-4007d0fab8ad1eec.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f2474c6cd59eb6fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022025-10-10T23:37:22.469Z Compiling zerocopy-derive v0.8.27
29032025-10-10T23:37:22.494Z Running `/home/build/.rustup/toolchains/1.89.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.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 --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdfe4e4e6cdf7d81 -C extra-filename=-16f9252b1c133e37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042025-10-10T23:37:22.949Z Compiling openssl-macros v0.1.1
29052025-10-10T23:37:22.987Z Running `/home/build/.rustup/toolchains/1.89.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=71fef6c5930871a4 -C extra-filename=-73322033ed6504d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062025-10-10T23:37:23.262Z Compiling encoding_rs v0.8.34
29072025-10-10T23:37:23.286Z Running `/home/build/.rustup/toolchains/1.89.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=1a9e7b9e1423758c -C extra-filename=-8ff8f10f7b344c0c --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-16cff964c3cef883.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082025-10-10T23:37:23.480Z Compiling rustls v0.23.19
29092025-10-10T23:37:23.505Z Running `/home/build/.rustup/toolchains/1.89.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=9ce81a04f9092ac0 -C extra-filename=-8e9dab753c28e3d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-8e9dab753c28e3d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102025-10-10T23:37:23.540Z Compiling pretty-hex v0.4.1
29112025-10-10T23:37:23.540Z Running `/home/build/.rustup/toolchains/1.89.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=c7cc73952ae611bc -C extra-filename=-55222827ab93bbc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122025-10-10T23:37:23.650Z Compiling hyper-util v0.1.17
29132025-10-10T23:37:23.675Z Running `/home/build/.rustup/toolchains/1.89.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.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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=bd8fea5475729196 -C extra-filename=-a855082019989532 --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-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-61256d08fa97d3e4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142025-10-10T23:37:23.780Z Compiling pest_derive v2.8.2
29152025-10-10T23:37:23.805Z Running `/home/build/.rustup/toolchains/1.89.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.8.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=feba67c53935dfe9 -C extra-filename=-74b119ad6b06ea95 --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-6209a8e729feb361.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-ff2f03a4b1a4e4ac.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162025-10-10T23:37:23.835Z Running `/home/build/.rustup/toolchains/1.89.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=81cb2d0c57da9aed -C extra-filename=-76bc3d5112c25777 --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-7144a639a7938e22.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-44b668ede8600b95.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-73322033ed6504d0.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
29172025-10-10T23:37:23.880Z Compiling pkcs5 v0.7.1
29182025-10-10T23:37:23.905Z Running `/home/build/.rustup/toolchains/1.89.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=d65f549dbe4565d9 -C extra-filename=-2a792808c28152aa --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-c0cfbeed2d777ebf.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ebc465d3e3a262b7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ca963994358ae4f8.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-36c07e0235129a91.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-b79e465f10e42ccc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c649c2f9da1ef23c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192025-10-10T23:37:24.599Z Compiling darling_core v0.20.10
29202025-10-10T23:37:24.623Z Running `/home/build/.rustup/toolchains/1.89.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=203fe482fbfbb660 -C extra-filename=-a61530d797b26111 --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-63bbafb28e7d7eb7.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-5ec2529fcb3ca35e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-d5c7d0e7d580515e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212025-10-10T23:37:24.728Z Compiling openapiv3 v2.2.0
29222025-10-10T23:37:24.793Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=194f6dff46002dfb -C extra-filename=-55ad349be5fd0e1d --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-66ab2a719fd02fc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232025-10-10T23:37:24.865Z Compiling native-tls v0.2.12
29242025-10-10T23:37:24.890Z Running `/home/build/.rustup/toolchains/1.89.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=f2acd2944aab1c6b -C extra-filename=-0ccc1ed03eaf0acb --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-0ccc1ed03eaf0acb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252025-10-10T23:37:25.301Z Compiling clap_lex v0.7.4
29262025-10-10T23:37:25.327Z Running `/home/build/.rustup/toolchains/1.89.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=5214e07c8fcb757b -C extra-filename=-400b34c57bdaf5de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272025-10-10T23:37:25.404Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.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="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=de2ecb8ebf63539d -C extra-filename=-5aede91a180d5090 --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-16f9252b1c133e37.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
29282025-10-10T23:37:25.751Z Compiling clap_builder v4.5.48
29292025-10-10T23:37:25.776Z Running `/home/build/.rustup/toolchains/1.89.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.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=5e64b24bf750de56 -C extra-filename=-6db108db97ba6def --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-52aa35257e1956c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ca4ebf2465e25529.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-400b34c57bdaf5de.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-d5c7d0e7d580515e.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-80806e6d39bc6f58.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302025-10-10T23:37:26.395Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-0ccc1ed03eaf0acb/build-script-build`
29312025-10-10T23:37:26.459Z Compiling pkcs8 v0.10.2
29322025-10-10T23:37:26.484Z Running `/home/build/.rustup/toolchains/1.89.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=baca547d78e674ad -C extra-filename=-012c98008c7e3a3a --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-ca963994358ae4f8.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-2a792808c28152aa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c649c2f9da1ef23c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332025-10-10T23:37:26.944Z Compiling tempfile v3.20.0
29342025-10-10T23:37:26.969Z Running `/home/build/.rustup/toolchains/1.89.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=7b4ab58e6f71737b -C extra-filename=-b5013a1c5083beb9 --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-3a04019b393c03e6.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352025-10-10T23:37:27.105Z Compiling clap_derive v4.5.47
29362025-10-10T23:37:27.130Z Running `/home/build/.rustup/toolchains/1.89.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.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=ce48510f0cca73ae -C extra-filename=-2d2b4c32f18b31d4 --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372025-10-10T23:37:27.734Z Compiling cookie v0.18.1
29382025-10-10T23:37:27.759Z Running `/home/build/.rustup/toolchains/1.89.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=765003f1ad6549e4 -C extra-filename=-447e460f7e8c9cfc --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-447e460f7e8c9cfc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392025-10-10T23:37:28.134Z Compiling litrs v0.4.1
29402025-10-10T23:37:28.159Z Running `/home/build/.rustup/toolchains/1.89.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=632d5277a3ca7c54 -C extra-filename=-688be1c929368d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412025-10-10T23:37:28.203Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-447e460f7e8c9cfc/build-script-build`
29422025-10-10T23:37:28.324Z Compiling sync_wrapper v1.0.1
29432025-10-10T23:37:28.349Z Running `/home/build/.rustup/toolchains/1.89.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=e808c25b85e4b5ff -C extra-filename=-bf5271d3cd9bc83f --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-a7543549df8e10d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442025-10-10T23:37:28.544Z Compiling tower-layer v0.3.3
29452025-10-10T23:37:28.569Z Running `/home/build/.rustup/toolchains/1.89.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=b946daab5e1581f8 -C extra-filename=-b746b8e964d625a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462025-10-10T23:37:28.773Z Compiling psl-types v2.0.11
29472025-10-10T23:37:28.798Z Running `/home/build/.rustup/toolchains/1.89.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=587ece8609611bd6 -C extra-filename=-36acca7acad4016f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482025-10-10T23:37:28.851Z Compiling winnow v0.7.13
29492025-10-10T23:37:28.876Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-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 --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=49b0115a99bb0a51 -C extra-filename=-b8d34cf51c2763b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502025-10-10T23:37:29.022Z Running `/home/build/.rustup/toolchains/1.89.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=771796603ac62eb1 -C extra-filename=-62b1fa3ceea08f89 --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-a76b93ce4f157850.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-6fa859ae0a6e2845.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
29512025-10-10T23:37:29.156Z Compiling document-features v0.2.11
29522025-10-10T23:37:29.181Z Running `/home/build/.rustup/toolchains/1.89.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.11/lib.rs --error-format=json --json=diagnostic-rendered-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=855327c98cbed87c -C extra-filename=-f2d4dd3d11cddccc --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-688be1c929368d20.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532025-10-10T23:37:29.587Z Compiling tokio-native-tls v0.3.1
29542025-10-10T23:37:29.612Z Running `/home/build/.rustup/toolchains/1.89.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=db4b2c20429375fd -C extra-filename=-d355f9bb376b4ab2 --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-62b1fa3ceea08f89.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29552025-10-10T23:37:29.753Z Compiling darling_macro v0.20.10
29562025-10-10T23:37:29.778Z Running `/home/build/.rustup/toolchains/1.89.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=8130075598be41e1 -C extra-filename=-a002ca0982af8015 --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-a61530d797b26111.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572025-10-10T23:37:29.915Z Compiling publicsuffix v2.3.0
29582025-10-10T23:37:29.940Z Running `/home/build/.rustup/toolchains/1.89.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=dfe7a24e88a13437 -C extra-filename=-c82916b79ef06fd8 --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-5a6b4e968519e8d0.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-36acca7acad4016f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592025-10-10T23:37:30.237Z Compiling tower v0.5.2
29602025-10-10T23:37:30.263Z Running `/home/build/.rustup/toolchains/1.89.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=ed3d730597a95203 -C extra-filename=-2e759bfdf4cf2210 --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-a7543549df8e10d9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-bf5271d3cd9bc83f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b746b8e964d625a6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612025-10-10T23:37:30.359Z Running `/home/build/.rustup/toolchains/1.89.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=0d82ea5564793d0e -C extra-filename=-1ee147611e1f9891 --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-17038f63562232c6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622025-10-10T23:37:30.634Z Compiling rustls-native-certs v0.8.1
29632025-10-10T23:37:30.661Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6662e0ba4f0ff24a -C extra-filename=-24208ea6193a8b4f --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-6fa859ae0a6e2845.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642025-10-10T23:37:30.762Z Compiling darling v0.20.10
29652025-10-10T23:37:30.787Z Running `/home/build/.rustup/toolchains/1.89.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=35477a50fe1706a3 -C extra-filename=-ce6e58e5ff4469d9 --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-a61530d797b26111.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-a002ca0982af8015.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662025-10-10T23:37:30.931Z Compiling webpki-roots v1.0.1
29672025-10-10T23:37:30.956Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37b3d2113082ed89 -C extra-filename=-f18049b973965a50 --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-8d90c9b7d736ccd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682025-10-10T23:37:30.984Z Compiling clap v4.5.48
29692025-10-10T23:37:31.034Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=bb6bfdb572282aeb -C extra-filename=-e2a25e47eb889030 --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-6db108db97ba6def.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-2d2b4c32f18b31d4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702025-10-10T23:37:31.075Z Compiling ipnetwork v0.21.1
29712025-10-10T23:37:31.075Z Running `/home/build/.rustup/toolchains/1.89.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=503290ef79b64908 -C extra-filename=-ac0e33b2af33f733 --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-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722025-10-10T23:37:31.176Z Compiling scroll_derive v0.12.0
29732025-10-10T23:37:31.201Z Running `/home/build/.rustup/toolchains/1.89.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=3aa935917b4a9f20 -C extra-filename=-7c946e1ddb1dc044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742025-10-10T23:37:31.226Z Compiling iri-string v0.7.8
29752025-10-10T23:37:31.226Z Compiling cookie_store v0.21.1
29762025-10-10T23:37:31.226Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=db3f1d3259f063f9 -C extra-filename=-d2cec82b2a8d1dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772025-10-10T23:37:31.226Z Running `/home/build/.rustup/toolchains/1.89.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=04b5e7b0abef6db2 -C extra-filename=-6b0d97f2cadcbafe --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-1ee147611e1f9891.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f2d4dd3d11cddccc.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-c82916b79ef06fd8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782025-10-10T23:37:31.444Z Compiling hyper-tls v0.6.0
29792025-10-10T23:37:31.469Z Running `/home/build/.rustup/toolchains/1.89.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=a09177c8936cfd90 -C extra-filename=-5d3d6c5d4993dbb6 --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-8201e5d6381aa56b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-62b1fa3ceea08f89.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d355f9bb376b4ab2.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29802025-10-10T23:37:31.848Z Compiling unicode-segmentation v1.12.0
29812025-10-10T23:37:31.873Z Running `/home/build/.rustup/toolchains/1.89.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=d30e9a145467759c -C extra-filename=-f5b7bd5f880a5855 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822025-10-10T23:37:31.906Z Compiling data-encoding v2.9.0
29832025-10-10T23:37:31.906Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=88a3c62308bae1c8 -C extra-filename=-c59178062ea1bb1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842025-10-10T23:37:31.962Z Compiling usdt-impl v0.5.0
29852025-10-10T23:37:31.988Z Running `/home/build/.rustup/toolchains/1.89.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=89b5afee2fddc02b -C extra-filename=-d2c79a1024e32865 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-d2c79a1024e32865 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862025-10-10T23:37:32.435Z Compiling winnow v0.5.40
29872025-10-10T23:37:32.477Z Running `/home/build/.rustup/toolchains/1.89.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=fcb7ddecb8b97f72 -C extra-filename=-0a5ffeb39ebd3bd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882025-10-10T23:37:32.536Z Compiling scroll v0.12.0
29892025-10-10T23:37:32.560Z Running `/home/build/.rustup/toolchains/1.89.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=741db2d9af94d49b -C extra-filename=-7ceef9fc6d7e47cf --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-7c946e1ddb1dc044.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902025-10-10T23:37:32.585Z Compiling tinyvec_macros v0.1.1
29912025-10-10T23:37:32.632Z Running `/home/build/.rustup/toolchains/1.89.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=568256c71714bebc -C extra-filename=-03a619711240237d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922025-10-10T23:37:32.657Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-d2c79a1024e32865/build-script-build`
29932025-10-10T23:37:32.695Z Compiling dtrace-parser v0.2.0
29942025-10-10T23:37:32.720Z Running `/home/build/.rustup/toolchains/1.89.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=ff974d7c22485429 -C extra-filename=-c42dc09e910b048d --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-6209a8e729feb361.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-74b119ad6b06ea95.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952025-10-10T23:37:32.787Z Compiling tinyvec v1.8.0
29962025-10-10T23:37:32.839Z Running `/home/build/.rustup/toolchains/1.89.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=f660a8dc8e69ce9c -C extra-filename=-03710643991b456a --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-03a619711240237d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972025-10-10T23:37:32.915Z Compiling signature v2.2.0
29982025-10-10T23:37:32.940Z Running `/home/build/.rustup/toolchains/1.89.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=5b4b320f1aaac7c7 -C extra-filename=-c28da7fdee23a7f0 --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-dd833add49a4eb53.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992025-10-10T23:37:33.144Z Compiling goblin v0.8.2
30002025-10-10T23:37:33.169Z Running `/home/build/.rustup/toolchains/1.89.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=39ee336bf16bb30c -C extra-filename=-35955ae0afdea24e --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-a76b93ce4f157850.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-0eacb8c74027fe38.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-7ceef9fc6d7e47cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012025-10-10T23:37:33.268Z Compiling thread-id v4.2.2
30022025-10-10T23:37:33.293Z Running `/home/build/.rustup/toolchains/1.89.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=9abac808138ef646 -C extra-filename=-d7c1bb546dc835f5 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032025-10-10T23:37:33.439Z Compiling quick-error v1.2.3
30042025-10-10T23:37:33.464Z Running `/home/build/.rustup/toolchains/1.89.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=9c31531af434be01 -C extra-filename=-453f29b9051794d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052025-10-10T23:37:33.513Z Compiling sha1 v0.10.6
30062025-10-10T23:37:33.538Z Running `/home/build/.rustup/toolchains/1.89.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=c1c3cece6645da9b -C extra-filename=-016c821dc9c10552 --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-16cff964c3cef883.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072025-10-10T23:37:33.661Z Compiling bit-vec v0.8.0
30082025-10-10T23:37:33.686Z Running `/home/build/.rustup/toolchains/1.89.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=515937574ee2aefd -C extra-filename=-fb5561a56dfb38a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092025-10-10T23:37:33.948Z Compiling tower-http v0.6.6
30102025-10-10T23:37:33.973Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=0830ea266baaa3bb -C extra-filename=-6a755492a7a48b12 --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-7144a639a7938e22.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-d2cec82b2a8d1dae.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-2e759bfdf4cf2210.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b746b8e964d625a6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112025-10-10T23:37:34.076Z Compiling bit-set v0.8.0
30122025-10-10T23:37:34.101Z Running `/home/build/.rustup/toolchains/1.89.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=813e2a2a439452e7 -C extra-filename=-319270cdaf0aa2af --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-fb5561a56dfb38a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132025-10-10T23:37:34.132Z Compiling num-integer v0.1.46
30142025-10-10T23:37:34.157Z Running `/home/build/.rustup/toolchains/1.89.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=1a0079fa9e64acb6 -C extra-filename=-6a2faba7b8751801 --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-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152025-10-10T23:37:34.403Z Compiling wait-timeout v0.2.0
30162025-10-10T23:37:34.440Z Running `/home/build/.rustup/toolchains/1.89.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=ab469b9935868865 -C extra-filename=-ce984a833f6ed118 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172025-10-10T23:37:34.472Z Compiling memmap v0.7.0
30182025-10-10T23:37:34.496Z Running `/home/build/.rustup/toolchains/1.89.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=75200bb1edc6856d -C extra-filename=-5569e9d229061c08 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192025-10-10T23:37:34.743Z Compiling crc32fast v1.4.2
30202025-10-10T23:37:34.768Z Running `/home/build/.rustup/toolchains/1.89.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=475d006ad05b370e -C extra-filename=-f5874dc4fb95babe --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-16cff964c3cef883.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212025-10-10T23:37:34.797Z Compiling heck v0.4.1
30222025-10-10T23:37:34.821Z Compiling static_assertions v1.1.0
30232025-10-10T23:37:34.821Z Running `/home/build/.rustup/toolchains/1.89.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=95e788d4efa9ccda -C extra-filename=-3e487195ce270b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242025-10-10T23:37:34.821Z Running `/home/build/.rustup/toolchains/1.89.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=c4642fae0d9a21ac -C extra-filename=-d80f7f1c30dea53d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252025-10-10T23:37:34.891Z Compiling toml_write v0.1.2
30262025-10-10T23:37:34.916Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e1fc5e2c409c12a6 -C extra-filename=-1ec0699d83ccb9f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272025-10-10T23:37:34.941Z Compiling oxnet v0.1.3
30282025-10-10T23:37:35.006Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-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="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std"))' -C metadata=e55b07c1a270803e -C extra-filename=-f36c95c1bf93e1c3 --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-ac0e33b2af33f733.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292025-10-10T23:37:35.033Z Compiling crossbeam-epoch v0.9.18
30302025-10-10T23:37:35.033Z Running `/home/build/.rustup/toolchains/1.89.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=07c5055f08d78b77 -C extra-filename=-c88024024eb262dd --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-275a97d56be8b68f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312025-10-10T23:37:35.134Z Compiling bstr v1.10.0
30322025-10-10T23:37:35.159Z Running `/home/build/.rustup/toolchains/1.89.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=54bad7c8cba336a5 -C extra-filename=-a7e888a5db0973b0 --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-10ab7de2df72a452.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332025-10-10T23:37:35.260Z Compiling toml_edit v0.22.27
30342025-10-10T23:37:35.285Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=711751f79d6c288a -C extra-filename=-dd434080040001a6 --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-66ab2a719fd02fc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25baccb07d74d8e7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-1ec0699d83ccb9f8.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352025-10-10T23:37:35.314Z Compiling toml_edit v0.19.15
30362025-10-10T23:37:35.339Z Running `/home/build/.rustup/toolchains/1.89.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=a7179e68dd2dac84 -C extra-filename=-f1c0a5d281faa8f1 --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-66ab2a719fd02fc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25baccb07d74d8e7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-0a5ffeb39ebd3bd8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372025-10-10T23:37:35.529Z Compiling itertools v0.13.0
30382025-10-10T23:37:35.553Z Running `/home/build/.rustup/toolchains/1.89.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=c60e9dfba675540e -C extra-filename=-6503b63ec2d4e4bb --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-c14636abdee91fd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392025-10-10T23:37:35.696Z Compiling base16ct v0.2.0
30402025-10-10T23:37:35.721Z Running `/home/build/.rustup/toolchains/1.89.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=ab7a2dc0e2fd820b -C extra-filename=-aacfd2cdccf68808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412025-10-10T23:37:35.758Z Compiling rusty-fork v0.3.0
30422025-10-10T23:37:35.758Z Running `/home/build/.rustup/toolchains/1.89.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=c71df78c10c21de1 -C extra-filename=-4de7a5311fe026ec --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-63bbafb28e7d7eb7.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-453f29b9051794d3.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-ce984a833f6ed118.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432025-10-10T23:37:36.067Z Compiling sec1 v0.7.3
30442025-10-10T23:37:36.092Z Running `/home/build/.rustup/toolchains/1.89.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=580fd7e6f8aa58d7 -C extra-filename=-0d1bdc8690659954 --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-aacfd2cdccf68808.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ca963994358ae4f8.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-012c98008c7e3a3a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452025-10-10T23:37:36.393Z Compiling rand_xorshift v0.4.0
30462025-10-10T23:37:36.418Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=fd73f2105887365e -C extra-filename=-5b0fcd20ae91f9d4 --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-3708ad563010fdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472025-10-10T23:37:36.479Z Compiling hubpack_derive v0.1.1
30482025-10-10T23:37:36.504Z Running `/home/build/.rustup/toolchains/1.89.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=8f5ca6fd232076c6 -C extra-filename=-ef3f254782d8e467 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492025-10-10T23:37:36.625Z Compiling ff v0.13.0
30502025-10-10T23:37:36.626Z Running `/home/build/.rustup/toolchains/1.89.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=c372015bdc530dd0 -C extra-filename=-15f45eb62b439b2b --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-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30512025-10-10T23:37:36.695Z Compiling unarray v0.1.4
30522025-10-10T23:37:36.719Z Running `/home/build/.rustup/toolchains/1.89.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=6a63ac17b3310fa1 -C extra-filename=-3b7ee61070cb59f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532025-10-10T23:37:36.878Z Compiling zlib-rs v0.5.1
30542025-10-10T23:37:36.903Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=eea97c1db7f64a0f -C extra-filename=-528db1321c20e151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552025-10-10T23:37:36.940Z Compiling proptest v1.7.0
30562025-10-10T23:37:36.965Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=5ee1bb3771d053c0 -C extra-filename=-2541dcd2e83056ae --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-319270cdaf0aa2af.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-fb5561a56dfb38a3.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7144a639a7938e22.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-deabff44a5f88e6e.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-5b0fcd20ae91f9d4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-4de7a5311fe026ec.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-3b7ee61070cb59f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572025-10-10T23:37:37.444Z Compiling hubpack v0.1.2
30582025-10-10T23:37:37.468Z Running `/home/build/.rustup/toolchains/1.89.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=dbc667a94c128ba3 -C extra-filename=-de4689c5e76b9dc8 --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-ef3f254782d8e467.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592025-10-10T23:37:37.909Z Compiling group v0.13.0
30602025-10-10T23:37:37.935Z Running `/home/build/.rustup/toolchains/1.89.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=46c8935a190986a8 -C extra-filename=-8ed3aee3cab2c1bd --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-15f45eb62b439b2b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612025-10-10T23:37:38.262Z Compiling dof v0.3.0
30622025-10-10T23:37:38.287Z Running `/home/build/.rustup/toolchains/1.89.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=eb2a644a10e6ea0a -C extra-filename=-ca696e34de2c9a15 --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-35955ae0afdea24e.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-43c6d02ec5fd8e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632025-10-10T23:37:38.313Z Compiling num-iter v0.1.45
30642025-10-10T23:37:38.313Z Running `/home/build/.rustup/toolchains/1.89.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=0b1bd3d333bbab8d -C extra-filename=-bafffdbacfab42ee --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-6a2faba7b8751801.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652025-10-10T23:37:38.548Z Compiling strum_macros v0.26.4
30662025-10-10T23:37:38.590Z Running `/home/build/.rustup/toolchains/1.89.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=a176871c3c394e24 -C extra-filename=-f68e2f29e8c314df --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672025-10-10T23:37:39.843Z Running `/home/build/.rustup/toolchains/1.89.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=c6b37f0bdf0b136e -C extra-filename=-aeff82b63d642e1a --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-bf80f7a3bae0a263.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-ca696e34de2c9a15.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-c42dc09e910b048d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d7c1bb546dc835f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
30682025-10-10T23:37:40.921Z Compiling hkdf v0.12.4
30692025-10-10T23:37:40.946Z Running `/home/build/.rustup/toolchains/1.89.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=249a68c385427ede -C extra-filename=-69baa2c54e121aad --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-3ed8f6f1308c27a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702025-10-10T23:37:41.032Z Compiling usdt-attr-macro v0.5.0
30712025-10-10T23:37:41.058Z Running `/home/build/.rustup/toolchains/1.89.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=e28762b100fc02ca -C extra-filename=-d1b32c84fec56fb3 --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-c42dc09e910b048d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-aeff82b63d642e1a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722025-10-10T23:37:41.142Z Compiling usdt-macro v0.5.0
30732025-10-10T23:37:41.168Z Running `/home/build/.rustup/toolchains/1.89.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=f0b91997af534e7a -C extra-filename=-243c4340dd6717e8 --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-c42dc09e910b048d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-aeff82b63d642e1a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742025-10-10T23:37:41.217Z Compiling crypto-bigint v0.5.5
30752025-10-10T23:37:41.242Z Running `/home/build/.rustup/toolchains/1.89.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=a55c3c1975887deb -C extra-filename=-99211008e4380a32 --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-ca70b95d6d1b1738.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762025-10-10T23:37:41.267Z Compiling bzip2-sys v0.1.13+1.0.8
30772025-10-10T23:37:41.267Z Running `/home/build/.rustup/toolchains/1.89.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=e3777d36e520f7d9 -C extra-filename=-140d190c0552dc1a --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-140d190c0552dc1a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782025-10-10T23:37:41.898Z Compiling bitflags v1.3.2
30792025-10-10T23:37:41.923Z Running `/home/build/.rustup/toolchains/1.89.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=e7052e611dd84e5c -C extra-filename=-19d9f1304dcf7a40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802025-10-10T23:37:42.067Z Compiling num-bigint-dig v0.8.4
30812025-10-10T23:37:42.092Z Running `/home/build/.rustup/toolchains/1.89.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=6f0cc2c97c758dc5 -C extra-filename=-7513e1dcd1e25e71 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7513e1dcd1e25e71 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822025-10-10T23:37:42.427Z Compiling libz-rs-sys v0.5.1
30832025-10-10T23:37:42.452Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-rs-sys-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "testing-prefix"))' -C metadata=3a3ee9b536f4360d -C extra-filename=-51603ca441e24a6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-528db1321c20e151.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842025-10-10T23:37:42.495Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7513e1dcd1e25e71/build-script-build`
30852025-10-10T23:37:42.556Z Compiling strum v0.26.3
30862025-10-10T23:37:42.581Z Running `/home/build/.rustup/toolchains/1.89.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=98a650ca644b7fa3 -C extra-filename=-cfebc5ded3343cd5 --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-f68e2f29e8c314df.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872025-10-10T23:37:42.802Z Compiling flate2 v1.1.2
30882025-10-10T23:37:42.826Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="libz-rs-sys"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=27aa5aca5c1b6759 -C extra-filename=-d209c809433ee866 --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-f5874dc4fb95babe.rmeta --extern libz_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_rs_sys-51603ca441e24a6e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-db8244135795438c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892025-10-10T23:37:42.860Z Compiling usdt v0.5.0
30902025-10-10T23:37:42.860Z Compiling derive_builder_core v0.20.2
30912025-10-10T23:37:42.885Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-140d190c0552dc1a/build-script-build`
30922025-10-10T23:37:42.910Z Running `/home/build/.rustup/toolchains/1.89.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=de3adb561a073f1c -C extra-filename=-0eeb1d429a14c024 --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-ca696e34de2c9a15.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-c42dc09e910b048d.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-35955ae0afdea24e.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-5569e9d229061c08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-d1b32c84fec56fb3.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-aeff82b63d642e1a.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-243c4340dd6717e8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932025-10-10T23:37:42.910Z Running `/home/build/.rustup/toolchains/1.89.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=e6e48bd6701424a3 -C extra-filename=-4d7f46d9a2ca7122 --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-ce6e58e5ff4469d9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942025-10-10T23:37:43.082Z Compiling signal-hook v0.3.18
30952025-10-10T23:37:43.107Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=5a6c5c62d7b1fa81 -C extra-filename=-bf189bdabde3d1fd --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-bf189bdabde3d1fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962025-10-10T23:37:43.447Z Compiling siphasher v0.3.11
30972025-10-10T23:37:43.472Z Running `/home/build/.rustup/toolchains/1.89.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=488507e02d2cae33 -C extra-filename=-c63d5bd1d7f5d518 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982025-10-10T23:37:43.511Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-bf189bdabde3d1fd/build-script-build`
30992025-10-10T23:37:43.571Z Running `/home/build/.rustup/toolchains/1.89.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=f45630c9ef0a4cc0 -C extra-filename=-15a1709ce7c5fdbd --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-bf80f7a3bae0a263.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-e6b4b2826539f8a4.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
31002025-10-10T23:37:43.685Z Compiling newtype-uuid v1.3.1
31012025-10-10T23:37:43.710Z Running `/home/build/.rustup/toolchains/1.89.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="proptest1"' --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", "v7"))' -C metadata=c3573422bbb51dda -C extra-filename=-fa33fc3fea407a3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022025-10-10T23:37:43.847Z Compiling phf_shared v0.11.2
31032025-10-10T23:37:43.872Z Running `/home/build/.rustup/toolchains/1.89.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=82c9a798c6b63e4c -C extra-filename=-995525dbff172137 --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-c63d5bd1d7f5d518.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042025-10-10T23:37:44.235Z Compiling elliptic-curve v0.13.8
31052025-10-10T23:37:44.260Z Running `/home/build/.rustup/toolchains/1.89.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=3a8ebb7609089528 -C extra-filename=-27efb91a483473e9 --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-aacfd2cdccf68808.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-99211008e4380a32.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-012c98008c7e3a3a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0d1bdc8690659954.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062025-10-10T23:37:44.306Z Running `/home/build/.rustup/toolchains/1.89.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=cf1f348a539e70fc -C extra-filename=-419b5672dfb3001f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -l static=bz2`
31072025-10-10T23:37:44.356Z Compiling pkcs1 v0.7.5
31082025-10-10T23:37:44.406Z Running `/home/build/.rustup/toolchains/1.89.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=d49f2dcde255f058 -C extra-filename=-788280566d835877 --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-ca963994358ae4f8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-012c98008c7e3a3a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c649c2f9da1ef23c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092025-10-10T23:37:44.501Z Compiling curve25519-dalek v4.1.3
31102025-10-10T23:37:44.526Z Running `/home/build/.rustup/toolchains/1.89.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=8aa58d88f4675e8b -C extra-filename=-344b6a843869a8b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-344b6a843869a8b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74fdf0da897ddd52.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112025-10-10T23:37:44.749Z Compiling derive_builder_macro v0.20.2
31122025-10-10T23:37:44.774Z Running `/home/build/.rustup/toolchains/1.89.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=84e0b79839f8f808 -C extra-filename=-179e22c336c21378 --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-4d7f46d9a2ca7122.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132025-10-10T23:37:45.025Z Compiling daft-derive v0.1.4
31142025-10-10T23:37:45.050Z Running `/home/build/.rustup/toolchains/1.89.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.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d63399cb5a35ea76 -C extra-filename=-7e4744120586f9d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152025-10-10T23:37:45.172Z Compiling zstd-sys v2.0.14+zstd.1.5.7
31162025-10-10T23:37:45.199Z Running `/home/build/.rustup/toolchains/1.89.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=db26802b7c107515 -C extra-filename=-cc1fcfba95a6838e --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-cc1fcfba95a6838e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172025-10-10T23:37:45.232Z Compiling ahash v0.8.12
31182025-10-10T23:37:45.232Z Running `/home/build/.rustup/toolchains/1.89.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.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="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=44afe75ba6040fb1 -C extra-filename=-87eef102032f11e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-87eef102032f11e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192025-10-10T23:37:45.625Z Compiling memoffset v0.9.1
31202025-10-10T23:37:45.650Z Running `/home/build/.rustup/toolchains/1.89.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=340c72c8ea5faf2f -C extra-filename=-ea22ddc9a7b22f8e --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-ea22ddc9a7b22f8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212025-10-10T23:37:45.736Z Compiling cfg_aliases v0.2.1
31222025-10-10T23:37:45.761Z Running `/home/build/.rustup/toolchains/1.89.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=e602750bef1c5b06 -C extra-filename=-8f850c6f660b5d8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232025-10-10T23:37:45.890Z Compiling rsa v0.9.6
31242025-10-10T23:37:45.923Z Running `/home/build/.rustup/toolchains/1.89.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=647130d91d73bcf7 -C extra-filename=-3f4a1ef14aef24a3 --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-cabc6642a8d55355.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-15a1709ce7c5fdbd.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-788280566d835877.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-012c98008c7e3a3a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-c28da7fdee23a7f0.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c649c2f9da1ef23c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252025-10-10T23:37:45.968Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-cc1fcfba95a6838e/build-script-build`
31262025-10-10T23:37:46.022Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-ea22ddc9a7b22f8e/build-script-build`
31272025-10-10T23:37:46.224Z Compiling derive_builder v0.20.2
31282025-10-10T23:37:46.249Z Running `/home/build/.rustup/toolchains/1.89.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=493cd84f6be7184f -C extra-filename=-09755bbc107d887e --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-179e22c336c21378.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292025-10-10T23:37:46.249Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-87eef102032f11e3/build-script-build`
31302025-10-10T23:37:46.375Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-344b6a843869a8b9/build-script-build`
31312025-10-10T23:37:46.465Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=d669360a44dd5ffb -C extra-filename=-fb63114deac9d891 --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-784c297e68e85669.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-984a8d27e5d119e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322025-10-10T23:37:46.530Z Compiling toml v0.7.8
31332025-10-10T23:37:46.554Z Running `/home/build/.rustup/toolchains/1.89.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=c9cd844190210486 -C extra-filename=-a6ab5f73334774d9 --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-a24067305a22db88.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25baccb07d74d8e7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f1c0a5d281faa8f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342025-10-10T23:37:46.580Z Compiling daft v0.1.4
31352025-10-10T23:37:46.605Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-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 --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=28fdd195139ebccf -C extra-filename=-ff6a5a790b8a0d3a --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-7e4744120586f9d5.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362025-10-10T23:37:47.158Z Compiling unicode-normalization v0.1.24
31372025-10-10T23:37:47.183Z Running `/home/build/.rustup/toolchains/1.89.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=aecf2a674f17d28a -C extra-filename=-dc505b20a443036a --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-03710643991b456a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382025-10-10T23:37:47.261Z Compiling vergen-lib v0.1.6
31392025-10-10T23:37:47.286Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-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="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=b8d31ede9f9ec8bd -C extra-filename=-ae3318210b797f06 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-ae3318210b797f06 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402025-10-10T23:37:47.635Z Compiling rfc6979 v0.4.0
31412025-10-10T23:37:47.662Z Running `/home/build/.rustup/toolchains/1.89.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=e191d667f84a185f -C extra-filename=-9dde397b16046940 --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-3ed8f6f1308c27a5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422025-10-10T23:37:47.903Z Compiling scroll_derive v0.13.1
31432025-10-10T23:37:47.928Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6276977c7467fab2 -C extra-filename=-7e59e3abce3b2aa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442025-10-10T23:37:47.964Z Compiling enum-as-inner v0.6.1
31452025-10-10T23:37:47.964Z Running `/home/build/.rustup/toolchains/1.89.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=fc6cda5d554bb61c -C extra-filename=-a01caf054e94e1ca --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462025-10-10T23:37:48.100Z Compiling curve25519-dalek-derive v0.1.1
31472025-10-10T23:37:48.125Z Running `/home/build/.rustup/toolchains/1.89.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=48873dc533c1eb81 -C extra-filename=-46edf75964f56b16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482025-10-10T23:37:49.016Z Compiling env_filter v0.1.2
31492025-10-10T23:37:49.042Z Running `/home/build/.rustup/toolchains/1.89.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=373a4fc014fac84e -C extra-filename=-ab3c4135120fc155 --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-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502025-10-10T23:37:49.520Z Compiling managed v0.8.0
31512025-10-10T23:37:49.545Z Running `/home/build/.rustup/toolchains/1.89.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=58081074e18a3b9f -C extra-filename=-5d31aa9cbc163b3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522025-10-10T23:37:49.569Z Compiling scroll v0.13.0
31532025-10-10T23:37:49.569Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-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="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=c92c8de79f979579 -C extra-filename=-730f47aa18b37310 --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-7e59e3abce3b2aa7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542025-10-10T23:37:49.629Z Running `/home/build/.rustup/toolchains/1.89.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=c11a70eb3b1cdf08 -C extra-filename=-6a74b7a80d29c515 --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-16cff964c3cef883.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-46edf75964f56b16.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
31552025-10-10T23:37:49.956Z Compiling env_logger v0.11.5
31562025-10-10T23:37:49.980Z Running `/home/build/.rustup/toolchains/1.89.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' --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=fd195175b8317c61 -C extra-filename=-020a72a980be986e --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-52aa35257e1956c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ca4ebf2465e25529.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-ab3c4135120fc155.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572025-10-10T23:37:50.115Z Compiling ecdsa v0.16.9
31582025-10-10T23:37:50.140Z Running `/home/build/.rustup/toolchains/1.89.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=56b70b7a6f7119a6 -C extra-filename=-b87fd6613cc2fc15 --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-ca963994358ae4f8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-9dde397b16046940.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-c28da7fdee23a7f0.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c649c2f9da1ef23c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592025-10-10T23:37:50.629Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-ae3318210b797f06/build-script-build`
31602025-10-10T23:37:50.688Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.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="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=25e965614b564117 -C extra-filename=-c9c66229a77eff07 --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-16cff964c3cef883.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg folded_multiply --check-cfg 'cfg(specialize)' --check-cfg 'cfg(folded_multiply)'`
31612025-10-10T23:37:50.869Z Running `/home/build/.rustup/toolchains/1.89.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=6c35032e71bcf6d1 -C extra-filename=-d5752e9542c7786d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of`
31622025-10-10T23:37:51.032Z Compiling x509-cert v0.2.5
31632025-10-10T23:37:51.057Z Running `/home/build/.rustup/toolchains/1.89.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=0945193b42467b20 -C extra-filename=-84d8e4aadb0c95af --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-cabc6642a8d55355.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ca963994358ae4f8.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c649c2f9da1ef23c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642025-10-10T23:37:51.147Z Compiling vergen v9.0.6
31652025-10-10T23:37:51.172Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.0.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="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=3e31e3df21f34d62 -C extra-filename=-e5b4bd07f44956b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-e5b4bd07f44956b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662025-10-10T23:37:51.510Z Compiling cargo-platform v0.1.8
31672025-10-10T23:37:51.535Z Running `/home/build/.rustup/toolchains/1.89.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=ec2506d44bd50cc1 -C extra-filename=-0743b567509730cf --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682025-10-10T23:37:52.001Z Compiling itertools v0.10.5
31692025-10-10T23:37:52.033Z Running `/home/build/.rustup/toolchains/1.89.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=61026732881b71ef -C extra-filename=-5488270ca8c700f6 --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-c14636abdee91fd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702025-10-10T23:37:52.076Z Compiling zstd-safe v7.2.3
31712025-10-10T23:37:52.101Z Running `/home/build/.rustup/toolchains/1.89.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=b9134b92da6d42ba -C extra-filename=-6aaa399c4144b6dd --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-6aaa399c4144b6dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722025-10-10T23:37:52.460Z Compiling ref-cast v1.0.24
31732025-10-10T23:37:52.486Z Running `/home/build/.rustup/toolchains/1.89.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=897edf4f891cb65d -C extra-filename=-095f7d3538758de5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-095f7d3538758de5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742025-10-10T23:37:53.019Z Compiling fixedbitset v0.4.2
31752025-10-10T23:37:53.044Z Running `/home/build/.rustup/toolchains/1.89.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=f3f49ce9195b7690 -C extra-filename=-3db4472df5c1eb6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762025-10-10T23:37:53.437Z Compiling precomputed-hash v0.1.1
31772025-10-10T23:37:53.462Z Running `/home/build/.rustup/toolchains/1.89.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=432d21c7d88ae61f -C extra-filename=-5dfb3936adcd79b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782025-10-10T23:37:53.590Z Compiling new_debug_unreachable v1.0.6
31792025-10-10T23:37:53.615Z Running `/home/build/.rustup/toolchains/1.89.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=7caf0f189faa47cf -C extra-filename=-816a94d8ec2a15b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802025-10-10T23:37:53.730Z Compiling string_cache v0.8.9
31812025-10-10T23:37:53.755Z Running `/home/build/.rustup/toolchains/1.89.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=44026e40ea1ea2fc -C extra-filename=-e99e30938fe6c72b --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-816a94d8ec2a15b2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-5dfb3936adcd79b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822025-10-10T23:37:54.166Z Compiling petgraph v0.6.5
31832025-10-10T23:37:54.191Z Running `/home/build/.rustup/toolchains/1.89.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=c003d2f4196c0190 -C extra-filename=-ced34b824d457562 --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-3db4472df5c1eb6a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842025-10-10T23:37:54.215Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-095f7d3538758de5/build-script-build`
31852025-10-10T23:37:54.312Z Compiling cargo_metadata v0.19.2
31862025-10-10T23:37:54.350Z Running `/home/build/.rustup/toolchains/1.89.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=f126afd4f7651e5a -C extra-filename=-8e89388e07e61cfc --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-dfc32f0a21b07f91.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-0743b567509730cf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872025-10-10T23:37:54.483Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-e5b4bd07f44956b2/build-script-build`
31882025-10-10T23:37:54.548Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-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="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=184bde5113e25a53 -C extra-filename=-d158c5bf7c8a038b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-09755bbc107d887e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
31892025-10-10T23:37:54.609Z Compiling goblin v0.10.2
31902025-10-10T23:37:54.634Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-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="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"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=82af73ef0053f876 -C extra-filename=-78f75aca8f03149a --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-a76b93ce4f157850.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-0eacb8c74027fe38.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-730f47aa18b37310.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912025-10-10T23:37:55.271Z Compiling signal-hook-mio v0.2.4
31922025-10-10T23:37:55.296Z Running `/home/build/.rustup/toolchains/1.89.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=5fd82d885b82001c -C extra-filename=-026de9f27adc9304 --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-784c297e68e85669.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932025-10-10T23:37:55.452Z Compiling ed25519 v2.2.3
31942025-10-10T23:37:55.477Z Running `/home/build/.rustup/toolchains/1.89.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=96fe94a1d625a0ce -C extra-filename=-df186549d1c386b1 --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-012c98008c7e3a3a.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-c28da7fdee23a7f0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952025-10-10T23:37:55.501Z Compiling ref-cast-impl v1.0.24
31962025-10-10T23:37:55.501Z Running `/home/build/.rustup/toolchains/1.89.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=f58ec96f574d794a -C extra-filename=-675544482824abc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972025-10-10T23:37:56.619Z Compiling usdt-impl v0.6.0
31982025-10-10T23:37:56.619Z Running `/home/build/.rustup/toolchains/1.89.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.6.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="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=fa37a8f908b445a6 -C extra-filename=-7b51e2927a176bd7 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-7b51e2927a176bd7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992025-10-10T23:37:57.045Z Compiling rustc-hash v2.1.1
32002025-10-10T23:37:57.070Z Running `/home/build/.rustup/toolchains/1.89.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=c6a68ff97c3d1b4e -C extra-filename=-2cd3428be69f273e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012025-10-10T23:37:57.095Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-7b51e2927a176bd7/build-script-build`
32022025-10-10T23:37:57.151Z Running `/home/build/.rustup/toolchains/1.89.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=1b700f76e606b8e6 -C extra-filename=-c4ba53650d311ea1 --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-675544482824abc1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
32032025-10-10T23:37:57.237Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.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 --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=8a1418eb8821fa9f -C extra-filename=-485634054e9a73f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8e89388e07e61cfc.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-09755bbc107d887e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74fdf0da897ddd52.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-d158c5bf7c8a038b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
32042025-10-10T23:37:57.270Z Compiling ed25519-dalek v2.1.1
32052025-10-10T23:37:57.295Z Running `/home/build/.rustup/toolchains/1.89.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=4b27244a96e6b32c -C extra-filename=-2da796a22f582014 --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-6a74b7a80d29c515.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-df186549d1c386b1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-c28da7fdee23a7f0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062025-10-10T23:37:57.346Z Compiling bzip2 v0.4.4
32072025-10-10T23:37:57.371Z Compiling dtrace-parser v0.3.0
32082025-10-10T23:37:57.371Z Running `/home/build/.rustup/toolchains/1.89.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=97615d852a878075 -C extra-filename=-29bd02bc412fa75c --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-419b5672dfb3001f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib`
32092025-10-10T23:37:57.405Z Running `/home/build/.rustup/toolchains/1.89.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.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=38f5be1b66306da4 -C extra-filename=-3a1bb4c15cea19f4 --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-6209a8e729feb361.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-74b119ad6b06ea95.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102025-10-10T23:37:57.744Z Compiling heapless v0.7.17
32112025-10-10T23:37:57.797Z Running `/home/build/.rustup/toolchains/1.89.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=3694dfbc7e0b8619 -C extra-filename=-3732840095c6f34a --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-3732840095c6f34a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74fdf0da897ddd52.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122025-10-10T23:37:57.821Z Running `/home/build/.rustup/toolchains/1.89.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=86d8aefb73dfd180 -C extra-filename=-b05b295aee267549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -l static=zstd`
32132025-10-10T23:37:57.994Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-6aaa399c4144b6dd/build-script-build`
32142025-10-10T23:37:58.055Z Running `/home/build/.rustup/toolchains/1.89.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=cbbd183b4a9a226c -C extra-filename=-6d9eb527474d9fc2 --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-b05b295aee267549.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out`
32152025-10-10T23:37:58.104Z Compiling thread-id v5.0.0
32162025-10-10T23:37:58.128Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.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=1d7d4ed5490ff0f5 -C extra-filename=-66616b330f0155ec --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172025-10-10T23:37:58.255Z Compiling lalrpop-util v0.19.12
32182025-10-10T23:37:58.280Z Running `/home/build/.rustup/toolchains/1.89.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=3718eb7a65df06d6 -C extra-filename=-eb27b949f6068efc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192025-10-10T23:37:58.305Z Compiling bumpalo v3.16.0
32202025-10-10T23:37:58.305Z Running `/home/build/.rustup/toolchains/1.89.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=39d24e8a0febc7d1 -C extra-filename=-415061d6043f2a56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32212025-10-10T23:37:58.472Z Compiling simd-adler32 v0.3.7
32222025-10-10T23:37:58.497Z Running `/home/build/.rustup/toolchains/1.89.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=8e6887d9380b8ecf -C extra-filename=-17acd9a2a04ced74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232025-10-10T23:37:58.524Z Compiling lockfree-object-pool v0.1.6
32242025-10-10T23:37:58.577Z Running `/home/build/.rustup/toolchains/1.89.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=10b263e79f04793f -C extra-filename=-07015c5da4647011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252025-10-10T23:37:58.612Z Compiling zstd v0.13.3
32262025-10-10T23:37:58.636Z Running `/home/build/.rustup/toolchains/1.89.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=72043f9537b97268 -C extra-filename=-60fa9722f52927b4 --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-6d9eb527474d9fc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out`
32272025-10-10T23:37:58.686Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-3732840095c6f34a/build-script-build`
32282025-10-10T23:37:58.755Z Compiling zip v0.6.6
32292025-10-10T23:37:58.780Z Running `/home/build/.rustup/toolchains/1.89.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=ba5f92e581965c67 -C extra-filename=-fc0c4b0c5510b8d5 --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-bf80f7a3bae0a263.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-29bd02bc412fa75c.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-f5874dc4fb95babe.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib`
32302025-10-10T23:37:58.805Z Compiling crossterm v0.28.1
32312025-10-10T23:37:58.805Z Running `/home/build/.rustup/toolchains/1.89.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=834bbd60a4801f9a -C extra-filename=-6a9e9c3b838c62a2 --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-7144a639a7938e22.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-026de9f27adc9304.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322025-10-10T23:37:58.849Z Compiling nix v0.29.0
32332025-10-10T23:37:58.874Z Running `/home/build/.rustup/toolchains/1.89.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=69a1cb14b62ad7fb -C extra-filename=-fce9b9a8a33170e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-fce9b9a8a33170e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-8f850c6f660b5d8b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342025-10-10T23:37:59.017Z Compiling zopfli v0.8.1
32352025-10-10T23:37:59.042Z Running `/home/build/.rustup/toolchains/1.89.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=46f202105b9bd291 -C extra-filename=-2188832c99fa42db --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-415061d6043f2a56.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-f5874dc4fb95babe.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-07015c5da4647011.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-17acd9a2a04ced74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362025-10-10T23:37:59.082Z Compiling bzip2 v0.5.2
32372025-10-10T23:37:59.107Z Running `/home/build/.rustup/toolchains/1.89.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=ac7194f2b2943519 -C extra-filename=-deed40fa53ac3696 --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-419b5672dfb3001f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib`
32382025-10-10T23:37:59.143Z Compiling hash32 v0.2.1
32392025-10-10T23:37:59.168Z Running `/home/build/.rustup/toolchains/1.89.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=69ee26cea9fce742 -C extra-filename=-c0d53f898bd0d4a0 --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-bf80f7a3bae0a263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402025-10-10T23:37:59.493Z Compiling socket2 v0.5.10
32412025-10-10T23:37:59.518Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=12b679e1b8077ccc -C extra-filename=-16d50aea078713d7 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422025-10-10T23:37:59.550Z Compiling fs-err v3.1.1
32432025-10-10T23:37:59.551Z Running `/home/build/.rustup/toolchains/1.89.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=2ddb1c37fa6665a7 -C extra-filename=-9579909f77e3db42 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-9579909f77e3db42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442025-10-10T23:37:59.641Z Compiling winnow v0.6.26
32452025-10-10T23:37:59.666Z Running `/home/build/.rustup/toolchains/1.89.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=5f93ef09f1becdbf -C extra-filename=-5545e8a854ee9211 --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-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462025-10-10T23:37:59.870Z Compiling unicode-properties v0.1.3
32472025-10-10T23:37:59.894Z Running `/home/build/.rustup/toolchains/1.89.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=2faa5ef276403a43 -C extra-filename=-071202954a82aaf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482025-10-10T23:37:59.940Z Compiling unicode-bidi v0.3.17
32492025-10-10T23:37:59.967Z Running `/home/build/.rustup/toolchains/1.89.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=ba9dc84d6e780c17 -C extra-filename=-8abe230166d652b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502025-10-10T23:38:00.263Z Compiling predicates-core v1.0.8
32512025-10-10T23:38:00.288Z Running `/home/build/.rustup/toolchains/1.89.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=e8958cd25d7a5d46 -C extra-filename=-162d642102c61a67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522025-10-10T23:38:00.326Z Compiling buf-list v1.0.3
32532025-10-10T23:38:00.378Z Running `/home/build/.rustup/toolchains/1.89.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=9aada139709ed330 -C extra-filename=-9ca45a283b1ab058 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-9ca45a283b1ab058 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542025-10-10T23:38:00.403Z Compiling smoltcp v0.9.1
32552025-10-10T23:38:00.403Z Running `/home/build/.rustup/toolchains/1.89.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=58a5442009a79950 -C extra-filename=-fc27d607982d330c --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-fc27d607982d330c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562025-10-10T23:38:00.597Z Compiling stringprep v0.1.5
32572025-10-10T23:38:00.622Z Running `/home/build/.rustup/toolchains/1.89.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=bad47256a98a1e49 -C extra-filename=-93ba6372f36d5b53 --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-8abe230166d652b2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-dc505b20a443036a.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-071202954a82aaf3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582025-10-10T23:38:00.941Z Compiling dof v0.4.0
32592025-10-10T23:38:00.966Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-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="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=5c2b47d4108dfc00 -C extra-filename=-d8996dd468609515 --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-78f75aca8f03149a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602025-10-10T23:38:00.997Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-9ca45a283b1ab058/build-script-build`
32612025-10-10T23:38:01.040Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-fc27d607982d330c/build-script-build`
32622025-10-10T23:38:01.106Z Compiling zip v4.2.0
32632025-10-10T23:38:01.106Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-9579909f77e3db42/build-script-build`
32642025-10-10T23:38:01.132Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "nt-time", "pbkdf2", "sha1", "time", "unreserved", "xz", "zeroize", "zstd"))' -C metadata=56c57c5bb7bcf9b9 -C extra-filename=-98faf3fd0280a907 --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-deed40fa53ac3696.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-f5874dc4fb95babe.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-2188832c99fa42db.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-60fa9722f52927b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out`
32652025-10-10T23:38:01.299Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-fce9b9a8a33170e9/build-script-build`
32662025-10-10T23:38:01.360Z Running `/home/build/.rustup/toolchains/1.89.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=86447c6c619f56a3 -C extra-filename=-0a8768e5bd21ebfe --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-c0d53f898bd0d4a0.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-45a66a1c23392a23.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
32672025-10-10T23:38:01.487Z Compiling hickory-proto v0.25.2
32682025-10-10T23:38:01.512Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=46ba83ba52dab505 -C extra-filename=-3bf07c002fc086f9 --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-68617f900d2f7ac8.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a01caf054e94e1ca.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-03710643991b456a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692025-10-10T23:38:01.544Z Compiling similar v2.7.0
32702025-10-10T23:38:01.619Z Running `/home/build/.rustup/toolchains/1.89.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=5f15739809d23c5b -C extra-filename=-0aabb5f2c70f4cd7 --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-a7e888a5db0973b0.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f5b7bd5f880a5855.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712025-10-10T23:38:02.310Z Running `/home/build/.rustup/toolchains/1.89.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.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="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=517c374beabc4f57 -C extra-filename=-7220c3a5a067b5b7 --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-bf80f7a3bae0a263.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-d8996dd468609515.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-3a1bb4c15cea19f4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-66616b330f0155ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
32722025-10-10T23:38:02.603Z Compiling tokio-stream v0.1.17
32732025-10-10T23:38:02.628Z Running `/home/build/.rustup/toolchains/1.89.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=4b3140ec104d00fd -C extra-filename=-0a90a148199ffaf1 --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-a7543549df8e10d9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742025-10-10T23:38:02.999Z Compiling md-5 v0.10.6
32752025-10-10T23:38:03.024Z Running `/home/build/.rustup/toolchains/1.89.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=e28d1d2078453f46 -C extra-filename=-7da4188e7b323330 --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-16cff964c3cef883.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762025-10-10T23:38:03.181Z Compiling strum_macros v0.27.2
32772025-10-10T23:38:03.206Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.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=8011c3e5ba3bdf53 -C extra-filename=-ebe89a43834d0d18 --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782025-10-10T23:38:03.347Z Compiling float-cmp v0.10.0
32792025-10-10T23:38:03.371Z Running `/home/build/.rustup/toolchains/1.89.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=568304e8516dddb2 -C extra-filename=-480a19a03f9424e0 --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-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802025-10-10T23:38:03.396Z Compiling difflib v0.4.0
32812025-10-10T23:38:03.447Z Running `/home/build/.rustup/toolchains/1.89.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=1f3c3228a14ea7c6 -C extra-filename=-269ba055452ab1d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822025-10-10T23:38:03.611Z Compiling fallible-iterator v0.2.0
32832025-10-10T23:38:03.636Z Running `/home/build/.rustup/toolchains/1.89.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=d80ac2c3c06ebb0f -C extra-filename=-bd16cd33a9e75393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842025-10-10T23:38:03.663Z Compiling normalize-line-endings v0.3.0
32852025-10-10T23:38:03.663Z Running `/home/build/.rustup/toolchains/1.89.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=cc8f368fa958e611 -C extra-filename=-7523ab119365af5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862025-10-10T23:38:03.748Z Running `/home/build/.rustup/toolchains/1.89.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=83fb40a69a443e23 -C extra-filename=-52e655c27579c277 --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-19d9f1304dcf7a40.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-0a8768e5bd21ebfe.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872025-10-10T23:38:03.876Z Running `/home/build/.rustup/toolchains/1.89.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=1d9f742e05f00eb2 -C extra-filename=-94db4f1121da23c1 --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-7144a639a7938e22.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-d5752e9542c7786d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
32882025-10-10T23:38:04.061Z Compiling predicates v3.1.3
32892025-10-10T23:38:04.086Z Running `/home/build/.rustup/toolchains/1.89.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=079a8d9a6f7edb3b -C extra-filename=-e744abd8b59b756e --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-ca4ebf2465e25529.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-269ba055452ab1d5.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-480a19a03f9424e0.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-7523ab119365af5b.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-162d642102c61a67.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902025-10-10T23:38:04.323Z Compiling postgres-protocol v0.6.8
32912025-10-10T23:38:04.348Z Running `/home/build/.rustup/toolchains/1.89.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=0486a61115f85d06 -C extra-filename=-17ac122a88dc716e --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-43fec2c760c1f6ef.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bd16cd33a9e75393.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-7da4188e7b323330.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-93ba6372f36d5b53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922025-10-10T23:38:04.609Z Running `/home/build/.rustup/toolchains/1.89.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=87f76b9cbf43101c -C extra-filename=-4c3be55fb0538dce --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-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
32932025-10-10T23:38:05.406Z Running `/home/build/.rustup/toolchains/1.89.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=90082fc9c3bc151d -C extra-filename=-8aec256c3fd3d08f --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-8201e5d6381aa56b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
32942025-10-10T23:38:05.456Z Compiling serde-big-array v0.5.1
32952025-10-10T23:38:05.481Z Compiling serde_repr v0.1.19
32962025-10-10T23:38:05.481Z Running `/home/build/.rustup/toolchains/1.89.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=b017e9c6a9174aa5 -C extra-filename=-daf6ed13804d9959 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972025-10-10T23:38:05.481Z Running `/home/build/.rustup/toolchains/1.89.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=24a704e5fa6887ee -C extra-filename=-0709a6e93a0f46c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982025-10-10T23:38:05.548Z Compiling foldhash v0.2.0
32992025-10-10T23:38:05.602Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-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("default", "nightly", "std"))' -C metadata=9c8e8955a025593f -C extra-filename=-81acbfc592a43462 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002025-10-10T23:38:05.710Z Compiling peg-runtime v0.8.5
33012025-10-10T23:38:05.734Z Running `/home/build/.rustup/toolchains/1.89.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=fac086a89034af43 -C extra-filename=-5ed192293457b111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022025-10-10T23:38:05.759Z Compiling postgres-types v0.2.9
33032025-10-10T23:38:05.760Z Running `/home/build/.rustup/toolchains/1.89.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=9a36fc1fde9fede9 -C extra-filename=-9216ee19421e8437 --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-8201e5d6381aa56b.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bd16cd33a9e75393.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-17ac122a88dc716e.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042025-10-10T23:38:05.929Z Compiling iddqd v0.3.13
33052025-10-10T23:38:05.955Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="proptest"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=769c7363812c7bfc -C extra-filename=-964f37db051ab742 --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-5f468c981a16e35e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-233a566562667d8f.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-81acbfc592a43462.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062025-10-10T23:38:05.990Z Compiling phf v0.11.2
33072025-10-10T23:38:06.021Z Running `/home/build/.rustup/toolchains/1.89.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=331fbe64db0a37c1 -C extra-filename=-70469471363c5a40 --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-995525dbff172137.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082025-10-10T23:38:06.285Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
33092025-10-10T23:38:06.310Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6bd2660/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"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "serde"))' -C metadata=3638ab47e33f0a80 -C extra-filename=-b85936bd4dfa5b64 --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-a24067305a22db88.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102025-10-10T23:38:06.334Z Compiling whoami v1.5.2
33112025-10-10T23:38:06.334Z Running `/home/build/.rustup/toolchains/1.89.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=e07f7f25653ea8d4 -C extra-filename=-736b5d70430ffdf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122025-10-10T23:38:06.619Z Compiling futures-executor v0.3.31
33132025-10-10T23:38:06.619Z Running `/home/build/.rustup/toolchains/1.89.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=35bed7d680641888 -C extra-filename=-5a88e07fbf429e04 --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-a7543549df8e10d9.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142025-10-10T23:38:06.700Z Compiling tokio-postgres v0.7.13
33152025-10-10T23:38:06.725Z Running `/home/build/.rustup/toolchains/1.89.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=a48b6ddaf2b0faaf -C extra-filename=-4acd45e355d937bd --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-68617f900d2f7ac8.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bd16cd33a9e75393.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-70469471363c5a40.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-17ac122a88dc716e.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-9216ee19421e8437.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162025-10-10T23:38:06.860Z Compiling regress v0.10.4
33172025-10-10T23:38:06.898Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=d906e97e5d602578 -C extra-filename=-2248be97cff2d9d9 --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-d1c2964a6d83ae33.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182025-10-10T23:38:06.930Z Compiling crossbeam-channel v0.5.15
33192025-10-10T23:38:06.988Z Running `/home/build/.rustup/toolchains/1.89.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=d63914280db01bf2 -C extra-filename=-18581a88059f94fc --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-275a97d56be8b68f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202025-10-10T23:38:07.138Z Compiling futures v0.3.31
33212025-10-10T23:38:07.163Z Running `/home/build/.rustup/toolchains/1.89.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=d79312b3152a04a7 -C extra-filename=-180862833fbacf5f --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-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-5a88e07fbf429e04.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222025-10-10T23:38:07.296Z Compiling is-terminal v0.4.13
33232025-10-10T23:38:07.321Z Running `/home/build/.rustup/toolchains/1.89.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=bcb0cb68ff27dc4d -C extra-filename=-9195d49cb9bb985f --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242025-10-10T23:38:07.473Z Compiling unsafe-libyaml v0.2.11
33252025-10-10T23:38:07.498Z Running `/home/build/.rustup/toolchains/1.89.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=59e5c9cea89d75a6 -C extra-filename=-1acc95f42d0c4889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262025-10-10T23:38:07.551Z Compiling strum v0.27.2
33272025-10-10T23:38:07.575Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=34c327eced912254 -C extra-filename=-617d23040e7964a8 --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-ebe89a43834d0d18.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282025-10-10T23:38:07.831Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
33292025-10-10T23:38:07.856Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6bd2660/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=8b8acb2edbb86b46 -C extra-filename=-39e95183ef82f4c1 --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-7144a639a7938e22.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-daf6ed13804d9959.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-0709a6e93a0f46c4.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-52e655c27579c277.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ebe89a43834d0d18.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302025-10-10T23:38:07.881Z Compiling thread_local v1.1.8
33312025-10-10T23:38:07.936Z Running `/home/build/.rustup/toolchains/1.89.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=48151b6cdbba2f3f -C extra-filename=-2c9ffc6287543266 --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-16cff964c3cef883.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322025-10-10T23:38:08.111Z Compiling slog-async v2.8.0
33332025-10-10T23:38:08.136Z Running `/home/build/.rustup/toolchains/1.89.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=814033e49d48cee7 -C extra-filename=-9ddd1d1284955a7f --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-9ddd1d1284955a7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342025-10-10T23:38:08.357Z Compiling term v1.1.0
33352025-10-10T23:38:08.382Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=ab3b245017ad03e6 -C extra-filename=-70170e2e1c458c23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362025-10-10T23:38:08.636Z Compiling serde_yaml v0.9.34+deprecated
33372025-10-10T23:38:08.661Z Running `/home/build/.rustup/toolchains/1.89.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=ab9a078b011e10b7 -C extra-filename=-0adf5dbe9ae4a659 --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-66ab2a719fd02fc0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f2474c6cd59eb6fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-1acc95f42d0c4889.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382025-10-10T23:38:08.959Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-9ddd1d1284955a7f/build-script-build`
33392025-10-10T23:38:09.059Z Compiling take_mut v0.2.2
33402025-10-10T23:38:09.084Z Running `/home/build/.rustup/toolchains/1.89.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=a6b1b21a597a1b76 -C extra-filename=-588da8d99a85ad31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412025-10-10T23:38:09.250Z Running `/home/build/.rustup/toolchains/1.89.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=3c0ae713366eb2ca -C extra-filename=-fcec066e501cc986 --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-18581a88059f94fc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-588da8d99a85ad31.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-2c9ffc6287543266.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
33422025-10-10T23:38:09.518Z Compiling slog-term v2.9.2
33432025-10-10T23:38:09.543Z Running `/home/build/.rustup/toolchains/1.89.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=7094f72d300cc89e -C extra-filename=-344061b1e2d0612a --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-1a84e413bcb1c25d.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9195d49cb9bb985f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-70170e2e1c458c23.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-2c9ffc6287543266.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442025-10-10T23:38:10.135Z Compiling typify-impl v0.4.3
33452025-10-10T23:38:10.160Z Running `/home/build/.rustup/toolchains/1.89.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abfd7046419c2ee8 -C extra-filename=-3bba92710496829f --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-9612a25fb0aed7d0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462025-10-10T23:38:10.616Z Compiling match_cfg v0.1.0
33472025-10-10T23:38:10.641Z Running `/home/build/.rustup/toolchains/1.89.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=3d248a34e65ed7c8 -C extra-filename=-8273b84bbc233130 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482025-10-10T23:38:10.762Z Compiling hostname v0.3.1
33492025-10-10T23:38:10.787Z Running `/home/build/.rustup/toolchains/1.89.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=1bc3ec193253ba40 -C extra-filename=-56e78a3d9e7f5dd6 --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-784c297e68e85669.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8273b84bbc233130.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33502025-10-10T23:38:11.007Z Compiling debug-ignore v1.0.5
33512025-10-10T23:38:11.032Z Running `/home/build/.rustup/toolchains/1.89.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=082f7dfceda623cf -C extra-filename=-850c29b1257bec29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522025-10-10T23:38:11.078Z Compiling hex v0.4.3
33532025-10-10T23:38:11.103Z Running `/home/build/.rustup/toolchains/1.89.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=ff2afd935e4a8ce8 -C extra-filename=-369f7be1a7213fcd --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542025-10-10T23:38:11.226Z Compiling structmeta-derive v0.3.0
33552025-10-10T23:38:11.252Z Running `/home/build/.rustup/toolchains/1.89.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=1df7ed53030ddc7e -C extra-filename=-7428607ff6d66548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562025-10-10T23:38:11.388Z Compiling rustls v0.22.4
33572025-10-10T23:38:11.413Z Running `/home/build/.rustup/toolchains/1.89.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=d49398b3a776a3d6 -C extra-filename=-2030f683cd4922a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-2030f683cd4922a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582025-10-10T23:38:11.645Z Compiling toml_parser v1.0.2
33592025-10-10T23:38:11.670Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=504f54486a2987e9 -C extra-filename=-7ae51b151265afd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602025-10-10T23:38:11.705Z Compiling serde_spanned v1.0.0
33612025-10-10T23:38:11.730Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=f9fc52fb6b8d48b6 -C extra-filename=-fb20ffb839225899 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622025-10-10T23:38:11.769Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2030f683cd4922a1/build-script-build`
33632025-10-10T23:38:11.832Z Compiling serde_path_to_error v0.1.17
33642025-10-10T23:38:11.857Z Running `/home/build/.rustup/toolchains/1.89.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=b722bd1ee6c714f8 -C extra-filename=-2be91b2bfa044fec --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-c3d4b3c7bce6ae9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652025-10-10T23:38:12.022Z Compiling toml_datetime v0.7.0
33662025-10-10T23:38:12.047Z Running `/home/build/.rustup/toolchains/1.89.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.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=5addef03d4513d85 -C extra-filename=-766c97dbe867dbed --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672025-10-10T23:38:12.562Z Compiling multer v3.1.0
33682025-10-10T23:38:12.599Z Running `/home/build/.rustup/toolchains/1.89.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=03108b93e5a41723 -C extra-filename=-ac9d0ca01553311c --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-ac9d0ca01553311c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692025-10-10T23:38:12.624Z Compiling toml_writer v1.0.2
33702025-10-10T23:38:12.624Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c4f37b59647cf0e5 -C extra-filename=-770066b530d0d501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712025-10-10T23:38:12.976Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-ac9d0ca01553311c/build-script-build`
33722025-10-10T23:38:13.025Z Compiling toml v0.9.5
33732025-10-10T23:38:13.050Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=65ddb9b957d2b8d7 -C extra-filename=-1de8e0e67689504a --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-a24067305a22db88.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fb20ffb839225899.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-766c97dbe867dbed.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-7ae51b151265afd2.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-770066b530d0d501.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742025-10-10T23:38:13.083Z Compiling slog-json v2.6.1
33752025-10-10T23:38:13.083Z Running `/home/build/.rustup/toolchains/1.89.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=c1f52abe0255458a -C extra-filename=-9894e0406af176c5 --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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762025-10-10T23:38:13.136Z Compiling async-stream-impl v0.3.6
33772025-10-10T23:38:13.161Z Running `/home/build/.rustup/toolchains/1.89.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=471845099fb043d9 -C extra-filename=-76f38b722a7442ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782025-10-10T23:38:13.198Z Compiling dropshot v0.16.4
33792025-10-10T23:38:13.222Z Running `/home/build/.rustup/toolchains/1.89.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.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 '--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=378ff29f3961f3d4 -C extra-filename=-18e0bd9ba65c2f0a --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-18e0bd9ba65c2f0a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802025-10-10T23:38:13.408Z Compiling slog-bunyan v2.5.0
33812025-10-10T23:38:13.433Z Running `/home/build/.rustup/toolchains/1.89.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=dd21036d9c7ac0f9 -C extra-filename=-056bc8134d9dc213 --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-56e78a3d9e7f5dd6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-9894e0406af176c5.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822025-10-10T23:38:13.483Z Running `/home/build/.rustup/toolchains/1.89.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=9cc9b9394ce3f3e4 -C extra-filename=-ff1e6f7e6fa8c92d --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-8201e5d6381aa56b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-8ff8f10f7b344c0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-57fa867c6f0b37c5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-72ce21d76a94c4bc.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832025-10-10T23:38:13.564Z Compiling structmeta v0.3.0
33842025-10-10T23:38:13.589Z Running `/home/build/.rustup/toolchains/1.89.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=0356cb32fe761965 -C extra-filename=-4ae0f99c9b98ef5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-7428607ff6d66548.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852025-10-10T23:38:13.623Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-18e0bd9ba65c2f0a/build-script-build`
33862025-10-10T23:38:13.673Z Compiling rustls-pemfile v2.2.0
33872025-10-10T23:38:13.698Z Running `/home/build/.rustup/toolchains/1.89.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=e23674876050a6ca -C extra-filename=-6aa1d7aad4b48e0b --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-8d90c9b7d736ccd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882025-10-10T23:38:13.722Z Compiling waitgroup v0.1.2
33892025-10-10T23:38:13.776Z Running `/home/build/.rustup/toolchains/1.89.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=5809a7bcbe99ae49 -C extra-filename=-e1478a9687707a2e --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-ba25972e878f73b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902025-10-10T23:38:13.970Z Compiling dropshot_endpoint v0.16.4
33912025-10-10T23:38:13.994Z Running `/home/build/.rustup/toolchains/1.89.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.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 '--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=85e4b0d7fd4b70be -C extra-filename=-e60e29f60c54d2ee --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922025-10-10T23:38:14.019Z Compiling hostname v0.4.0
33932025-10-10T23:38:14.019Z Running `/home/build/.rustup/toolchains/1.89.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=59fc182066b1c40a -C extra-filename=-e0259c4ffe7543ec --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942025-10-10T23:38:14.062Z Compiling derive-ex v0.1.8
33952025-10-10T23:38:14.087Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_ex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-ex-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43f6efc779d7043f -C extra-filename=-1103488419ebd375 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-4ae0f99c9b98ef5d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962025-10-10T23:38:14.268Z Compiling newtype-uuid-macros v0.1.0
33972025-10-10T23:38:14.293Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-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=beacc788ea4d4855 -C extra-filename=-01263c6c04020f0e --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982025-10-10T23:38:14.342Z Compiling async-stream v0.3.6
33992025-10-10T23:38:14.367Z Compiling serde_with_macros v3.14.0
34002025-10-10T23:38:14.367Z Running `/home/build/.rustup/toolchains/1.89.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=55eacede69458b6a -C extra-filename=-75dced5ed4388034 --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-76f38b722a7442ef.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012025-10-10T23:38:14.367Z Running `/home/build/.rustup/toolchains/1.89.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.14.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", "schemars_0_9", "schemars_1"))' -C metadata=dd9876d647d092cb -C extra-filename=-35b74de725d6d337 --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-ce6e58e5ff4469d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022025-10-10T23:38:14.657Z Compiling macaddr v1.0.1
34032025-10-10T23:38:14.681Z Running `/home/build/.rustup/toolchains/1.89.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=b68522f21746b9d1 -C extra-filename=-cc492f7a47168c71 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042025-10-10T23:38:15.067Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
34052025-10-10T23:38:15.092Z Running `/home/build/.rustup/toolchains/1.89.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=1bc6c8462039bb57 -C extra-filename=-a3a59beead24b349 --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-369f7be1a7213fcd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062025-10-10T23:38:15.273Z Compiling instant v0.1.13
34072025-10-10T23:38:15.298Z Running `/home/build/.rustup/toolchains/1.89.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=d9e1b9d4b67f1416 -C extra-filename=-e439cb06d653fe0f --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-16cff964c3cef883.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082025-10-10T23:38:15.474Z Compiling derive-where v1.5.0
34092025-10-10T23:38:15.499Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=e058fab2d82ce685 -C extra-filename=-451989699ea86308 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102025-10-10T23:38:15.769Z Compiling parse-display-derive v0.10.0
34112025-10-10T23:38:15.794Z Running `/home/build/.rustup/toolchains/1.89.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=0338b012f2cb9371 -C extra-filename=-d66b9b53e669ce36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-4ae0f99c9b98ef5d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122025-10-10T23:38:15.843Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34132025-10-10T23:38:15.869Z Running `/home/build/.rustup/toolchains/1.89.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=0190dea5d65618f7 -C extra-filename=-0549ce485e4959c4 --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-ff6a5a790b8a0d3a.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-01263c6c04020f0e.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142025-10-10T23:38:16.679Z Compiling serde_with v3.14.0
34152025-10-10T23:38:16.715Z Running `/home/build/.rustup/toolchains/1.89.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.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 --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="macros"' --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", "schemars_0_9", "schemars_1", "std", "time_0_3"))' -C metadata=0210f0fc54a69ddc -C extra-filename=-9198a76e2322449a --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-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-35b74de725d6d337.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162025-10-10T23:38:16.953Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34172025-10-10T23:38:16.979Z Running `/home/build/.rustup/toolchains/1.89.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=0d67126c7c7474e8 -C extra-filename=-9c505beb71732058 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182025-10-10T23:38:17.660Z Compiling test-strategy v0.4.3
34192025-10-10T23:38:17.685Z Compiling backoff v0.4.0
34202025-10-10T23:38:17.685Z Running `/home/build/.rustup/toolchains/1.89.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.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=936c17c04e4a96b7 -C extra-filename=-594528de045ddb8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_ex=/work/oxidecomputer/omicron/target/debug/deps/libderive_ex-1103488419ebd375.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-4ae0f99c9b98ef5d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212025-10-10T23:38:17.685Z Running `/home/build/.rustup/toolchains/1.89.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=073e11dfe0dc3ebb -C extra-filename=-d986d807ba00207e --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-a7543549df8e10d9.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-e439cb06d653fe0f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222025-10-10T23:38:17.753Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34232025-10-10T23:38:17.778Z Running `/home/build/.rustup/toolchains/1.89.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=b9787caab6dd9df2 -C extra-filename=-3a98fbb8c97c7966 --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-a44f3921b7a9222f.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-9c505beb71732058.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242025-10-10T23:38:18.027Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
34252025-10-10T23:38:18.052Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/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=f53a79d8c8918484 -C extra-filename=-2e1671183b5fd81d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262025-10-10T23:38:18.102Z Compiling itertools v0.14.0
34272025-10-10T23:38:18.127Z Running `/home/build/.rustup/toolchains/1.89.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=06caa1d08b6b23f3 -C extra-filename=-5fbff7679012489b --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-c14636abdee91fd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282025-10-10T23:38:18.292Z Compiling toml v0.8.23
34292025-10-10T23:38:18.317Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=2c274f321bbd28c4 -C extra-filename=-df1c7611955e4103 --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-a24067305a22db88.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25baccb07d74d8e7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302025-10-10T23:38:19.375Z Compiling camino-tempfile v1.4.1
34312025-10-10T23:38:19.400Z Running `/home/build/.rustup/toolchains/1.89.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=25766f66c21e9570 -C extra-filename=-87b5b8d90c34e508 --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-dfc32f0a21b07f91.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322025-10-10T23:38:19.424Z Compiling parse-display v0.10.0
34332025-10-10T23:38:19.470Z Running `/home/build/.rustup/toolchains/1.89.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=1f9d3b212946fe4c -C extra-filename=-5ab3929930163120 --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-d66b9b53e669ce36.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342025-10-10T23:38:19.551Z Compiling unicode-width v0.1.14
34352025-10-10T23:38:19.576Z Running `/home/build/.rustup/toolchains/1.89.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=e1ff6972a251646d -C extra-filename=-3e67ad21e09c6294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362025-10-10T23:38:19.777Z Compiling crossbeam-deque v0.8.5
34372025-10-10T23:38:19.802Z Running `/home/build/.rustup/toolchains/1.89.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=e67b80d16892140a -C extra-filename=-6f5afe89de2beed3 --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-c88024024eb262dd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382025-10-10T23:38:19.832Z Compiling unicode-width v0.2.0
34392025-10-10T23:38:19.879Z Running `/home/build/.rustup/toolchains/1.89.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=e153e145c231c6f9 -C extra-filename=-83067e9f157ad943 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402025-10-10T23:38:19.975Z Compiling typify-macro v0.4.3
34412025-10-10T23:38:20.000Z Running `/home/build/.rustup/toolchains/1.89.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.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=edc86acfe21d54aa -C extra-filename=-13719c26044aa451 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-3bba92710496829f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422025-10-10T23:38:20.025Z Compiling rayon-core v1.12.1
34432025-10-10T23:38:20.025Z Running `/home/build/.rustup/toolchains/1.89.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=c855c4b1c1949b5d -C extra-filename=-e0364b8b66340191 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-e0364b8b66340191 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442025-10-10T23:38:20.073Z Compiling proc-macro-error-attr v1.0.4
34452025-10-10T23:38:20.097Z Running `/home/build/.rustup/toolchains/1.89.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=8cdaef08287192ad -C extra-filename=-3b700e6f5694d645 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3b700e6f5694d645 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462025-10-10T23:38:20.168Z Compiling proc-macro-error v1.0.4
34472025-10-10T23:38:20.193Z Running `/home/build/.rustup/toolchains/1.89.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=580b9b02b644a43e -C extra-filename=-4fe801d9838fc220 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fe801d9838fc220 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482025-10-10T23:38:20.337Z Compiling crucible-workspace-hack v0.1.0
34492025-10-10T23:38:20.376Z Running `/home/build/.rustup/toolchains/1.89.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=3e90c825f9447057 -C extra-filename=-db2a84e13aa4e24f --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-db2a84e13aa4e24f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502025-10-10T23:38:20.422Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-e0364b8b66340191/build-script-build`
34512025-10-10T23:38:20.520Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3b700e6f5694d645/build-script-build`
34522025-10-10T23:38:20.545Z Running `/home/build/.rustup/toolchains/1.89.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=66d46e58be2d4992 -C extra-filename=-282a92b16b07242d --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-6f5afe89de2beed3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532025-10-10T23:38:20.585Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fe801d9838fc220/build-script-build`
34542025-10-10T23:38:20.634Z Compiling darling_core v0.21.0
34552025-10-10T23:38:20.634Z Running `/home/build/.rustup/toolchains/1.89.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=aa1c350c21045288 -C extra-filename=-244b7058787f4f9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562025-10-10T23:38:20.659Z Running `/home/build/.rustup/toolchains/1.89.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.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=5c9c4cdb6e9bce2d -C extra-filename=-d2365d7b9db53c87 --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-63bbafb28e7d7eb7.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-5ec2529fcb3ca35e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-d5c7d0e7d580515e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572025-10-10T23:38:20.734Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-db2a84e13aa4e24f/build-script-build`
34582025-10-10T23:38:20.797Z Running `/home/build/.rustup/toolchains/1.89.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=1e690d1f5f443306 -C extra-filename=-23652635d3e0bfe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592025-10-10T23:38:20.839Z Compiling proc-macro-crate v1.3.1
34602025-10-10T23:38:20.864Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
34612025-10-10T23:38:20.864Z Running `/home/build/.rustup/toolchains/1.89.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=33db63c4859b0166 -C extra-filename=-058a338a64b8ef9c --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-9f184b9950c390eb.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f1c0a5d281faa8f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622025-10-10T23:38:20.889Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/db07274/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=1cfe8553a34a0018 -C extra-filename=-4d3ec98371e69837 --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-ff6a5a790b8a0d3a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632025-10-10T23:38:20.952Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34642025-10-10T23:38:20.976Z Running `/home/build/.rustup/toolchains/1.89.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=222aff7598714901 -C extra-filename=-72b49dc0694771b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-72b49dc0694771b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652025-10-10T23:38:21.384Z Compiling rayon v1.10.0
34662025-10-10T23:38:21.409Z Running `/home/build/.rustup/toolchains/1.89.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=53d68132405784c4 -C extra-filename=-e5b7b452a411c16d --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-c14636abdee91fd2.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-282a92b16b07242d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672025-10-10T23:38:21.434Z Running `/home/build/.rustup/toolchains/1.89.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=29815338e26974f1 -C extra-filename=-6546dd7f9fe17f9a --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-244b7058787f4f9d.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
34682025-10-10T23:38:21.683Z Compiling num_enum_derive v0.5.11
34692025-10-10T23:38:21.708Z Running `/home/build/.rustup/toolchains/1.89.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=f8db6962417f30ea -C extra-filename=-ed2d11c2f928044d --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-058a338a64b8ef9c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702025-10-10T23:38:21.884Z Compiling heapless v0.8.0
34712025-10-10T23:38:21.908Z Running `/home/build/.rustup/toolchains/1.89.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=81572eee5b65ff3c -C extra-filename=-7a028a8711e69fb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-7a028a8711e69fb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722025-10-10T23:38:21.955Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-72b49dc0694771b9/build-script-build`
34732025-10-10T23:38:22.017Z Compiling hash32 v0.3.1
34742025-10-10T23:38:22.042Z Running `/home/build/.rustup/toolchains/1.89.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=dd7fc82d509a67ec -C extra-filename=-6e1f78d961b0ef36 --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-bf80f7a3bae0a263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752025-10-10T23:38:22.067Z Compiling smoltcp v0.11.0
34762025-10-10T23:38:22.067Z Running `/home/build/.rustup/toolchains/1.89.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=239fd8b4c0052153 -C extra-filename=-a2ba16c83740ad6d --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-a2ba16c83740ad6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772025-10-10T23:38:22.307Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
34782025-10-10T23:38:22.332Z Running `/home/build/.rustup/toolchains/1.89.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=11f6895aea8f941c -C extra-filename=-855300eb2ff694a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-855300eb2ff694a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792025-10-10T23:38:22.466Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-7a028a8711e69fb5/build-script-build`
34802025-10-10T23:38:22.691Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-855300eb2ff694a1/build-script-build`
34812025-10-10T23:38:22.740Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-a2ba16c83740ad6d/build-script-build`
34822025-10-10T23:38:22.864Z Compiling tabwriter v1.4.0
34832025-10-10T23:38:22.864Z Running `/home/build/.rustup/toolchains/1.89.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=bdb69a70b8628923 -C extra-filename=-cfbb7cdaca045fab --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-6e1f78d961b0ef36.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-45a66a1c23392a23.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842025-10-10T23:38:22.889Z Running `/home/build/.rustup/toolchains/1.89.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=3b2002e2e7e5f2af -C extra-filename=-c47a408223121e9c --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-3e67ad21e09c6294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852025-10-10T23:38:22.962Z Compiling foreign-types-macros v0.2.3
34862025-10-10T23:38:23.005Z Compiling aws-lc-sys v0.26.0
34872025-10-10T23:38:23.005Z Running `/home/build/.rustup/toolchains/1.89.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=14824cd7d451ea48 -C extra-filename=-c04d4ee0e16bcfe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882025-10-10T23:38:23.030Z Running `/home/build/.rustup/toolchains/1.89.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=be639edf04f8898c -C extra-filename=-fcd8b628e208e8da --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fcd8b628e208e8da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-ac8f446ed1b4a659.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-de354ad5a94ad54d.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-07ef0643f32e7ad8.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-80eadfd9742d9184.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892025-10-10T23:38:23.361Z Compiling foreign-types-shared v0.3.1
34902025-10-10T23:38:23.386Z Running `/home/build/.rustup/toolchains/1.89.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=93e923f4ec7d8bc2 -C extra-filename=-09b13ef164f80ce6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912025-10-10T23:38:23.546Z Compiling cobs v0.2.3
34922025-10-10T23:38:23.571Z Running `/home/build/.rustup/toolchains/1.89.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=70245a6c234ec103 -C extra-filename=-a52639e61a73e0ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932025-10-10T23:38:23.771Z Compiling postcard v1.0.10
34942025-10-10T23:38:23.771Z Running `/home/build/.rustup/toolchains/1.89.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=7ca5a1fa45db0e48 -C extra-filename=-fd75c911a274067d --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-a52639e61a73e0ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952025-10-10T23:38:23.913Z Running `/home/build/.rustup/toolchains/1.89.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=8967cc881669c8f6 -C extra-filename=-145a320af6634238 --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-19d9f1304dcf7a40.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-cfbb7cdaca045fab.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962025-10-10T23:38:23.938Z Compiling typify v0.4.3
34972025-10-10T23:38:23.938Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-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="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=b124d8286d73cd53 -C extra-filename=-d758ab6558f38bac --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-3bba92710496829f.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-13719c26044aa451.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982025-10-10T23:38:23.962Z Compiling num_enum v0.5.11
34992025-10-10T23:38:23.963Z Running `/home/build/.rustup/toolchains/1.89.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=e20e7a7ec7de43b7 -C extra-filename=-e37b3bb3697a6962 --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-ed2d11c2f928044d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002025-10-10T23:38:24.124Z Compiling progenitor-impl v0.11.2
35012025-10-10T23:38:24.149Z Running `/home/build/.rustup/toolchains/1.89.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.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=0f90f0b6c93a1177 -C extra-filename=-bc51369cc4018765 --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-9612a25fb0aed7d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-d758ab6558f38bac.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022025-10-10T23:38:24.174Z Compiling progenitor-impl v0.10.0
35032025-10-10T23:38:24.218Z Running `/home/build/.rustup/toolchains/1.89.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=bb65ffecdab208cb -C extra-filename=-03c90649fe9db185 --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-9612a25fb0aed7d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-d758ab6558f38bac.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042025-10-10T23:38:24.218Z Compiling foreign-types v0.5.0
35052025-10-10T23:38:24.218Z Running `/home/build/.rustup/toolchains/1.89.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=9fa7a67d3a88d259 -C extra-filename=-6f22db1cc85329f6 --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-c04d4ee0e16bcfe7.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-09b13ef164f80ce6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062025-10-10T23:38:24.386Z Running `/home/build/.rustup/toolchains/1.89.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=1ec5657baeebbc52 -C extra-filename=-3667b320ed87f3c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
35072025-10-10T23:38:24.428Z Running `/home/build/.rustup/toolchains/1.89.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=1ae87008cccb4fbb -C extra-filename=-ac27fb54e800bb07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
35082025-10-10T23:38:24.611Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35092025-10-10T23:38:24.651Z Running `/home/build/.rustup/toolchains/1.89.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=7e9ece398e11cfb7 -C extra-filename=-95f54062cd2e77f0 --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-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102025-10-10T23:38:24.676Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35112025-10-10T23:38:24.728Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/795a1e0/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=079da6b5f9b73597 -C extra-filename=-c25a76578783ffa8 --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-7144a639a7938e22.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122025-10-10T23:38:25.130Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35132025-10-10T23:38:25.155Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/795a1e0/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=9321371198a26d27 -C extra-filename=-ef031d105ab1b848 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-ef031d105ab1b848 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142025-10-10T23:38:25.243Z Compiling cstr-argument v0.1.2
35152025-10-10T23:38:25.268Z Running `/home/build/.rustup/toolchains/1.89.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=608b64fb26a39722 -C extra-filename=-25ef39898d7863b6 --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-16cff964c3cef883.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162025-10-10T23:38:25.478Z Compiling pretty-hex v0.2.1
35172025-10-10T23:38:25.504Z Running `/home/build/.rustup/toolchains/1.89.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=6440f69f3a411270 -C extra-filename=-7a4ce632d19001a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35182025-10-10T23:38:25.534Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
35192025-10-10T23:38:25.559Z Running `/home/build/.rustup/toolchains/1.89.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=c4cff5a9c792c212 -C extra-filename=-8ab005ae5a72c0e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-8ab005ae5a72c0e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202025-10-10T23:38:25.584Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-ef031d105ab1b848/build-script-build`
35212025-10-10T23:38:25.694Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35222025-10-10T23:38:25.719Z Running `/home/build/.rustup/toolchains/1.89.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=24566307fc90100a -C extra-filename=-ef429b846919df79 --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-784c297e68e85669.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-3667b320ed87f3c7.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-e37b3bb3697a6962.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-7a4ce632d19001a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35232025-10-10T23:38:25.744Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35242025-10-10T23:38:25.744Z Running `/home/build/.rustup/toolchains/1.89.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=7532d5a438bcb0af -C extra-filename=-26eff6ecc1f50493 --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-784c297e68e85669.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-95f54062cd2e77f0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252025-10-10T23:38:25.925Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-8ab005ae5a72c0e7/build-script-build`
35262025-10-10T23:38:25.980Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35272025-10-10T23:38:25.980Z Compiling darling_macro v0.21.0
35282025-10-10T23:38:25.980Z Running `/home/build/.rustup/toolchains/1.89.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=3f374ea8009cb430 -C extra-filename=-7aa9bf516b1e0447 --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-25ef39898d7863b6.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-6f22db1cc85329f6.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ac27fb54e800bb07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292025-10-10T23:38:26.013Z Running `/home/build/.rustup/toolchains/1.89.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.21.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=822e3d51ceffd235 -C extra-filename=-8f9e19d555a3bc00 --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-d2365d7b9db53c87.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302025-10-10T23:38:26.081Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35312025-10-10T23:38:26.105Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/795a1e0/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=8b90c606a1e7ed7b -C extra-filename=-216e750ec283f4a9 --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-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322025-10-10T23:38:26.131Z Compiling colored v2.2.0
35332025-10-10T23:38:26.157Z Running `/home/build/.rustup/toolchains/1.89.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=b03336f7e57abd4a -C extra-filename=-e18793f311249a73 --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-4921d2a92b76412d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342025-10-10T23:38:26.464Z Compiling sigpipe v0.1.3
35352025-10-10T23:38:26.489Z Running `/home/build/.rustup/toolchains/1.89.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=fb00cd9f6f6a2df8 -C extra-filename=-3fd8446d2566a752 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362025-10-10T23:38:26.645Z Compiling jiff v0.2.15
35372025-10-10T23:38:26.670Z Running `/home/build/.rustup/toolchains/1.89.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=6f3ccfb8df3f8073 -C extra-filename=-ca80495d96b92005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382025-10-10T23:38:26.868Z Running `/home/build/.rustup/toolchains/1.89.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=7763e6188d73b3d5 -C extra-filename=-59fd8c8c02ebea6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-ef429b846919df79.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-e37b3bb3697a6962.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-7aa9bf516b1e0447.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ac27fb54e800bb07.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-26eff6ecc1f50493.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
35392025-10-10T23:38:27.045Z Compiling zone_cfg_derive v0.3.0
35402025-10-10T23:38:27.069Z Running `/home/build/.rustup/toolchains/1.89.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=3d3645546ffb52eb -C extra-filename=-67237b456b4fd7e4 --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-3e487195ce270b12.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6546dd7f9fe17f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412025-10-10T23:38:27.102Z Compiling darling v0.21.0
35422025-10-10T23:38:27.172Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-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 --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=f2757eaae4190b9b -C extra-filename=-cb151592383d57fa --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-d2365d7b9db53c87.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-8f9e19d555a3bc00.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432025-10-10T23:38:27.278Z Compiling ingot-macros v0.1.1
35442025-10-10T23:38:27.303Z Running `/home/build/.rustup/toolchains/1.89.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.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=d5411dddd1343520 -C extra-filename=-41aa0cc402139805 --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-cb151592383d57fa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452025-10-10T23:38:27.697Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
35462025-10-10T23:38:27.722Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/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=37508c94b2fd9339 -C extra-filename=-b980b205eca8dc58 --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-784c297e68e85669.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472025-10-10T23:38:28.159Z Compiling smf v0.2.3
35482025-10-10T23:38:28.184Z Running `/home/build/.rustup/toolchains/1.89.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=1c110e7d7dbb9966 -C extra-filename=-471e65a5447a5051 --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-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492025-10-10T23:38:28.461Z Compiling num-derive v0.4.2
35502025-10-10T23:38:28.485Z Running `/home/build/.rustup/toolchains/1.89.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=5426f7627d73df40 -C extra-filename=-c695c0e987483557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512025-10-10T23:38:29.196Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35522025-10-10T23:38:29.221Z Running `/home/build/.rustup/toolchains/1.89.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=3dd5ebeb41ac8b93 -C extra-filename=-e425bfdf8ec566a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-e425bfdf8ec566a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532025-10-10T23:38:29.547Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-e425bfdf8ec566a5/build-script-build`
35542025-10-10T23:38:29.603Z Compiling zone v0.3.1
35552025-10-10T23:38:29.628Z Running `/home/build/.rustup/toolchains/1.89.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=8555ef569798f61f -C extra-filename=-078a0de718822a2c --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-fd7f55707a725433.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-67237b456b4fd7e4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562025-10-10T23:38:29.810Z Compiling progenitor-macro v0.10.0
35572025-10-10T23:38:29.834Z Running `/home/build/.rustup/toolchains/1.89.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=b9b833884b753296 -C extra-filename=-df44f66239492f8c --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-55ad349be5fd0e1d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-03c90649fe9db185.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-0adf5dbe9ae4a659.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582025-10-10T23:38:29.859Z Compiling progenitor-macro v0.11.2
35592025-10-10T23:38:29.884Z Running `/home/build/.rustup/toolchains/1.89.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.11.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=3e5b9300a801d3c9 -C extra-filename=-25564ea0d4f1d331 --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-55ad349be5fd0e1d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-bc51369cc4018765.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-0adf5dbe9ae4a659.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602025-10-10T23:38:30.094Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
35612025-10-10T23:38:30.119Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/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=2a6e899c453cf714 -C extra-filename=-c4d0b608f3f977f3 --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-b980b205eca8dc58.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622025-10-10T23:38:30.333Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
35632025-10-10T23:38:30.358Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/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=0631d10fa1b31908 -C extra-filename=-c574269ee9ac758a --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-23652635d3e0bfe5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-c695c0e987483557.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642025-10-10T23:38:30.539Z Compiling convert_case v0.4.0
35652025-10-10T23:38:30.566Z Running `/home/build/.rustup/toolchains/1.89.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=19fd34e765bd7496 -C extra-filename=-eeae1a312b0aac3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662025-10-10T23:38:30.859Z Compiling indent_write v2.2.0
35672025-10-10T23:38:30.884Z Running `/home/build/.rustup/toolchains/1.89.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=b0fc1f2566d3dc3d -C extra-filename=-515187c6ccc490f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682025-10-10T23:38:31.075Z Compiling num-rational v0.4.2
35692025-10-10T23:38:31.100Z Running `/home/build/.rustup/toolchains/1.89.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=47bfafea6d6db1b9 -C extra-filename=-e80425d67459c878 --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-6a2faba7b8751801.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702025-10-10T23:38:31.140Z Compiling num-complex v0.4.6
35712025-10-10T23:38:31.165Z Running `/home/build/.rustup/toolchains/1.89.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=219f04393e4baa2b -C extra-filename=-e731cf0d8f91a1b2 --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-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722025-10-10T23:38:31.313Z Compiling derive_more v0.99.20
35732025-10-10T23:38:31.338Z Running `/home/build/.rustup/toolchains/1.89.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=106f396e474f58d8 -C extra-filename=-23968c9d21d47ce1 --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-eeae1a312b0aac3f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742025-10-10T23:38:32.056Z Compiling num v0.4.3
35752025-10-10T23:38:32.081Z Running `/home/build/.rustup/toolchains/1.89.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=684b0955a53ea006 -C extra-filename=-0ea0dec4f78e8e14 --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-e731cf0d8f91a1b2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-e80425d67459c878.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762025-10-10T23:38:32.258Z Compiling float-ord v0.3.2
35772025-10-10T23:38:32.283Z Running `/home/build/.rustup/toolchains/1.89.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=0e54809ffd71660e -C extra-filename=-56e3f4021334fd94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782025-10-10T23:38:32.450Z Compiling secrecy v0.10.3
35792025-10-10T23:38:32.475Z Running `/home/build/.rustup/toolchains/1.89.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=7efc771bf53cd6b3 -C extra-filename=-927c99da6eb7e7da --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-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802025-10-10T23:38:32.514Z Compiling swrite v0.1.0
35812025-10-10T23:38:32.539Z Running `/home/build/.rustup/toolchains/1.89.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=21936e1c864859ce -C extra-filename=-562e110c4f8068f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822025-10-10T23:38:32.718Z Compiling console v0.15.10
35832025-10-10T23:38:32.743Z Running `/home/build/.rustup/toolchains/1.89.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=fc4f180e5b7307f7 -C extra-filename=-7fc67dc6d779fea4 --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-784c297e68e85669.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842025-10-10T23:38:32.777Z Compiling password-hash v0.5.0
35852025-10-10T23:38:32.802Z Running `/home/build/.rustup/toolchains/1.89.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=1296b423b5f3fd16 -C extra-filename=-0cd3810ef3d13a60 --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-918dddd36587fd89.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862025-10-10T23:38:33.312Z Compiling ingot-types v0.1.2
35872025-10-10T23:38:33.336Z Running `/home/build/.rustup/toolchains/1.89.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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=3e3ff43153c05007 -C extra-filename=-b7893ab5f9178f71 --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-41aa0cc402139805.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882025-10-10T23:38:33.515Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fcd8b628e208e8da/build-script-main`
35892025-10-10T23:38:33.643Z Compiling blake2 v0.10.6
35902025-10-10T23:38:33.667Z Running `/home/build/.rustup/toolchains/1.89.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=f5df24d11a8e0bce -C extra-filename=-d5416a6a3852d737 --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-dd833add49a4eb53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-10-10T23:38:33.971Z Compiling atomicwrites v0.4.4
35922025-10-10T23:38:34.002Z Running `/home/build/.rustup/toolchains/1.89.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=abfba18de554d7a0 -C extra-filename=-3262e50a04d6b924 --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-6751e857fb1c1f4f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932025-10-10T23:38:34.198Z Compiling ingot v0.1.1
35942025-10-10T23:38:34.222Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=8a4294cbc5d3b835 -C extra-filename=-06ab0b1225757847 --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-7144a639a7938e22.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-41aa0cc402139805.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-b7893ab5f9178f71.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952025-10-10T23:38:34.367Z Compiling argon2 v0.5.3
35962025-10-10T23:38:34.391Z Running `/home/build/.rustup/toolchains/1.89.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=d71dda2a0ae5012d -C extra-filename=-f895be21f47d89c6 --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-918dddd36587fd89.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-d5416a6a3852d737.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-0cd3810ef3d13a60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972025-10-10T23:38:34.720Z Compiling newline-converter v0.3.0
35982025-10-10T23:38:34.746Z Running `/home/build/.rustup/toolchains/1.89.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=c79da10e79229735 -C extra-filename=-e8cff69c71df88eb --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-f5b7bd5f880a5855.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992025-10-10T23:38:34.921Z Compiling bytecount v0.6.8
36002025-10-10T23:38:34.946Z Running `/home/build/.rustup/toolchains/1.89.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=71416abf379d8217 -C extra-filename=-c2376018bebeb41b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012025-10-10T23:38:35.167Z Compiling expectorate v1.2.0
36022025-10-10T23:38:35.192Z Running `/home/build/.rustup/toolchains/1.89.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=83eafa9f506044f1 -C extra-filename=-df57545275e79817 --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-3262e50a04d6b924.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7fc67dc6d779fea4.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-e8cff69c71df88eb.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032025-10-10T23:38:35.443Z Compiling fixedbitset v0.5.7
36042025-10-10T23:38:35.485Z Running `/home/build/.rustup/toolchains/1.89.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=6c9a09384d5f3d82 -C extra-filename=-35eea7a849d1c8d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052025-10-10T23:38:36.051Z Compiling petgraph v0.8.2
36062025-10-10T23:38:36.075Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=e9065a0a6ee4c4ef -C extra-filename=-3b137b6cc80cde20 --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-35eea7a849d1c8d9.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d1c2964a6d83ae33.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072025-10-10T23:38:36.648Z Compiling tokio-dtrace v0.1.0
36082025-10-10T23:38:36.648Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=520223297a50236d -C extra-filename=-373418e792fa76b8 --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-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092025-10-10T23:38:36.672Z Compiling base64 v0.21.7
36102025-10-10T23:38:36.673Z Running `/home/build/.rustup/toolchains/1.89.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=af025ee83e272d12 -C extra-filename=-f59c456c6a871a93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112025-10-10T23:38:36.957Z Compiling oxide-tokio-rt v0.1.2
36122025-10-10T23:38:36.981Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=89ce5e5ecf8d9698 -C extra-filename=-34bb862dbbbb542c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-373418e792fa76b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36132025-10-10T23:38:37.046Z Compiling owo-colors v4.2.2
36142025-10-10T23:38:37.071Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=2b0057d9e463e688 -C extra-filename=-7de6316845487176 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-7de6316845487176 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152025-10-10T23:38:37.283Z Compiling cancel-safe-futures v0.1.5
36162025-10-10T23:38:37.307Z Running `/home/build/.rustup/toolchains/1.89.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=f5e055f141b875d8 -C extra-filename=-8218ef5db690fa25 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8218ef5db690fa25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172025-10-10T23:38:37.332Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
36182025-10-10T23:38:37.332Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/795a1e0/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=94c9d927526f1d73 -C extra-filename=-94cf32732eb6f0cf --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-c25a76578783ffa8.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-06ab0b1225757847.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-fd75c911a274067d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-145a320af6634238.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192025-10-10T23:38:37.634Z Compiling libsw-core v0.3.1
36202025-10-10T23:38:37.659Z Running `/home/build/.rustup/toolchains/1.89.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=078e0a28fa64911f -C extra-filename=-f9ee9979846e57ef --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-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212025-10-10T23:38:37.809Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-7de6316845487176/build-script-build`
36222025-10-10T23:38:37.834Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8218ef5db690fa25/build-script-build`
36232025-10-10T23:38:37.863Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=0586ff28d1690574 -C extra-filename=-1912649d1c9076bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'`
36242025-10-10T23:38:37.925Z Running `/home/build/.rustup/toolchains/1.89.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=88e83c725c3f19c0 -C extra-filename=-0542d65bd16e9a72 --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-a7543549df8e10d9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252025-10-10T23:38:37.983Z Compiling libsw v3.5.0
36262025-10-10T23:38:37.983Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=4f1f013ae4ebcb7f -C extra-filename=-488c1e66241ca514 --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-f9ee9979846e57ef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272025-10-10T23:38:38.309Z Compiling linear-map v1.2.0
36282025-10-10T23:38:38.333Z Running `/home/build/.rustup/toolchains/1.89.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=c1530a15b60da407 -C extra-filename=-09c1fab102bb0169 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292025-10-10T23:38:38.494Z Compiling same-file v1.0.6
36302025-10-10T23:38:38.519Z Running `/home/build/.rustup/toolchains/1.89.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=213bfc74ab5b3b35 -C extra-filename=-02b10f5498e1960c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312025-10-10T23:38:38.685Z Compiling unicode-xid v0.2.6
36322025-10-10T23:38:38.710Z Running `/home/build/.rustup/toolchains/1.89.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=2b5caab8714cd654 -C extra-filename=-58a5172ac4a60185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332025-10-10T23:38:38.803Z Compiling walkdir v2.5.0
36342025-10-10T23:38:38.828Z Running `/home/build/.rustup/toolchains/1.89.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=17f008f0ba3fb61d -C extra-filename=-36caab45f0e573e7 --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-02b10f5498e1960c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352025-10-10T23:38:38.915Z Compiling resolv-conf v0.7.0
36362025-10-10T23:38:38.940Z Running `/home/build/.rustup/toolchains/1.89.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=291815a93e75e3d8 -C extra-filename=-94c291e4698d61a2 --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-56e78a3d9e7f5dd6.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-453f29b9051794d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372025-10-10T23:38:39.525Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/795a1e0/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=a196fc087f890867 -C extra-filename=-294c22447e8c4582 --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-7144a639a7938e22.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c25a76578783ffa8.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-06ab0b1225757847.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-216e750ec283f4a9.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-94cf32732eb6f0cf.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-fd75c911a274067d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
36382025-10-10T23:38:39.619Z Compiling utf-8 v0.7.6
36392025-10-10T23:38:39.643Z Running `/home/build/.rustup/toolchains/1.89.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=97d18cc8305aaa99 -C extra-filename=-745d853f7d714050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402025-10-10T23:38:39.667Z Compiling convert_case v0.7.1
36412025-10-10T23:38:39.668Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-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("rand", "random"))' -C metadata=052143dd76fe1beb -C extra-filename=-b38582def319659c --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-f5b7bd5f880a5855.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422025-10-10T23:38:39.715Z Compiling gethostname v0.5.0
36432025-10-10T23:38:39.764Z Running `/home/build/.rustup/toolchains/1.89.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=c8f401268d897171 -C extra-filename=-68d19571fd93d8b5 --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-6751e857fb1c1f4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442025-10-10T23:38:39.831Z Compiling slog-dtrace v0.3.0
36452025-10-10T23:38:39.855Z Running `/home/build/.rustup/toolchains/1.89.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=f06a6d583efb723c -C extra-filename=-c8214600f2fcf131 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c8214600f2fcf131 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462025-10-10T23:38:39.962Z Compiling globset v0.4.15
36472025-10-10T23:38:39.962Z Running `/home/build/.rustup/toolchains/1.89.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=fecc1765e647deb0 -C extra-filename=-6cdc3c9dff871d5c --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-fa37e0de09fa0fe8.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482025-10-10T23:38:40.009Z Compiling async-recursion v1.1.1
36492025-10-10T23:38:40.009Z Running `/home/build/.rustup/toolchains/1.89.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=29258d263db69c00 -C extra-filename=-a0c6aa7766a56813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502025-10-10T23:38:40.257Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
36512025-10-10T23:38:40.281Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/795a1e0/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=8c6ed703b4d55033 -C extra-filename=-0aee9dadf39a9773 --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-16cff964c3cef883.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c25a76578783ffa8.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-294c22447e8c4582.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522025-10-10T23:38:40.357Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c8214600f2fcf131/build-script-build`
36532025-10-10T23:38:40.435Z Compiling derive_more-impl v2.0.1
36542025-10-10T23:38:40.466Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=ae864136f1908960 -C extra-filename=-685a0ce8da2cd816 --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-b38582def319659c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552025-10-10T23:38:40.491Z Running `/home/build/.rustup/toolchains/1.89.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=d5ea9a807b4de253 -C extra-filename=-7370da02e2b13f60 --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-1a84e413bcb1c25d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562025-10-10T23:38:41.057Z Compiling vte_generate_state_changes v0.1.2
36572025-10-10T23:38:41.082Z Running `/home/build/.rustup/toolchains/1.89.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=a5b42c3e24030489 -C extra-filename=-8ad9b465208f0389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582025-10-10T23:38:41.373Z Compiling termtree v0.5.1
36592025-10-10T23:38:41.398Z Running `/home/build/.rustup/toolchains/1.89.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=074e3f435398d3e2 -C extra-filename=-ca9e3786b6c9ea9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602025-10-10T23:38:41.480Z Compiling fd-lock v4.0.2
36612025-10-10T23:38:41.480Z Running `/home/build/.rustup/toolchains/1.89.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=51a6bcc077dff88a -C extra-filename=-e4a17d99742640de --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-16cff964c3cef883.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622025-10-10T23:38:41.724Z Compiling linked-hash-map v0.5.6
36632025-10-10T23:38:41.750Z Running `/home/build/.rustup/toolchains/1.89.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=65634b26362480a0 -C extra-filename=-823ee3b3e02662f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642025-10-10T23:38:41.783Z Compiling tungstenite v0.21.0
36652025-10-10T23:38:41.808Z Running `/home/build/.rustup/toolchains/1.89.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=95c0f99a8e45ee9a -C extra-filename=-9b736f03cb775fbb --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-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-57fa867c6f0b37c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-745d853f7d714050.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662025-10-10T23:38:41.808Z Compiling vte v0.11.1
36672025-10-10T23:38:41.841Z Running `/home/build/.rustup/toolchains/1.89.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=7ca66e6e463d699e -C extra-filename=-c0f878ac9ce6b343 --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-6a075776c3b4ea6e.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-8ad9b465208f0389.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682025-10-10T23:38:41.892Z Compiling hickory-proto v0.24.4
36692025-10-10T23:38:41.917Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=497ac2d7b2bc9b04 -C extra-filename=-2219ba716389f030 --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-68617f900d2f7ac8.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a01caf054e94e1ca.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-03710643991b456a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702025-10-10T23:38:41.946Z Compiling nibble_vec v0.1.0
36712025-10-10T23:38:42.011Z Running `/home/build/.rustup/toolchains/1.89.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=a5daf8c583eeaa5e -C extra-filename=-2bcecd292853dc7f --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-590a634e5a2f8629.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722025-10-10T23:38:42.140Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
36732025-10-10T23:38:42.165Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/795a1e0/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=01a242471af8f967 -C extra-filename=-51b830974b3cf247 --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-784c297e68e85669.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-59fd8c8c02ebea6d.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-294c22447e8c4582.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0aee9dadf39a9773.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-fd75c911a274067d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742025-10-10T23:38:42.217Z Compiling lru-cache v0.1.2
36752025-10-10T23:38:42.242Z Running `/home/build/.rustup/toolchains/1.89.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=b104a161b8a05bdb -C extra-filename=-31ec74e465c561c1 --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-823ee3b3e02662f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762025-10-10T23:38:42.282Z Compiling derive_more v2.0.1
36772025-10-10T23:38:42.307Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-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=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=1ba31f04c5e05dd9 -C extra-filename=-33f63916ebac6807 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-685a0ce8da2cd816.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782025-10-10T23:38:42.334Z Compiling endian-type v0.1.2
36792025-10-10T23:38:42.358Z Running `/home/build/.rustup/toolchains/1.89.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=29a33dc951161762 -C extra-filename=-ce027260e9a1de33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36802025-10-10T23:38:42.459Z Compiling crossterm v0.29.0
36812025-10-10T23:38:42.484Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-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="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=16b3a42399c1bbaa -C extra-filename=-4edbc1e2e614f971 --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-7144a639a7938e22.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33f63916ebac6807.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f2d4dd3d11cddccc.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-026de9f27adc9304.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822025-10-10T23:38:42.509Z Compiling display-error-chain v0.2.2
36832025-10-10T23:38:42.509Z Running `/home/build/.rustup/toolchains/1.89.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=c564bc307f8ce030 -C extra-filename=-f8d71a72b9e8b2c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842025-10-10T23:38:42.622Z Compiling nu-ansi-term v0.50.1
36852025-10-10T23:38:42.647Z Running `/home/build/.rustup/toolchains/1.89.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=14e54b528c691344 -C extra-filename=-4ea9dd63dd52ed4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862025-10-10T23:38:42.862Z Compiling radix_trie v0.2.1
36872025-10-10T23:38:42.903Z Running `/home/build/.rustup/toolchains/1.89.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=025c74d935525cc4 -C extra-filename=-cedc7e6f971f6f00 --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-ce027260e9a1de33.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-2bcecd292853dc7f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882025-10-10T23:38:43.210Z Compiling strip-ansi-escapes v0.2.0
36892025-10-10T23:38:43.234Z Running `/home/build/.rustup/toolchains/1.89.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=26955748df2feb88 -C extra-filename=-002c6dfa193adeba --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-c0f878ac9ce6b343.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902025-10-10T23:38:43.323Z Compiling tokio-tungstenite v0.21.0
36912025-10-10T23:38:43.348Z Running `/home/build/.rustup/toolchains/1.89.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=72f82bc4c683911c -C extra-filename=-62602b9fa9a99af4 --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-148fd712e6e6f9df.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-9b736f03cb775fbb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922025-10-10T23:38:43.451Z Compiling reedline v0.40.0
36932025-10-10T23:38:43.476Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=57f1c2444388366e -C extra-filename=-f3994cb0106dab68 --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-1a84e413bcb1c25d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6a9e9c3b838c62a2.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-e4a17d99742640de.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-4ea9dd63dd52ed4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-002c6dfa193adeba.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-f68e2f29e8c314df.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f5b7bd5f880a5855.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942025-10-10T23:38:43.583Z Compiling pin-project-internal v1.1.6
36952025-10-10T23:38:43.608Z Running `/home/build/.rustup/toolchains/1.89.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=c2abd882415e863a -C extra-filename=-5a5de036a6f5c493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962025-10-10T23:38:43.633Z Compiling unicode-linebreak v0.1.5
36972025-10-10T23:38:43.633Z Running `/home/build/.rustup/toolchains/1.89.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=ea72be7823788c11 -C extra-filename=-272998c882cb418a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982025-10-10T23:38:43.819Z Compiling smawk v0.3.2
36992025-10-10T23:38:43.844Z Running `/home/build/.rustup/toolchains/1.89.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=541fedf250493b85 -C extra-filename=-c28d8e2a9471e5d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002025-10-10T23:38:43.907Z Compiling pem v3.0.5
37012025-10-10T23:38:43.932Z Running `/home/build/.rustup/toolchains/1.89.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=f8eafd6f5db4fb95 -C extra-filename=-856e36b09938a13c --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-43fec2c760c1f6ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022025-10-10T23:38:44.081Z Compiling textwrap v0.16.2
37032025-10-10T23:38:44.105Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=9a3b5f85343f523c -C extra-filename=-d7cf3c91689479f0 --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-c28d8e2a9471e5d8.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-80806e6d39bc6f58.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-272998c882cb418a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042025-10-10T23:38:44.138Z Compiling snafu-derive v0.8.5
37052025-10-10T23:38:44.177Z Running `/home/build/.rustup/toolchains/1.89.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=613607fed60482d2 -C extra-filename=-dc841385f466c02e --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-3e487195ce270b12.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062025-10-10T23:38:44.537Z Compiling humantime v2.2.0
37072025-10-10T23:38:44.561Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2e7b776a9ebf894 -C extra-filename=-bbcd3faa17ca487c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082025-10-10T23:38:44.956Z Compiling cfg_aliases v0.1.1
37092025-10-10T23:38:44.987Z Running `/home/build/.rustup/toolchains/1.89.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=bbf5b13ac433675d -C extra-filename=-57840a37b209d787 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102025-10-10T23:38:45.012Z Compiling olpc-cjson v0.1.4
37112025-10-10T23:38:45.012Z Compiling bcs v0.1.6
37122025-10-10T23:38:45.012Z Running `/home/build/.rustup/toolchains/1.89.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=68cdaf2da890a60a -C extra-filename=-2dfe2a7a42a14d01 --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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-dc505b20a443036a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132025-10-10T23:38:45.012Z Running `/home/build/.rustup/toolchains/1.89.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=c0659942dd54b2eb -C extra-filename=-a7c6d33f1a57a5b6 --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-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142025-10-10T23:38:45.111Z Compiling nix v0.28.0
37152025-10-10T23:38:45.137Z Running `/home/build/.rustup/toolchains/1.89.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=f841c44b880d8197 -C extra-filename=-be9c90650ba5f90f --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-be9c90650ba5f90f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-57840a37b209d787.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162025-10-10T23:38:45.308Z Compiling serde_plain v1.0.2
37172025-10-10T23:38:45.334Z Running `/home/build/.rustup/toolchains/1.89.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=a61f702afa408054 -C extra-filename=-1764af88ef0657c3 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182025-10-10T23:38:45.677Z Compiling siphasher v1.0.1
37192025-10-10T23:38:45.702Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=2d6b6e7b3a1c957e -C extra-filename=-dbee82f63605404f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37202025-10-10T23:38:45.728Z Compiling typed-path v0.9.3
37212025-10-10T23:38:45.728Z Running `/home/build/.rustup/toolchains/1.89.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=97be6313ba3c05e0 -C extra-filename=-300fd6723ee83a19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222025-10-10T23:38:45.838Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-be9c90650ba5f90f/build-script-build`
37232025-10-10T23:38:45.904Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37242025-10-10T23:38:45.929Z Running `/home/build/.rustup/toolchains/1.89.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=efb45595b6bc3366 -C extra-filename=-de9639f458571e2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252025-10-10T23:38:45.954Z Compiling pin-project v1.1.6
37262025-10-10T23:38:45.954Z Running `/home/build/.rustup/toolchains/1.89.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=b5fefbd0eb5faa8f -C extra-filename=-68db5627c381a3fe --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-5a5de036a6f5c493.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272025-10-10T23:38:46.077Z Compiling phf_shared v0.12.1
37282025-10-10T23:38:46.101Z Running `/home/build/.rustup/toolchains/1.89.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.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("default", "std", "uncased", "unicase"))' -C metadata=8ecb1c28e6479d66 -C extra-filename=-794d15b615574c1c --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-dbee82f63605404f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292025-10-10T23:38:46.155Z Compiling papergrid v0.11.0
37302025-10-10T23:38:46.182Z Running `/home/build/.rustup/toolchains/1.89.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=0e8061fd9a4f1d97 -C extra-filename=-e720bb3044eed74d --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-c2376018bebeb41b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-63bbafb28e7d7eb7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312025-10-10T23:38:46.429Z Compiling hickory-resolver v0.24.4
37322025-10-10T23:38:46.454Z Running `/home/build/.rustup/toolchains/1.89.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=a8bd40f3ba2e3237 -C extra-filename=-8a63f0a99cd17e56 --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-16cff964c3cef883.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2219ba716389f030.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-31ec74e465c561c1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-94c291e4698d61a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332025-10-10T23:38:48.336Z Compiling snafu v0.8.5
37342025-10-10T23:38:48.401Z Running `/home/build/.rustup/toolchains/1.89.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=44fcc4aeb67ddaf5 -C extra-filename=-92ed5d7a0e72589c --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-a7543549df8e10d9.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-68db5627c381a3fe.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-dc841385f466c02e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352025-10-10T23:38:48.426Z Compiling tabled_derive v0.7.0
37362025-10-10T23:38:48.426Z Running `/home/build/.rustup/toolchains/1.89.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=3349b8b2488c7cbe -C extra-filename=-9b93494158ec1415 --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-3e487195ce270b12.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6546dd7f9fe17f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372025-10-10T23:38:48.466Z Compiling csv-core v0.1.11
37382025-10-10T23:38:48.490Z Running `/home/build/.rustup/toolchains/1.89.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=4236f0ca559f9e53 -C extra-filename=-37c38e8921d799d6 --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-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392025-10-10T23:38:48.870Z Compiling qorb v0.4.1
37402025-10-10T23:38:48.895Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-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="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=576d685df172141d -C extra-filename=-7e89575cc437d63a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8a63f0a99cd17e56.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412025-10-10T23:38:48.962Z Compiling semver v0.1.20
37422025-10-10T23:38:48.987Z Running `/home/build/.rustup/toolchains/1.89.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=517a83356f89ed54 -C extra-filename=-46b12240bb870a92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432025-10-10T23:38:49.044Z Compiling chrono-tz v0.10.4
37442025-10-10T23:38:49.068Z Running `/home/build/.rustup/toolchains/1.89.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.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=6314aaa00b92ff85 -C extra-filename=-c4b01ce3a0867b8c --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-c4b01ce3a0867b8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452025-10-10T23:38:49.118Z Compiling highway v1.3.0
37462025-10-10T23:38:49.143Z Running `/home/build/.rustup/toolchains/1.89.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=100b289658e6f44b -C extra-filename=-c3f157400570652f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472025-10-10T23:38:49.306Z Compiling csv v1.3.1
37482025-10-10T23:38:49.331Z Running `/home/build/.rustup/toolchains/1.89.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=c592a5f80804aae8 -C extra-filename=-6a7beeadf0919cf4 --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-37c38e8921d799d6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f2474c6cd59eb6fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492025-10-10T23:38:49.435Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-c4b01ce3a0867b8c/build-script-build`
37502025-10-10T23:38:49.495Z Compiling rustc_version v0.1.7
37512025-10-10T23:38:49.519Z Running `/home/build/.rustup/toolchains/1.89.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=64026497f40fd9d3 -C extra-filename=-fcccd268b19a0226 --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-46b12240bb870a92.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522025-10-10T23:38:49.544Z Compiling phf v0.12.1
37532025-10-10T23:38:49.602Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=c7656dc4215197eb -C extra-filename=-a2b4c43aed521e34 --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-794d15b615574c1c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542025-10-10T23:38:49.857Z Running `/home/build/.rustup/toolchains/1.89.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=b930b48a21006b3c -C extra-filename=-cfbb9e4a791c734a --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-7144a639a7938e22.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
37552025-10-10T23:38:49.903Z Compiling const_format_proc_macros v0.2.34
37562025-10-10T23:38:49.928Z Running `/home/build/.rustup/toolchains/1.89.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=332be20ec6003e93 -C extra-filename=-11f1c5942ab79a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-58a5172ac4a60185.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37572025-10-10T23:38:49.963Z Compiling peg-macros v0.8.5
37582025-10-10T23:38:49.999Z Running `/home/build/.rustup/toolchains/1.89.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=3709ef23f40be0f6 -C extra-filename=-df97052a4e73998e --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-5ed192293457b111.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37592025-10-10T23:38:50.436Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37602025-10-10T23:38:50.461Z Compiling tabled v0.15.0
37612025-10-10T23:38:50.461Z Running `/home/build/.rustup/toolchains/1.89.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=76085408d84d0463 -C extra-filename=-e538b995c42854b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-e538b995c42854b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622025-10-10T23:38:50.461Z Running `/home/build/.rustup/toolchains/1.89.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=a309aa4f83a29bd6 -C extra-filename=-89c9d917907bd40a --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-e720bb3044eed74d.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-9b93494158ec1415.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632025-10-10T23:38:51.170Z Compiling sqlparser_derive v0.2.2
37642025-10-10T23:38:51.195Z Running `/home/build/.rustup/toolchains/1.89.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=aebc5244da5f8891 -C extra-filename=-f3fb1060709bcf43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652025-10-10T23:38:51.434Z Compiling unicode_categories v0.1.1
37662025-10-10T23:38:51.458Z Running `/home/build/.rustup/toolchains/1.89.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=3efe4cb8df43e833 -C extra-filename=-bcec0b188fcfd21b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672025-10-10T23:38:51.632Z Compiling const_format v0.2.34
37682025-10-10T23:38:51.657Z Running `/home/build/.rustup/toolchains/1.89.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=e7dc2597557d4bc2 -C extra-filename=-8c81071766d0bbed --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-11f1c5942ab79a09.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692025-10-10T23:38:51.808Z Compiling sqlformat v0.3.5
37702025-10-10T23:38:51.832Z Running `/home/build/.rustup/toolchains/1.89.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=50d73d857ea5ea5d -C extra-filename=-59c714fd7714c4fb --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-bcec0b188fcfd21b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712025-10-10T23:38:52.252Z Compiling sqlparser v0.45.0
37722025-10-10T23:38:52.277Z Running `/home/build/.rustup/toolchains/1.89.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=3e17863f5fbac444 -C extra-filename=-e851b5bf7463a7d2 --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-a76b93ce4f157850.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-f3fb1060709bcf43.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732025-10-10T23:38:52.301Z Compiling rustyline v14.0.0
37742025-10-10T23:38:52.301Z Running `/home/build/.rustup/toolchains/1.89.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=3500c524430f6212 -C extra-filename=-3989862fdd6a32c1 --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-7144a639a7938e22.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-e4a17d99742640de.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ea405cba7d288502.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cfbb9e4a791c734a.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-cedc7e6f971f6f00.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f5b7bd5f880a5855.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6a075776c3b4ea6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752025-10-10T23:38:52.734Z Compiling peg v0.8.5
37762025-10-10T23:38:52.759Z Running `/home/build/.rustup/toolchains/1.89.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=4e7f23ffe260a7eb -C extra-filename=-beaaecc917906a36 --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-df97052a4e73998e.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-5ed192293457b111.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772025-10-10T23:38:52.833Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-e538b995c42854b0/build-script-build`
37782025-10-10T23:38:52.893Z Compiling newtype_derive v0.1.6
37792025-10-10T23:38:52.936Z Running `/home/build/.rustup/toolchains/1.89.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=47d67f01564874e6 -C extra-filename=-1a7fa93cd0936b0c --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-1a7fa93cd0936b0c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-fcccd268b19a0226.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802025-10-10T23:38:52.961Z Running `/home/build/.rustup/toolchains/1.89.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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=1433391e737a7ee8 -C extra-filename=-3b5a1071c5dccf33 --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-1a84e413bcb1c25d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a2b4c43aed521e34.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812025-10-10T23:38:52.992Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
37822025-10-10T23:38:52.992Z Running `/home/build/.rustup/toolchains/1.89.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=0d8e7e880fccdb3b -C extra-filename=-e72ca0e7dc89fbad --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-e72ca0e7dc89fbad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832025-10-10T23:38:53.289Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1a7fa93cd0936b0c/build-script-build`
37842025-10-10T23:38:53.397Z Running `/home/build/.rustup/toolchains/1.89.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=a7b6ecf79113e9f3 -C extra-filename=-553ecad22240ed78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
37852025-10-10T23:38:53.567Z Compiling steno v0.4.1
37862025-10-10T23:38:53.592Z Running `/home/build/.rustup/toolchains/1.89.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=a9a9c0d4f4c4d5a9 -C extra-filename=-7016dcfaa30975a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ced34b824d457562.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872025-10-10T23:38:53.773Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-e72ca0e7dc89fbad/build-script-build`
37882025-10-10T23:38:53.853Z Compiling arc-swap v1.7.1
37892025-10-10T23:38:53.879Z Running `/home/build/.rustup/toolchains/1.89.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=ee13ff9ad529503d -C extra-filename=-ede66996d8ac93ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902025-10-10T23:38:53.904Z Compiling xattr v1.3.1
37912025-10-10T23:38:53.956Z Running `/home/build/.rustup/toolchains/1.89.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=765cdeca4a6332c1 -C extra-filename=-19b8dcbb2f2cce7b --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-6751e857fb1c1f4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37922025-10-10T23:38:54.221Z Compiling filetime v0.2.25
37932025-10-10T23:38:54.246Z Running `/home/build/.rustup/toolchains/1.89.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=488d13dfa5afc635 -C extra-filename=-1024395cd648c8a4 --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942025-10-10T23:38:54.419Z Compiling slog-scope v4.4.0
37952025-10-10T23:38:54.444Z Running `/home/build/.rustup/toolchains/1.89.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=dada4712e555a7b9 -C extra-filename=-301ee7d8dffc705f --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-ede66996d8ac93ac.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962025-10-10T23:38:54.559Z Compiling tar v0.4.44
37972025-10-10T23:38:54.584Z Running `/home/build/.rustup/toolchains/1.89.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=3d425d48eb07ff7f -C extra-filename=-23be4f781f76c225 --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-1024395cd648c8a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-19b8dcbb2f2cce7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982025-10-10T23:38:54.867Z Compiling slog-stdlog v4.1.1
37992025-10-10T23:38:54.891Z Running `/home/build/.rustup/toolchains/1.89.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=d443f44b3ce036f3 -C extra-filename=-360a54e2f9df252c --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-a76b93ce4f157850.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-301ee7d8dffc705f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002025-10-10T23:38:55.222Z Compiling slog-envlogger v2.2.0
38012025-10-10T23:38:55.246Z Running `/home/build/.rustup/toolchains/1.89.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=25c91dce87dae682 -C extra-filename=-fa42da51cd0fd360 --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-a76b93ce4f157850.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-301ee7d8dffc705f.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-360a54e2f9df252c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022025-10-10T23:38:55.493Z Compiling half v2.4.1
38032025-10-10T23:38:55.517Z Running `/home/build/.rustup/toolchains/1.89.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=1fdfd196a702d4d3 -C extra-filename=-f67a8291b760a41a --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-16cff964c3cef883.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042025-10-10T23:38:55.542Z Compiling ciborium-io v0.2.2
38052025-10-10T23:38:55.542Z Running `/home/build/.rustup/toolchains/1.89.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=5b7a67ffe2798339 -C extra-filename=-c63b822a14256477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062025-10-10T23:38:55.711Z Compiling keccak v0.1.5
38072025-10-10T23:38:55.735Z Running `/home/build/.rustup/toolchains/1.89.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=10db47a7d9c2ba89 -C extra-filename=-543f4dd91adfd402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082025-10-10T23:38:55.831Z Running `/home/build/.rustup/toolchains/1.89.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=84cedcb74374f81b -C extra-filename=-1445a2383d7546e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
38092025-10-10T23:38:56.023Z Compiling ciborium-ll v0.2.2
38102025-10-10T23:38:56.070Z Running `/home/build/.rustup/toolchains/1.89.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=c39614635f1a70f1 -C extra-filename=-1006a918f8c75574 --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-c63b822a14256477.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-f67a8291b760a41a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112025-10-10T23:38:56.145Z Compiling sha3 v0.10.8
38122025-10-10T23:38:56.170Z Running `/home/build/.rustup/toolchains/1.89.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=485d3afdc08e1b21 -C extra-filename=-df82ee9cba5bb7d4 --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-dd833add49a4eb53.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-543f4dd91adfd402.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132025-10-10T23:38:56.337Z Compiling universal-hash v0.5.1
38142025-10-10T23:38:56.361Z Running `/home/build/.rustup/toolchains/1.89.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=572bf18236879d7b -C extra-filename=-3e15496c767aa9a0 --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-99ff3d0f0d216c1c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152025-10-10T23:38:56.431Z Compiling ciborium v0.2.2
38162025-10-10T23:38:56.456Z Running `/home/build/.rustup/toolchains/1.89.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=bbd308fac5b064bd -C extra-filename=-971849dc346a6008 --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-c63b822a14256477.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-1006a918f8c75574.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172025-10-10T23:38:56.577Z Compiling opaque-debug v0.3.1
38182025-10-10T23:38:56.627Z Running `/home/build/.rustup/toolchains/1.89.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=0ef56098a26ba320 -C extra-filename=-af0c423cee69007c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192025-10-10T23:38:56.677Z Compiling typify-impl v0.2.0
38202025-10-10T23:38:56.701Z Running `/home/build/.rustup/toolchains/1.89.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=43f0f1470251fa0a -C extra-filename=-2c527f65c3b97c21 --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-9612a25fb0aed7d0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38212025-10-10T23:38:56.730Z Compiling subprocess v0.2.9
38222025-10-10T23:38:56.784Z Running `/home/build/.rustup/toolchains/1.89.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=a2732936b2b90727 -C extra-filename=-83f289588422a12e --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232025-10-10T23:38:57.053Z Compiling headers-core v0.3.0
38242025-10-10T23:38:57.078Z Running `/home/build/.rustup/toolchains/1.89.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=5707477a9d50941c -C extra-filename=-7cfdd430842e2563 --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-718670cf184476d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252025-10-10T23:38:57.257Z Compiling headers v0.4.1
38262025-10-10T23:38:57.286Z Running `/home/build/.rustup/toolchains/1.89.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=66d547dc5f238296 -C extra-filename=-39687260fb3b22f5 --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-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-7cfdd430842e2563.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2cf7c64e6a195268.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-72ce21d76a94c4bc.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272025-10-10T23:38:57.635Z Compiling aead v0.5.2
38282025-10-10T23:38:57.659Z Running `/home/build/.rustup/toolchains/1.89.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=096388d31a52af8e -C extra-filename=-8e220d2680d63410 --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-99ff3d0f0d216c1c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292025-10-10T23:38:58.081Z Compiling poly1305 v0.8.0
38302025-10-10T23:38:58.106Z Running `/home/build/.rustup/toolchains/1.89.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=c5447f73242e5872 -C extra-filename=-ec4e42f5cc5615c0 --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-2a365cb9aa123394.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-af0c423cee69007c.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-3e15496c767aa9a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312025-10-10T23:38:58.211Z Compiling chacha20 v0.9.1
38322025-10-10T23:38:58.236Z Running `/home/build/.rustup/toolchains/1.89.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=c865617c313a1320 -C extra-filename=-25e2d596b785f137 --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-16cff964c3cef883.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-40e701b42c2114c5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332025-10-10T23:38:58.712Z Compiling lzma-sys v0.1.20
38342025-10-10T23:38:58.736Z Running `/home/build/.rustup/toolchains/1.89.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=1976775e92ddf1cb -C extra-filename=-914deba28a45add7 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-914deba28a45add7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352025-10-10T23:38:58.888Z Compiling heck v0.3.3
38362025-10-10T23:38:58.913Z Running `/home/build/.rustup/toolchains/1.89.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=429c048ee472a8ad -C extra-filename=-6068ff7f63031e81 --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-f5b7bd5f880a5855.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372025-10-10T23:38:58.945Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38382025-10-10T23:38:58.945Z Running `/home/build/.rustup/toolchains/1.89.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=6c9d6f882c63c33f -C extra-filename=-f43290af23661fc4 --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-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392025-10-10T23:38:59.308Z Compiling zone_cfg_derive v0.1.2
38402025-10-10T23:38:59.332Z Running `/home/build/.rustup/toolchains/1.89.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=2ea422e48fed4385 -C extra-filename=-46267e4ef5280fff --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-6068ff7f63031e81.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6546dd7f9fe17f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412025-10-10T23:38:59.380Z Compiling yasna v0.5.2
38422025-10-10T23:38:59.404Z Running `/home/build/.rustup/toolchains/1.89.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=6fd80bf73dd3913e -C extra-filename=-e9852cf79273875f --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-2dc41db2bdf7cae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38432025-10-10T23:38:59.466Z Compiling base64 v0.13.1
38442025-10-10T23:38:59.491Z Running `/home/build/.rustup/toolchains/1.89.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=436fa49f32d59b23 -C extra-filename=-4d19e23b0f3849a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452025-10-10T23:38:59.592Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-914deba28a45add7/build-script-build`
38462025-10-10T23:38:59.659Z Running `/home/build/.rustup/toolchains/1.89.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=5ecddf3e1e4830b5 -C extra-filename=-0327e1f8cdee530c --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
38472025-10-10T23:38:59.891Z Compiling number_prefix v0.4.0
38482025-10-10T23:38:59.916Z Running `/home/build/.rustup/toolchains/1.89.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=20dc582b4799c68e -C extra-filename=-97f80ff647190ed7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492025-10-10T23:39:00.055Z Compiling ron v0.7.1
38502025-10-10T23:39:00.081Z Running `/home/build/.rustup/toolchains/1.89.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=a6ba238b68ca3f1b -C extra-filename=-32b4999f2edf0223 --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-4d19e23b0f3849a1.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-19d9f1304dcf7a40.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38512025-10-10T23:39:00.195Z Compiling indicatif v0.17.11
38522025-10-10T23:39:00.220Z Running `/home/build/.rustup/toolchains/1.89.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="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=0217f17eede8b15b -C extra-filename=-42fd05775e44f83e --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-7fc67dc6d779fea4.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-97f80ff647190ed7.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532025-10-10T23:39:00.691Z Compiling zone v0.1.8
38542025-10-10T23:39:00.716Z Running `/home/build/.rustup/toolchains/1.89.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=66393dd2158f3bcb -C extra-filename=-344a8d7004afc2bc --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-5488270ca8c700f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-46267e4ef5280fff.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552025-10-10T23:39:00.792Z Compiling rcgen v0.12.1
38562025-10-10T23:39:00.843Z Running `/home/build/.rustup/toolchains/1.89.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=1efd0331061c1df4 -C extra-filename=-5936bdb97f2ac5fd --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-856e36b09938a13c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-e9852cf79273875f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
38572025-10-10T23:39:01.853Z Compiling xz2 v0.1.7
38582025-10-10T23:39:01.879Z Running `/home/build/.rustup/toolchains/1.89.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=d3d68dfddcfa84e0 -C extra-filename=-39789014ef0e52a1 --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-0327e1f8cdee530c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
38592025-10-10T23:39:01.904Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38602025-10-10T23:39:01.929Z Compiling thiserror-impl-no-std v2.0.2
38612025-10-10T23:39:01.929Z Running `/home/build/.rustup/toolchains/1.89.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=d1597c5bb4a7d82b -C extra-filename=-cf9af829c6b8591f --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-f43290af23661fc4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622025-10-10T23:39:01.929Z Running `/home/build/.rustup/toolchains/1.89.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=9c70b3ecb63b4085 -C extra-filename=-7d1ce746d32ef376 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632025-10-10T23:39:02.299Z Compiling chacha20poly1305 v0.10.1
38642025-10-10T23:39:02.324Z Running `/home/build/.rustup/toolchains/1.89.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=dc5e434725f44ec7 -C extra-filename=-1195d89c002f0d88 --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-8e220d2680d63410.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-25e2d596b785f137.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-40e701b42c2114c5.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-ec4e42f5cc5615c0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652025-10-10T23:39:02.551Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
38662025-10-10T23:39:02.576Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/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=2eedfa0a7e262865 -C extra-filename=-22a5ca16c7f723c7 --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-43fec2c760c1f6ef.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-23652635d3e0bfe5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672025-10-10T23:39:02.600Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
38682025-10-10T23:39:02.644Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/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=141c5bd47f419a1e -C extra-filename=-0bfcfed0ebd3a1f8 --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-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692025-10-10T23:39:02.669Z Compiling moka v0.12.10
38702025-10-10T23:39:02.669Z Compiling tagptr v0.2.0
38712025-10-10T23:39:02.669Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=bc006d886898c244 -C extra-filename=-419228d7a2f9b964 --out-dir /work/oxidecomputer/omicron/target/debug/build/moka-419228d7a2f9b964 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722025-10-10T23:39:02.669Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tagptr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tagptr-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70bbb35c7d172049 -C extra-filename=-cc425aab7dbcd122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732025-10-10T23:39:03.022Z Compiling dropshot-api-manager-types v0.2.2
38742025-10-10T23:39:03.047Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-types-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=8b031306c49e3b79 -C extra-filename=-e156477d77b552fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752025-10-10T23:39:03.104Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-419228d7a2f9b964/build-script-build`
38762025-10-10T23:39:03.164Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=82c0067733b26747 -C extra-filename=-e502bd43434693c4 --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-18581a88059f94fc.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-cc425aab7dbcd122.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772025-10-10T23:39:03.269Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
38782025-10-10T23:39:03.294Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/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=151c2715f9483358 -C extra-filename=-e20ffd4cad3719c6 --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-22a5ca16c7f723c7.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0bfcfed0ebd3a1f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792025-10-10T23:39:03.580Z Compiling nix v0.30.1
38802025-10-10T23:39:03.605Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=7fd04f126d530262 -C extra-filename=-2d7a5306b3cb4e14 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-2d7a5306b3cb4e14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-8f850c6f660b5d8b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812025-10-10T23:39:03.631Z Compiling libefi-sys v0.1.0
38822025-10-10T23:39:03.664Z Running `/home/build/.rustup/toolchains/1.89.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=ba9b30bc3bd2460d -C extra-filename=-553c9ecde338b9db --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-553c9ecde338b9db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832025-10-10T23:39:04.006Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-553c9ecde338b9db/build-script-build`
38842025-10-10T23:39:04.066Z Compiling bitfield-struct v0.6.2
38852025-10-10T23:39:04.090Z Running `/home/build/.rustup/toolchains/1.89.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=c7698a86852a0bf9 -C extra-filename=-d7937b5e1583c19f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862025-10-10T23:39:04.377Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-2d7a5306b3cb4e14/build-script-build`
38872025-10-10T23:39:04.444Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=af1cbbed051dc04a -C extra-filename=-bf590cde3ce690df --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-7144a639a7938e22.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-d5752e9542c7786d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
38882025-10-10T23:39:04.492Z Compiling thiserror-no-std v2.0.2
38892025-10-10T23:39:04.516Z Running `/home/build/.rustup/toolchains/1.89.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=d95c4bce3f54a468 -C extra-filename=-0c31326afb68aef9 --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-7d1ce746d32ef376.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902025-10-10T23:39:04.681Z Compiling vsss-rs v3.3.4
38912025-10-10T23:39:04.706Z Running `/home/build/.rustup/toolchains/1.89.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=c396a75f8b5d95f3 -C extra-filename=-17d8434b9893ec40 --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-6a74b7a80d29c515.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a0712094a2fe141f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-0c31326afb68aef9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922025-10-10T23:39:04.769Z Compiling hickory-resolver v0.25.2
38932025-10-10T23:39:04.794Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=d34a940c46d34214 -C extra-filename=-b674dd16dd22f44c --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-16cff964c3cef883.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-e502bd43434693c4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-94c291e4698d61a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942025-10-10T23:39:05.403Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
38952025-10-10T23:39:05.427Z Running `/home/build/.rustup/toolchains/1.89.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=d2a52d2e989642f6 -C extra-filename=-2e07073994e865a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-2e07073994e865a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962025-10-10T23:39:05.589Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38972025-10-10T23:39:05.613Z Running `/home/build/.rustup/toolchains/1.89.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=14d67c6aad0c639f -C extra-filename=-cc07eab20f96fde2 --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-d7937b5e1583c19f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982025-10-10T23:39:05.933Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-2e07073994e865a8/build-script-build`
38992025-10-10T23:39:06.078Z Running `/home/build/.rustup/toolchains/1.89.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=08ee6189c08531c2 -C extra-filename=-8b44f2ceda748132 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
39002025-10-10T23:39:06.178Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39012025-10-10T23:39:06.203Z Running `/home/build/.rustup/toolchains/1.89.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=40eeefd494506aee -C extra-filename=-003d714d25dd1cda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-e37b3bb3697a6962.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022025-10-10T23:39:06.262Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39032025-10-10T23:39:06.287Z Running `/home/build/.rustup/toolchains/1.89.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=7ed93ada19c85c7f -C extra-filename=-d3f0d87628df8a16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042025-10-10T23:39:06.438Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39052025-10-10T23:39:06.464Z Running `/home/build/.rustup/toolchains/1.89.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=04be29b86c831778 -C extra-filename=-9cdb505b4fb0eedb --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-cc07eab20f96fde2.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-d3f0d87628df8a16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062025-10-10T23:39:06.493Z Compiling typify-macro v0.2.0
39072025-10-10T23:39:06.493Z Running `/home/build/.rustup/toolchains/1.89.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=94ee2ae9c7b1ce88 -C extra-filename=-2d21dc2a1d07b8ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-2c527f65c3b97c21.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082025-10-10T23:39:06.528Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39092025-10-10T23:39:06.552Z Running `/home/build/.rustup/toolchains/1.89.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=67f4d10ba1eec80a -C extra-filename=-720173f4da1d6ce6 --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-784c297e68e85669.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-8b44f2ceda748132.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102025-10-10T23:39:06.798Z Running `/home/build/.rustup/toolchains/1.89.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=d8819eacc5eaab2c -C extra-filename=-564e279dab4242ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-003d714d25dd1cda.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -l static=pci`
39112025-10-10T23:39:06.923Z Compiling radium v0.7.0
39122025-10-10T23:39:06.948Z Running `/home/build/.rustup/toolchains/1.89.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=82a55092cacf6659 -C extra-filename=-2584eb7563a95657 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-2584eb7563a95657 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132025-10-10T23:39:07.109Z Compiling maybe-uninit v2.0.0
39142025-10-10T23:39:07.134Z Running `/home/build/.rustup/toolchains/1.89.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=6a475727bd2be2ad -C extra-filename=-75e3041ff2a36386 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75e3041ff2a36386 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152025-10-10T23:39:07.237Z Compiling tap v1.0.1
39162025-10-10T23:39:07.261Z Running `/home/build/.rustup/toolchains/1.89.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=5785c0dd2a4b07ff -C extra-filename=-6821300b44d28192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172025-10-10T23:39:07.289Z Compiling zerocopy-derive v0.6.6
39182025-10-10T23:39:07.335Z Running `/home/build/.rustup/toolchains/1.89.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=cf2db4c55070efa0 -C extra-filename=-5b00702b82005e90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39192025-10-10T23:39:07.457Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-2584eb7563a95657/build-script-build`
39202025-10-10T23:39:07.499Z Compiling wyz v0.5.1
39212025-10-10T23:39:07.545Z Running `/home/build/.rustup/toolchains/1.89.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=f30e0a754eab44bd -C extra-filename=-99976235e159ab3b --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-6821300b44d28192.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222025-10-10T23:39:07.570Z Running `/home/build/.rustup/toolchains/1.89.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=644c892a62feb1bd -C extra-filename=-8186531a4f97dbda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
39232025-10-10T23:39:07.703Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75e3041ff2a36386/build-script-build`
39242025-10-10T23:39:07.868Z Compiling packed_struct v0.10.1
39252025-10-10T23:39:07.893Z Running `/home/build/.rustup/toolchains/1.89.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=59f3fdd84f5ccaa1 -C extra-filename=-8927ff2958141b2d --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-8927ff2958141b2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262025-10-10T23:39:07.995Z Compiling funty v2.0.0
39272025-10-10T23:39:08.020Z Running `/home/build/.rustup/toolchains/1.89.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=e2420b0efd30845d -C extra-filename=-79abe4a2efb5da3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282025-10-10T23:39:08.070Z Compiling crc-catalog v2.4.0
39292025-10-10T23:39:08.094Z Running `/home/build/.rustup/toolchains/1.89.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=f6f05878b66eb32a -C extra-filename=-a2bab060fb10f688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302025-10-10T23:39:08.281Z Compiling crc v3.2.1
39312025-10-10T23:39:08.305Z Running `/home/build/.rustup/toolchains/1.89.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=8b417592b872e529 -C extra-filename=-75faa612680178c1 --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-a2bab060fb10f688.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322025-10-10T23:39:08.398Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-8927ff2958141b2d/build-script-build`
39332025-10-10T23:39:08.463Z Running `/home/build/.rustup/toolchains/1.89.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=bc3d94d22278d3dc -C extra-filename=-2a75ec28b01d4072 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
39342025-10-10T23:39:08.507Z Compiling packed_struct_codegen v0.10.1
39352025-10-10T23:39:08.532Z Running `/home/build/.rustup/toolchains/1.89.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=a81a1d7aef97d52f -C extra-filename=-1838512c76a2de75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362025-10-10T23:39:08.627Z Compiling bitfield-macros v0.19.2
39372025-10-10T23:39:08.652Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.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=8503e7b08163873b -C extra-filename=-7bea7a22a777c97a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382025-10-10T23:39:08.757Z Compiling memmap2 v0.9.8
39392025-10-10T23:39:08.781Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=dd3fd5b2d3588c35 -C extra-filename=-a8d790446100d922 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402025-10-10T23:39:08.913Z Compiling bitvec v1.0.1
39412025-10-10T23:39:08.938Z Running `/home/build/.rustup/toolchains/1.89.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=65ae8ae9b352b85c -C extra-filename=-b32d034c085f47f5 --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-79abe4a2efb5da3b.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-8186531a4f97dbda.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-6821300b44d28192.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-99976235e159ab3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422025-10-10T23:39:09.180Z Compiling zerocopy v0.6.6
39432025-10-10T23:39:09.204Z Running `/home/build/.rustup/toolchains/1.89.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=564e6f986a505c5f -C extra-filename=-a371434f5a26d4be --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-bf80f7a3bae0a263.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-5b00702b82005e90.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442025-10-10T23:39:09.229Z Compiling indexmap v1.9.3
39452025-10-10T23:39:09.229Z Running `/home/build/.rustup/toolchains/1.89.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=88453edac3b812d7 -C extra-filename=-8466d390a730ecd7 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-8466d390a730ecd7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462025-10-10T23:39:09.436Z Compiling nodrop v0.1.14
39472025-10-10T23:39:09.461Z Running `/home/build/.rustup/toolchains/1.89.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=7d900afb78226621 -C extra-filename=-be6724bfda87768b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482025-10-10T23:39:09.631Z Compiling array-init v0.0.4
39492025-10-10T23:39:09.669Z Running `/home/build/.rustup/toolchains/1.89.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=a73cea45189e358d -C extra-filename=-eb745abf4368fec4 --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-be6724bfda87768b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502025-10-10T23:39:09.709Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-8466d390a730ecd7/build-script-build`
39512025-10-10T23:39:09.734Z Compiling smallvec v0.6.14
39522025-10-10T23:39:09.758Z Running `/home/build/.rustup/toolchains/1.89.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=86f7660ee9bb308e -C extra-filename=-05fa282ded4f5f34 --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-2a75ec28b01d4072.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532025-10-10T23:39:09.903Z Compiling proc-macro-error-attr2 v2.0.0
39542025-10-10T23:39:09.948Z Running `/home/build/.rustup/toolchains/1.89.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=105af8aa158fc195 -C extra-filename=-cd41deb349ee9cf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552025-10-10T23:39:10.050Z Compiling bitfield v0.19.2
39562025-10-10T23:39:10.076Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a75338dc2a6b785 -C extra-filename=-4f156cecafcfb832 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_macros=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_macros-7bea7a22a777c97a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572025-10-10T23:39:10.148Z Compiling hashbrown v0.12.3
39582025-10-10T23:39:10.172Z Running `/home/build/.rustup/toolchains/1.89.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=45a1e9d8f1f0d49c -C extra-filename=-7a3b7c02035fa53d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592025-10-10T23:39:10.464Z Compiling typify v0.2.0
39602025-10-10T23:39:10.488Z Running `/home/build/.rustup/toolchains/1.89.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=ca56980a651c9c7b -C extra-filename=-44d216dcf1ba6ec3 --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-2c527f65c3b97c21.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-2d21dc2a1d07b8ce.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612025-10-10T23:39:10.513Z Compiling xshell-macros v0.2.7
39622025-10-10T23:39:10.513Z Running `/home/build/.rustup/toolchains/1.89.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=a2ff93a5b10d5df7 -C extra-filename=-41c6691b37dc084c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632025-10-10T23:39:10.557Z Compiling serde-hex v0.1.0
39642025-10-10T23:39:10.582Z Running `/home/build/.rustup/toolchains/1.89.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=50caed8b44bf9321 -C extra-filename=-0dec0c095b2f7805 --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-eb745abf4368fec4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-05fa282ded4f5f34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652025-10-10T23:39:10.684Z Compiling progenitor-impl v0.8.0
39662025-10-10T23:39:10.684Z Running `/home/build/.rustup/toolchains/1.89.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=c6b6b68d29559e36 -C extra-filename=-c0d1456228263eac --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-9612a25fb0aed7d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-44d216dcf1ba6ec3.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672025-10-10T23:39:10.729Z Compiling proc-macro-error2 v2.0.1
39682025-10-10T23:39:10.754Z Running `/home/build/.rustup/toolchains/1.89.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=d704288068efbb0c -C extra-filename=-93ba87480d9474e4 --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-cd41deb349ee9cf9.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692025-10-10T23:39:10.784Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39702025-10-10T23:39:10.808Z Running `/home/build/.rustup/toolchains/1.89.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=7278b4d1d07e00f0 -C extra-filename=-4f6d72926fc935b0 --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-bf80f7a3bae0a263.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-75faa612680178c1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a371434f5a26d4be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712025-10-10T23:39:11.099Z Running `/home/build/.rustup/toolchains/1.89.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=0409d765348ca630 -C extra-filename=-63738e6134ff6c5a --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-7a3b7c02035fa53d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
39722025-10-10T23:39:11.142Z Compiling ron v0.8.1
39732025-10-10T23:39:11.167Z Running `/home/build/.rustup/toolchains/1.89.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=392f6ff50b440541 -C extra-filename=-4e2f5ecc9feaa41c --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-f59c456c6a871a93.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7144a639a7938e22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742025-10-10T23:39:11.295Z Compiling xshell v0.2.7
39752025-10-10T23:39:11.320Z Running `/home/build/.rustup/toolchains/1.89.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=972b725dd7aac9df -C extra-filename=-b4137fa4eb72a9f1 --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-41c6691b37dc084c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762025-10-10T23:39:11.349Z Compiling hashbrown v0.13.2
39772025-10-10T23:39:11.374Z Running `/home/build/.rustup/toolchains/1.89.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=7d8c342c4f478d70 -C extra-filename=-2db3353d915f6d59 --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-c9c66229a77eff07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782025-10-10T23:39:11.905Z Running `/home/build/.rustup/toolchains/1.89.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=e99d7273ffb55a23 -C extra-filename=-a2009939b299f953 --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-b32d034c085f47f5.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-1838512c76a2de75.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792025-10-10T23:39:11.948Z Compiling maplit v1.0.2
39802025-10-10T23:39:11.973Z Running `/home/build/.rustup/toolchains/1.89.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=401f7685c76849b5 -C extra-filename=-16388f2318237ee2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812025-10-10T23:39:12.140Z Compiling crc-any v2.5.0
39822025-10-10T23:39:12.165Z Running `/home/build/.rustup/toolchains/1.89.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=1c687875f18c3aea -C extra-filename=-e3aec54c31842590 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832025-10-10T23:39:12.335Z Compiling object v0.30.4
39842025-10-10T23:39:12.359Z Running `/home/build/.rustup/toolchains/1.89.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=e1857089ef9f05e2 -C extra-filename=-dcbd4fab2f61c276 --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-f5874dc4fb95babe.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2db3353d915f6d59.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-63738e6134ff6c5a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852025-10-10T23:39:12.393Z Compiling path-slash v0.1.5
39862025-10-10T23:39:12.393Z Running `/home/build/.rustup/toolchains/1.89.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=06781218a06d3258 -C extra-filename=-0bdbcddafa3195e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872025-10-10T23:39:12.621Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39882025-10-10T23:39:12.646Z Compiling num-derive v0.3.3
39892025-10-10T23:39:12.646Z Running `/home/build/.rustup/toolchains/1.89.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=381351ba8fc45f2f -C extra-filename=-9f317daf8a21520d --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-4e2f5ecc9feaa41c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4f6d72926fc935b0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a371434f5a26d4be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902025-10-10T23:39:12.646Z Running `/home/build/.rustup/toolchains/1.89.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=b4bb921cb074b5cc -C extra-filename=-3ed99e3e6165bf20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912025-10-10T23:39:13.217Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
39922025-10-10T23:39:13.256Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/db07274/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=9d24c8be749f3750 -C extra-filename=-531bcbdcd9b2f1f2 --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-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932025-10-10T23:39:13.281Z Compiling tabled_derive v0.11.0
39942025-10-10T23:39:13.282Z Running `/home/build/.rustup/toolchains/1.89.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.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b125343d871ad26 -C extra-filename=-2454bd5d60fbf4ff --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-9612a25fb0aed7d0.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-93ba87480d9474e4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952025-10-10T23:39:13.682Z Compiling papergrid v0.17.0
39962025-10-10T23:39:13.707Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.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 --cfg 'feature="fnv"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "fnv", "std"))' -C metadata=d869b9034d0567a6 -C extra-filename=-fc4d2a59e71281a7 --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-c2376018bebeb41b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-63bbafb28e7d7eb7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972025-10-10T23:39:14.318Z Compiling testing_table v0.3.0
39982025-10-10T23:39:14.342Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name testing_table --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/testing_table-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansitok", "std"))' -C metadata=659f4a6378c47beb -C extra-filename=-86681e20026f4de7 --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-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992025-10-10T23:39:14.574Z Compiling libscf-sys v1.1.0
40002025-10-10T23:39:14.614Z Running `/home/build/.rustup/toolchains/1.89.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=0acbdf53c666b033 -C extra-filename=-b7de7f84423b2f5f --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-784c297e68e85669.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-3ed99e3e6165bf20.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012025-10-10T23:39:14.639Z Compiling usdt-attr-macro v0.6.0
40022025-10-10T23:39:14.673Z Running `/home/build/.rustup/toolchains/1.89.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.6.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=a9862a683769d93a -C extra-filename=-a4150b029c1fd6c2 --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-3a1bb4c15cea19f4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7220c3a5a067b5b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032025-10-10T23:39:14.855Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40042025-10-10T23:39:14.880Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/b507bc6/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=3d7b4be19ab0b666 -C extra-filename=-a8b7caeb821f48e6 --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-4f156cecafcfb832.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-a2009939b299f953.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052025-10-10T23:39:15.210Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40062025-10-10T23:39:15.235Z Running `/home/build/.rustup/toolchains/1.89.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=ebbbd68c653cfab6 -C extra-filename=-6abb93ba2a6c1932 --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-784c297e68e85669.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-b7de7f84423b2f5f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072025-10-10T23:39:15.749Z Compiling usdt-macro v0.6.0
40082025-10-10T23:39:15.773Z Running `/home/build/.rustup/toolchains/1.89.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.6.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=c9a82062a7431070 -C extra-filename=-a6d99a0830f935d2 --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-3a1bb4c15cea19f4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7220c3a5a067b5b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092025-10-10T23:39:15.902Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40102025-10-10T23:39:15.926Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/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=3dafa6bf0efc1ffb -C extra-filename=-fe0a906662d054a6 --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-7144a639a7938e22.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112025-10-10T23:39:16.183Z Compiling progenitor-macro v0.8.0
40122025-10-10T23:39:16.208Z Running `/home/build/.rustup/toolchains/1.89.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=25908b70c04f6260 -C extra-filename=-be9100f8de0a44e5 --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-55ad349be5fd0e1d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c0d1456228263eac.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-0adf5dbe9ae4a659.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132025-10-10T23:39:16.347Z Compiling fxhash v0.2.1
40142025-10-10T23:39:16.372Z Running `/home/build/.rustup/toolchains/1.89.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=49cefbff8f990d71 -C extra-filename=-5824e77bc4b48ac8 --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-bf80f7a3bae0a263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152025-10-10T23:39:16.587Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40162025-10-10T23:39:16.612Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/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=b5e417e5e1d6fe6f -C extra-filename=-43966b28c899ffbc --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-43966b28c899ffbc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172025-10-10T23:39:17.011Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-43966b28c899ffbc/build-script-build`
40182025-10-10T23:39:17.123Z Compiling tabled v0.20.0
40192025-10-10T23:39:17.147Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-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="assert"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --cfg 'feature="testing_table"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=47f99c23c6ee5945 -C extra-filename=-e2cfabc1fb36731a --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-fc4d2a59e71281a7.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-2454bd5d60fbf4ff.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-86681e20026f4de7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202025-10-10T23:39:17.215Z Compiling crc8 v0.1.1
40212025-10-10T23:39:17.240Z Running `/home/build/.rustup/toolchains/1.89.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=6c25fb68dff08e6e -C extra-filename=-f4d6e906f4586e76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40222025-10-10T23:39:17.346Z Compiling usdt v0.6.0
40232025-10-10T23:39:17.371Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=096372b5e2412a4d -C extra-filename=-8f5eaf50bf4ef0c4 --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-d8996dd468609515.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-78f75aca8f03149a.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-a8d790446100d922.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-a4150b029c1fd6c2.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7220c3a5a067b5b7.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-a6d99a0830f935d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40242025-10-10T23:39:17.431Z Compiling diff v0.1.13
40252025-10-10T23:39:17.456Z Running `/home/build/.rustup/toolchains/1.89.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=2358fa216c4d574e -C extra-filename=-ea6dfe429ab06bcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40262025-10-10T23:39:17.848Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40272025-10-10T23:39:17.873Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/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=6033126fdcad5e2f -C extra-filename=-4c86dceb41fc28e0 --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-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-fe0a906662d054a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282025-10-10T23:39:17.928Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40292025-10-10T23:39:17.953Z Running `/home/build/.rustup/toolchains/1.89.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=3626c178d9e1923d -C extra-filename=-3719220064e2b528 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-3719220064e2b528 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302025-10-10T23:39:17.979Z Compiling half v1.8.3
40312025-10-10T23:39:18.005Z Running `/home/build/.rustup/toolchains/1.89.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=c3b62c5a857de361 -C extra-filename=-c91e90d22100b191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322025-10-10T23:39:18.317Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-3719220064e2b528/build-script-build`
40332025-10-10T23:39:18.376Z Running `/home/build/.rustup/toolchains/1.89.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=6f944af207f6a659 -C extra-filename=-16b2b7369802833a --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
40342025-10-10T23:39:18.538Z Compiling serde_cbor v0.11.2
40352025-10-10T23:39:18.563Z Running `/home/build/.rustup/toolchains/1.89.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=4de3646c21c63328 -C extra-filename=-a0e838f92eb9fca1 --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-c91e90d22100b191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362025-10-10T23:39:18.737Z Compiling dsl_auto_type v0.1.2
40372025-10-10T23:39:18.762Z Running `/home/build/.rustup/toolchains/1.89.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=b4f13ecee26f32de -C extra-filename=-3f3cb79317965c8b --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-ce6e58e5ff4469d9.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382025-10-10T23:39:19.110Z Compiling vergen-gitcl v1.0.8
40392025-10-10T23:39:19.135Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=fa38f0bcf657c05c -C extra-filename=-31253a0aabcf5da2 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-31253a0aabcf5da2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402025-10-10T23:39:19.478Z Compiling diesel_table_macro_syntax v0.2.0
40412025-10-10T23:39:19.503Z Running `/home/build/.rustup/toolchains/1.89.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=4360782a70de3135 -C extra-filename=-073d54e5dca3185f --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-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422025-10-10T23:39:19.735Z Compiling scheduled-thread-pool v0.2.7
40432025-10-10T23:39:19.760Z Running `/home/build/.rustup/toolchains/1.89.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=14ed2c3330861ccc -C extra-filename=-141352198f350d8f --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-029a03c6d83b09b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442025-10-10T23:39:19.876Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-31253a0aabcf5da2/build-script-build`
40452025-10-10T23:39:19.935Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_gitcl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=b4fa80fe7e87b940 -C extra-filename=-a9aee96273831131 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-09755bbc107d887e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-485634054e9a73f6.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-d158c5bf7c8a038b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
40462025-10-10T23:39:20.006Z Compiling diesel_derives v2.2.3
40472025-10-10T23:39:20.031Z Running `/home/build/.rustup/toolchains/1.89.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=9df432cffec20d26 -C extra-filename=-ea49d0597876f2ba --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-073d54e5dca3185f.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-3f3cb79317965c8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482025-10-10T23:39:20.267Z Compiling r2d2 v0.8.10
40492025-10-10T23:39:20.292Z Running `/home/build/.rustup/toolchains/1.89.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=4d75d29ed9f6e8d3 -C extra-filename=-2d7645dda01e2d3f --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-a76b93ce4f157850.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-141352198f350d8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502025-10-10T23:39:20.673Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/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=400add78bb55820d -C extra-filename=-d026870676d7c7ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-bf590cde3ce690df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2cfabc1fb36731a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-4c86dceb41fc28e0.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-fe0a906662d054a6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8f5eaf50bf4ef0c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
40512025-10-10T23:39:21.018Z Compiling kstat-rs v0.2.4
40522025-10-10T23:39:21.043Z Running `/home/build/.rustup/toolchains/1.89.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=16b370c3e04783c5 -C extra-filename=-e73c4b233f84fa79 --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-784c297e68e85669.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40532025-10-10T23:39:21.091Z Compiling dirs-sys-next v0.1.2
40542025-10-10T23:39:21.117Z Running `/home/build/.rustup/toolchains/1.89.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=e2fc41cd1e58fada -C extra-filename=-571a5a9a38c82b49 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552025-10-10T23:39:21.577Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40562025-10-10T23:39:21.641Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/b507bc6/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=2198af8401fd18fd -C extra-filename=-190e15457f860eb1 --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-bf80f7a3bae0a263.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-cabc6642a8d55355.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-e3aec54c31842590.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ca963994358ae4f8.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a8b7caeb821f48e6.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-a2009939b299f953.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3f4a1ef14aef24a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-0dec0c095b2f7805.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-84d8e4aadb0c95af.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572025-10-10T23:39:21.641Z Compiling crunchy v0.2.2
40582025-10-10T23:39:21.641Z Running `/home/build/.rustup/toolchains/1.89.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=d41ad91a723c01db -C extra-filename=-489314c176b5d427 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-489314c176b5d427 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592025-10-10T23:39:22.158Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-489314c176b5d427/build-script-build`
40602025-10-10T23:39:22.221Z Compiling dirs-next v2.0.0
40612025-10-10T23:39:22.246Z Running `/home/build/.rustup/toolchains/1.89.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=87bd5af7800c1958 -C extra-filename=-03fdde1a260adc05 --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-16cff964c3cef883.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-571a5a9a38c82b49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40622025-10-10T23:39:22.294Z Compiling tiny-keccak v2.0.2
40632025-10-10T23:39:22.319Z Running `/home/build/.rustup/toolchains/1.89.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=1ac54331df9da60c -C extra-filename=-fe667eea1fe70282 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-fe667eea1fe70282 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40642025-10-10T23:39:22.468Z Compiling parking_lot_core v0.8.6
40652025-10-10T23:39:22.493Z Running `/home/build/.rustup/toolchains/1.89.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=010b8cc12c81a34b -C extra-filename=-29d3180f83983aa1 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-29d3180f83983aa1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40662025-10-10T23:39:22.694Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-fe667eea1fe70282/build-script-build`
40672025-10-10T23:39:22.787Z Compiling term v0.7.0
40682025-10-10T23:39:22.812Z Running `/home/build/.rustup/toolchains/1.89.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=57e54ee2c96b89af -C extra-filename=-1d609157b3a0f371 --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-03fdde1a260adc05.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692025-10-10T23:39:23.014Z Running `/home/build/.rustup/toolchains/1.89.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=7e601fc801611028 -C extra-filename=-702cc52841a784b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702025-10-10T23:39:23.039Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-29d3180f83983aa1/build-script-build`
40712025-10-10T23:39:23.127Z Compiling nanorand v0.7.0
40722025-10-10T23:39:23.159Z Running `/home/build/.rustup/toolchains/1.89.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=6ca5c613342d8275 -C extra-filename=-0a1c7ddedb3e64b0 --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-1f3893cab9c1cac2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40732025-10-10T23:39:23.185Z Compiling bit-vec v0.6.3
40742025-10-10T23:39:23.185Z Running `/home/build/.rustup/toolchains/1.89.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=6e7db9dc0fe5bae1 -C extra-filename=-e721f2e75dab0e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40752025-10-10T23:39:23.614Z Compiling flume v0.11.1
40762025-10-10T23:39:23.665Z Running `/home/build/.rustup/toolchains/1.89.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=7c39fa562ce9937f -C extra-filename=-6594f68b46c84e40 --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-a7543549df8e10d9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-0a1c7ddedb3e64b0.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40772025-10-10T23:39:23.690Z Compiling bit-set v0.5.3
40782025-10-10T23:39:23.690Z Running `/home/build/.rustup/toolchains/1.89.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=6477aac1667ab3c4 -C extra-filename=-709a163b16c9b216 --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-e721f2e75dab0e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40792025-10-10T23:39:23.917Z Compiling ascii-canvas v3.0.0
40802025-10-10T23:39:23.917Z Running `/home/build/.rustup/toolchains/1.89.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=dc74f0e638b3b34a -C extra-filename=-a145eb725b0e3ff8 --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-1d609157b3a0f371.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812025-10-10T23:39:23.975Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
40822025-10-10T23:39:24.000Z Running `/home/build/.rustup/toolchains/1.89.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=fbc633892285085f -C extra-filename=-f37f24c98238e8bd --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-dd833add49a4eb53.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a8b7caeb821f48e6.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-190e15457f860eb1.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-dcbd4fab2f61c276.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-0bdbcddafa3195e6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3f4a1ef14aef24a3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4f6d72926fc935b0.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-9f317daf8a21520d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-84d8e4aadb0c95af.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a371434f5a26d4be.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib`
40832025-10-10T23:39:24.101Z Running `/home/build/.rustup/toolchains/1.89.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=5a26c1b043be9c07 -C extra-filename=-da739a4b420a3f2a --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-702cc52841a784b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842025-10-10T23:39:24.246Z Running `/home/build/.rustup/toolchains/1.89.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=c1eeef637c73c84a -C extra-filename=-1064b0a026f48832 --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-16cff964c3cef883.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-e439cb06d653fe0f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40852025-10-10T23:39:24.431Z Compiling ena v0.14.3
40862025-10-10T23:39:24.455Z Running `/home/build/.rustup/toolchains/1.89.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=ba2353e92f5d4bdb -C extra-filename=-614a6bf6c422e76a --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-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40872025-10-10T23:39:24.743Z Compiling bindgen v0.71.1
40882025-10-10T23:39:24.768Z Running `/home/build/.rustup/toolchains/1.89.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=e322c3777b84cc21 -C extra-filename=-d7ed333fc2a12bed --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-d7ed333fc2a12bed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892025-10-10T23:39:24.799Z Compiling regex-syntax v0.6.29
40902025-10-10T23:39:24.852Z Running `/home/build/.rustup/toolchains/1.89.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=211817996c162588 -C extra-filename=-8d354112fd083afd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40912025-10-10T23:39:24.893Z Compiling parking_lot v0.11.2
40922025-10-10T23:39:24.893Z Running `/home/build/.rustup/toolchains/1.89.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=fc9f8edf255b9a88 -C extra-filename=-3c4e6d8400c05341 --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-e439cb06d653fe0f.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-eeecc61b289458a6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-1064b0a026f48832.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40932025-10-10T23:39:25.596Z Compiling prefix-trie v0.7.0
40942025-10-10T23:39:25.621Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=fce8362a3a78b29e -C extra-filename=-14bdefaea25534cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952025-10-10T23:39:25.663Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-d7ed333fc2a12bed/build-script-build`
40962025-10-10T23:39:25.722Z Running `/home/build/.rustup/toolchains/1.89.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=3976c87c9849a865 -C extra-filename=-fb5450e5d906e48a --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-7144a639a7938e22.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-14c7795bddbba0a2.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-506de69e80e8f3e9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c15408658c23372f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972025-10-10T23:39:26.349Z Compiling hickory-server v0.25.2
40982025-10-10T23:39:26.374Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=91b2bb3e75b946df -C extra-filename=-91d8ad7f7f70dd2c --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-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a01caf054e94e1ca.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-14bdefaea25534cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992025-10-10T23:39:27.042Z Compiling sled v0.34.7
41002025-10-10T23:39:27.067Z Running `/home/build/.rustup/toolchains/1.89.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=b5b76daed63326f9 -C extra-filename=-e328370c545d7fd8 --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-f5874dc4fb95babe.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-5824e77bc4b48ac8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-3c4e6d8400c05341.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012025-10-10T23:39:27.768Z Compiling lalrpop v0.19.12
41022025-10-10T23:39:27.793Z Running `/home/build/.rustup/toolchains/1.89.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=ce1827f1b1632214 -C extra-filename=-942a9800adab9b8f --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-a145eb725b0e3ff8.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-709a163b16c9b216.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-ea6dfe429ab06bcc.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-614a6bf6c422e76a.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9195d49cb9bb985f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5488270ca8c700f6.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ced34b824d457562.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8d354112fd083afd.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e99e30938fe6c72b.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-da739a4b420a3f2a.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-58a5172ac4a60185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032025-10-10T23:39:29.059Z Compiling diesel v2.2.12
41042025-10-10T23:39:29.084Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.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 --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=f077deb551dd810f -C extra-filename=-d52aba29819925cc --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-7144a639a7938e22.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-ea49d0597876f2ba.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-2d7645dda01e2d3f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41052025-10-10T23:39:29.254Z Compiling hickory-client v0.25.2
41062025-10-10T23:39:29.279Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=95de6097915980d2 -C extra-filename=-aea687be00b6aa6d --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-16cff964c3cef883.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-cedc7e6f971f6f00.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072025-10-10T23:39:29.861Z Compiling libxml v0.3.3
41082025-10-10T23:39:29.886Z Running `/home/build/.rustup/toolchains/1.89.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=ae252b5c8d6fecca -C extra-filename=-99f8759a07a6d6c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-99f8759a07a6d6c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092025-10-10T23:39:30.035Z Compiling strum_macros v0.24.3
41102025-10-10T23:39:30.061Z Running `/home/build/.rustup/toolchains/1.89.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=902d0db124a31e05 -C extra-filename=-62a8bb05225dbc7f --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-3e487195ce270b12.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112025-10-10T23:39:30.359Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-99f8759a07a6d6c5/build-script-build`
41122025-10-10T23:39:30.384Z Compiling indoc v1.0.9
41132025-10-10T23:39:30.384Z Running `/home/build/.rustup/toolchains/1.89.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=c0380690cdd31fb3 -C extra-filename=-82244027cee9cc10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142025-10-10T23:39:31.225Z Running `/home/build/.rustup/toolchains/1.89.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=7bb648b794570586 -C extra-filename=-2e3b66c7557508a7 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
41152025-10-10T23:39:32.916Z Compiling oso-derive v0.27.3
41162025-10-10T23:39:32.941Z Running `/home/build/.rustup/toolchains/1.89.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=c7abcb353adf8b9e -C extra-filename=-36f667099eff663c --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-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172025-10-10T23:39:33.377Z Compiling impl-trait-for-tuples v0.2.2
41182025-10-10T23:39:33.401Z Running `/home/build/.rustup/toolchains/1.89.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=bdc3684c2bc05840 -C extra-filename=-d60f25992e6591ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192025-10-10T23:39:34.064Z Compiling quick-xml v0.37.2
41202025-10-10T23:39:34.089Z Running `/home/build/.rustup/toolchains/1.89.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=d1b9cf14a3b282d9 -C extra-filename=-e21f0e1f1e38c6a5 --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-10ab7de2df72a452.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212025-10-10T23:39:35.048Z Compiling unicase v2.8.1
41222025-10-10T23:39:35.073Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.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("nightly"))' -C metadata=1ab134680ebc0fb4 -C extra-filename=-38577a46ac9c26c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232025-10-10T23:39:35.476Z Compiling fs-err v2.11.0
41242025-10-10T23:39:35.502Z Running `/home/build/.rustup/toolchains/1.89.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=97112a3c209f8da5 -C extra-filename=-9afb34ec946b8e37 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-9afb34ec946b8e37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252025-10-10T23:39:35.857Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-9afb34ec946b8e37/build-script-build`
41262025-10-10T23:39:36.061Z Compiling predicates-tree v1.0.12
41272025-10-10T23:39:36.086Z Running `/home/build/.rustup/toolchains/1.89.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=7c4bcb83b9df87a2 -C extra-filename=-6d6fb21ada06257a --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-162d642102c61a67.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282025-10-10T23:39:36.506Z Compiling primeorder v0.13.6
41292025-10-10T23:39:36.531Z Running `/home/build/.rustup/toolchains/1.89.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=84ac6ac1a1dc6bbd -C extra-filename=-f80c8bdec683dac8 --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-27efb91a483473e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41302025-10-10T23:39:36.944Z Compiling diesel-dtrace v0.4.2
41312025-10-10T23:39:36.969Z Running `/home/build/.rustup/toolchains/1.89.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=ab09d8488fec5dbf -C extra-filename=-24c8d6ee9d41d628 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-24c8d6ee9d41d628 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41322025-10-10T23:39:37.031Z Running `/home/build/.rustup/toolchains/1.89.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=9983daedaf761242 -C extra-filename=-d5a3d8b60e74e616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
41332025-10-10T23:39:37.339Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-24c8d6ee9d41d628/build-script-build`
41342025-10-10T23:39:37.444Z Compiling bb8 v0.8.5
41352025-10-10T23:39:37.470Z Running `/home/build/.rustup/toolchains/1.89.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=e0f194085adb5ec0 -C extra-filename=-bea0f204bd376288 --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-68617f900d2f7ac8.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41362025-10-10T23:39:37.559Z Compiling parse-size v1.1.0
41372025-10-10T23:39:37.602Z Running `/home/build/.rustup/toolchains/1.89.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=744547fe467ea178 -C extra-filename=-9ba6d1740adbd4fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382025-10-10T23:39:37.870Z Compiling signal-hook-tokio v0.3.1
41392025-10-10T23:39:37.895Z Running `/home/build/.rustup/toolchains/1.89.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=c484d132392c75c6 -C extra-filename=-524f6095cf2bdf36 --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-a7543549df8e10d9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41402025-10-10T23:39:38.016Z Compiling salty v0.3.0
41412025-10-10T23:39:38.041Z Running `/home/build/.rustup/toolchains/1.89.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=7ea031e82f7159e3 -C extra-filename=-2751339dc1ce1b6a --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-2751339dc1ce1b6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41422025-10-10T23:39:38.109Z Compiling p384 v0.13.0
41432025-10-10T23:39:38.133Z Running `/home/build/.rustup/toolchains/1.89.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=4846826162720a5c -C extra-filename=-87ecb58863d3da34 --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-b87fd6613cc2fc15.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f80c8bdec683dac8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41442025-10-10T23:39:38.492Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2751339dc1ce1b6a/build-script-build`
41452025-10-10T23:39:38.557Z Compiling mime_guess v2.0.5
41462025-10-10T23:39:38.582Z Running `/home/build/.rustup/toolchains/1.89.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=ca5ca1882b3a7ee2 -C extra-filename=-7d84b34b249557c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-7d84b34b249557c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-38577a46ac9c26c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472025-10-10T23:39:38.614Z Compiling ignore v0.4.23
41482025-10-10T23:39:38.657Z Running `/home/build/.rustup/toolchains/1.89.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=dcdae1dfe9f65b28 -C extra-filename=-92c815c76da62821 --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-6f5afe89de2beed3.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6cdc3c9dff871d5c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-02b10f5498e1960c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492025-10-10T23:39:39.083Z Compiling assert_matches v1.5.0
41502025-10-10T23:39:39.108Z Running `/home/build/.rustup/toolchains/1.89.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=d722cabe0d2ddb8f -C extra-filename=-ca0b22273cebe02d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512025-10-10T23:39:39.236Z Compiling http-range v0.1.5
41522025-10-10T23:39:39.261Z Running `/home/build/.rustup/toolchains/1.89.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=b6adf11045a3e87d -C extra-filename=-4f0196e567f39e99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41532025-10-10T23:39:39.302Z Running `/home/build/.rustup/toolchains/1.89.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=4739d6c755380716 -C extra-filename=-5aa6da4ff0384a5f --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-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41542025-10-10T23:39:39.585Z Compiling atty v0.2.14
41552025-10-10T23:39:39.610Z Running `/home/build/.rustup/toolchains/1.89.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=45abfef279845346 -C extra-filename=-8c2c2208a60a9cb3 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562025-10-10T23:39:39.640Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-7d84b34b249557c3/build-script-build`
41572025-10-10T23:39:39.692Z Compiling globwalk v0.9.1
41582025-10-10T23:39:39.692Z Running `/home/build/.rustup/toolchains/1.89.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=bee077cc45e1123c -C extra-filename=-0c53567cafec8893 --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-7144a639a7938e22.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-92c815c76da62821.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41592025-10-10T23:39:39.795Z Running `/home/build/.rustup/toolchains/1.89.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=78c522c4cf1478d6 -C extra-filename=-8ffb41174532f1f7 --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-72ce21d76a94c4bc.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-38577a46ac9c26c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41602025-10-10T23:39:40.130Z Compiling camino-tempfile-ext v0.3.2
41612025-10-10T23:39:40.155Z Running `/home/build/.rustup/toolchains/1.89.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.2/src/lib.rs --error-format=json --json=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=d0443914fe526331 -C extra-filename=-d87f969b8e395139 --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-52aa35257e1956c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ca4ebf2465e25529.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-0c53567cafec8893.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-162d642102c61a67.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-6d6fb21ada06257a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41622025-10-10T23:39:40.188Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41632025-10-10T23:39:40.266Z Running `/home/build/.rustup/toolchains/1.89.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=d735a474429a0808 -C extra-filename=-09f49b2ab469a7f6 --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-1f3893cab9c1cac2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-5aa6da4ff0384a5f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41642025-10-10T23:39:40.586Z Compiling tungstenite v0.23.0
41652025-10-10T23:39:40.610Z Running `/home/build/.rustup/toolchains/1.89.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=f7a4f1dd3133fc3c -C extra-filename=-a55f56bbb8ec4905 --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-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-57fa867c6f0b37c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-745d853f7d714050.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41662025-10-10T23:39:40.714Z Compiling void v1.0.2
41672025-10-10T23:39:40.739Z Running `/home/build/.rustup/toolchains/1.89.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=8196b05ad53767f6 -C extra-filename=-0d83b1b14e98e0ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682025-10-10T23:39:40.923Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
41692025-10-10T23:39:40.948Z Running `/home/build/.rustup/toolchains/1.89.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=17a95688f93b2b1f -C extra-filename=-e53e10040c59e2ec --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-e53e10040c59e2ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41702025-10-10T23:39:40.973Z Compiling lzss v0.8.2
41712025-10-10T23:39:40.973Z Running `/home/build/.rustup/toolchains/1.89.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=28be6d524ee3d372 -C extra-filename=-f2e5da91ccc2cc06 --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-0d83b1b14e98e0ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41722025-10-10T23:39:41.162Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41732025-10-10T23:39:41.187Z Running `/home/build/.rustup/toolchains/1.89.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=1d7ec3752f7c4875 -C extra-filename=-b5c14d3389147a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-09f49b2ab469a7f6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-cabc6642a8d55355.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2da796a22f582014.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-87ecb58863d3da34.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-84d8e4aadb0c95af.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41742025-10-10T23:39:41.308Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-e53e10040c59e2ec/build-script-build`
41752025-10-10T23:39:41.364Z Compiling hyper-staticfile v0.10.1
41762025-10-10T23:39:41.403Z Running `/home/build/.rustup/toolchains/1.89.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=4055dad46303147c -C extra-filename=-5a024b898e226142 --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-148fd712e6e6f9df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2cf7c64e6a195268.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8ffb41174532f1f7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41772025-10-10T23:39:41.438Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
41782025-10-10T23:39:41.467Z Running `/home/build/.rustup/toolchains/1.89.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=67904f5bb17d795b -C extra-filename=-ebffe6c2ecc1defa --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-bf80f7a3bae0a263.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-75faa612680178c1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a371434f5a26d4be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41792025-10-10T23:39:41.771Z Compiling tokio-tungstenite v0.23.1
41802025-10-10T23:39:41.796Z Running `/home/build/.rustup/toolchains/1.89.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=099104af10c667df -C extra-filename=-67cab1abeab4046a --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-148fd712e6e6f9df.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-a55f56bbb8ec4905.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41812025-10-10T23:39:42.079Z Compiling nix v0.27.1
41822025-10-10T23:39:42.103Z Running `/home/build/.rustup/toolchains/1.89.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=a8e28a8f07a4a26b -C extra-filename=-e3fa146d9bb3e56c --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-7144a639a7938e22.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-d5752e9542c7786d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41832025-10-10T23:39:42.329Z Compiling secrecy v0.8.0
41842025-10-10T23:39:42.353Z Running `/home/build/.rustup/toolchains/1.89.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=f8fe6cb5ffb98828 -C extra-filename=-37ecbe26b226343f --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-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41852025-10-10T23:39:42.379Z Compiling serde_bytes v0.11.19
41862025-10-10T23:39:42.379Z Compiling rand_seeder v0.4.0
41872025-10-10T23:39:42.379Z Running `/home/build/.rustup/toolchains/1.89.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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=042b95d5ae63a74e -C extra-filename=-23770485b53db088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882025-10-10T23:39:42.379Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-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 '--allow=clippy::unit_arg' '--allow=clippy::println_empty_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d2275d787928f7e -C extra-filename=-6db268b7ab5218c6 --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-3708ad563010fdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41892025-10-10T23:39:42.616Z Compiling yansi v1.0.1
41902025-10-10T23:39:42.641Z Running `/home/build/.rustup/toolchains/1.89.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=8af2b53db8052cd6 -C extra-filename=-de28310806ba9b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41912025-10-10T23:39:42.777Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
41922025-10-10T23:39:42.802Z Running `/home/build/.rustup/toolchains/1.89.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=660715b4524a0143 -C extra-filename=-34f120b7717bccb7 --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-3e487195ce270b12.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932025-10-10T23:39:42.869Z Compiling typeid v1.0.3
41942025-10-10T23:39:42.894Z Running `/home/build/.rustup/toolchains/1.89.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=54bd1f4fe9382792 -C extra-filename=-1c98f68fac25bb05 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-1c98f68fac25bb05 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41952025-10-10T23:39:43.267Z Compiling pretty_assertions v1.4.1
41962025-10-10T23:39:43.292Z Running `/home/build/.rustup/toolchains/1.89.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=8b2c3675f4bb030b -C extra-filename=-43296686c9c6761d --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-ea6dfe429ab06bcc.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-de28310806ba9b6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972025-10-10T23:39:43.429Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
41982025-10-10T23:39:43.454Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6bd2660/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=47f626fda269cac6 -C extra-filename=-8b762501ddfdf233 --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-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d986d807ba00207e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-5824e77bc4b48ac8.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-b85936bd4dfa5b64.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-31ec74e465c561c1.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-f2e5da91ccc2cc06.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-e3fa146d9bb3e56c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-daf6ed13804d9959.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-23770485b53db088.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a0e838f92eb9fca1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-61256d08fa97d3e4.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e99e30938fe6c72b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-ebffe6c2ecc1defa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib`
41992025-10-10T23:39:43.695Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-1c98f68fac25bb05/build-script-build`
42002025-10-10T23:39:43.749Z Compiling tabled_derive v0.10.0
42012025-10-10T23:39:43.798Z Running `/home/build/.rustup/toolchains/1.89.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=1f0e32ed61bb4b97 -C extra-filename=-c7eb5d84362e3d33 --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-9612a25fb0aed7d0.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-93ba87480d9474e4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42022025-10-10T23:39:43.822Z Compiling papergrid v0.14.0
42032025-10-10T23:39:43.823Z Running `/home/build/.rustup/toolchains/1.89.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=91e32415d2747034 -C extra-filename=-8105c6847bc0368c --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-c2376018bebeb41b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-63bbafb28e7d7eb7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042025-10-10T23:39:44.223Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42052025-10-10T23:39:44.248Z Running `/home/build/.rustup/toolchains/1.89.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=0a76f8c4ba9b343e -C extra-filename=-0c2c243f04c61507 --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-7144a639a7938e22.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42062025-10-10T23:39:46.104Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42072025-10-10T23:39:46.129Z Running `/home/build/.rustup/toolchains/1.89.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=37acd976b8fb4029 -C extra-filename=-6d88bdb71f53b6ae --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-6d88bdb71f53b6ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082025-10-10T23:39:46.154Z Compiling tabled v0.18.0
42092025-10-10T23:39:46.154Z Running `/home/build/.rustup/toolchains/1.89.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=8e5014c794770a48 -C extra-filename=-3cd97089a658d560 --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-8105c6847bc0368c.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-c7eb5d84362e3d33.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102025-10-10T23:39:46.497Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-6d88bdb71f53b6ae/build-script-build`
42112025-10-10T23:39:46.620Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42122025-10-10T23:39:46.620Z Running `/home/build/.rustup/toolchains/1.89.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=78f30472f86ae330 -C extra-filename=-1770e5ea8438ca56 --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-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-0c2c243f04c61507.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42132025-10-10T23:39:46.944Z Running `/home/build/.rustup/toolchains/1.89.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=47b45b0eec672bbc -C extra-filename=-4ffe763152716485 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_const_type_id)'`
42142025-10-10T23:39:47.163Z Compiling castaway v0.2.3
42152025-10-10T23:39:47.188Z Running `/home/build/.rustup/toolchains/1.89.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=cdbe1ce45e84ba3b -C extra-filename=-0e905a778a822b89 --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-c9b98dbb0ed21b12.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162025-10-10T23:39:47.374Z Compiling indoc v2.0.6
42172025-10-10T23:39:47.399Z Running `/home/build/.rustup/toolchains/1.89.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=74c6a2efdb581b22 -C extra-filename=-5a8ba38dd8c9c489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42182025-10-10T23:39:48.298Z Compiling compact_str v0.8.0
42192025-10-10T23:39:48.323Z Running `/home/build/.rustup/toolchains/1.89.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=66e5561aa03e4748 -C extra-filename=-2aebd1303ef57197 --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-0e905a778a822b89.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f2474c6cd59eb6fd.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202025-10-10T23:39:49.483Z Running `/home/build/.rustup/toolchains/1.89.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=74957fc3e92b2ea2 -C extra-filename=-5fb898108cf35d16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-94db4f1121da23c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3cd97089a658d560.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-1770e5ea8438ca56.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-0c2c243f04c61507.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
42212025-10-10T23:39:49.698Z Compiling erased-serde v0.4.6
42222025-10-10T23:39:49.723Z Running `/home/build/.rustup/toolchains/1.89.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=988c45b07d9f1735 -C extra-filename=-b7895e15a03661b2 --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-a24067305a22db88.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-4ffe763152716485.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42232025-10-10T23:39:50.323Z Compiling unicode-truncate v1.1.0
42242025-10-10T23:39:50.348Z Running `/home/build/.rustup/toolchains/1.89.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=578e549e63712bea -C extra-filename=-cad6dd04013c54f5 --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-6503b63ec2d4e4bb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f5b7bd5f880a5855.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42252025-10-10T23:39:50.613Z Compiling instability v0.3.2
42262025-10-10T23:39:50.660Z Running `/home/build/.rustup/toolchains/1.89.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=574ec05d2ac7de3a -C extra-filename=-d5470b18dda3f2ee --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-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272025-10-10T23:39:50.753Z Compiling lru v0.12.5
42282025-10-10T23:39:50.778Z Running `/home/build/.rustup/toolchains/1.89.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=c6de2b6d5858a9ae -C extra-filename=-fc32d3da6efbf2ad --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-d1c2964a6d83ae33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292025-10-10T23:39:51.091Z Compiling ordered-float v2.10.1
42302025-10-10T23:39:51.116Z Running `/home/build/.rustup/toolchains/1.89.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=2e1fd03fc8e79166 -C extra-filename=-694ba4b596a1f88a --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-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42312025-10-10T23:39:51.624Z Compiling cassowary v0.3.0
42322025-10-10T23:39:51.625Z Running `/home/build/.rustup/toolchains/1.89.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=38449eb5db3325fd -C extra-filename=-81c54cd7a794bc62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332025-10-10T23:39:51.663Z Compiling serde-value v0.7.0
42342025-10-10T23:39:51.688Z Running `/home/build/.rustup/toolchains/1.89.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=88b30577b5bbb1a8 -C extra-filename=-2049db74fc5acca3 --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-694ba4b596a1f88a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42352025-10-10T23:39:51.718Z Compiling serde-untagged v0.1.7
42362025-10-10T23:39:51.753Z Running `/home/build/.rustup/toolchains/1.89.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=492815e7c38f0714 -C extra-filename=-02c8eedb9a38c535 --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-b7895e15a03661b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-4ffe763152716485.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42372025-10-10T23:39:51.778Z Compiling console v0.16.0
42382025-10-10T23:39:51.778Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ansi-parsing"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=215623153f770919 -C extra-filename=-49988b0598675a6d --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-784c297e68e85669.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42392025-10-10T23:39:52.238Z Compiling ratatui v0.29.0
42402025-10-10T23:39:52.265Z Running `/home/build/.rustup/toolchains/1.89.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=24e255c702510736 -C extra-filename=-9412feb1b72b22dc --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-7144a639a7938e22.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-81c54cd7a794bc62.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-2aebd1303ef57197.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6a9e9c3b838c62a2.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a8ba38dd8c9c489.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-d5470b18dda3f2ee.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-fc32d3da6efbf2ad.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f5b7bd5f880a5855.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-cad6dd04013c54f5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42412025-10-10T23:39:52.419Z Compiling is_ci v1.2.0
42422025-10-10T23:39:52.444Z Running `/home/build/.rustup/toolchains/1.89.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=85fe20a2bef28285 -C extra-filename=-8765da147be9c3ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42432025-10-10T23:39:52.624Z Compiling unit-prefix v0.5.1
42442025-10-10T23:39:52.649Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unit_prefix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-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", "std"))' -C metadata=9e98313d23e64a78 -C extra-filename=-325f32223a24a993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42452025-10-10T23:39:52.693Z Compiling supports-color v3.0.2
42462025-10-10T23:39:52.718Z Running `/home/build/.rustup/toolchains/1.89.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=60ef3340bca8f94c -C extra-filename=-ae32eeec992b302d --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-8765da147be9c3ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42472025-10-10T23:39:52.900Z Compiling indicatif v0.18.0
42482025-10-10T23:39:52.929Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-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="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=802e0f823d73afba -C extra-filename=-60e349419ff39633 --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-49988b0598675a6d.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-325f32223a24a993.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42492025-10-10T23:39:52.955Z Compiling cargo-util-schemas v0.8.2
42502025-10-10T23:39:52.955Z Running `/home/build/.rustup/toolchains/1.89.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.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 '--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("unstable-schema"))' -C metadata=6321a4d716ec96c7 -C extra-filename=-706d95624756071c --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-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-02c8eedb9a38c535.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-2049db74fc5acca3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-58a5172ac4a60185.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42512025-10-10T23:39:53.063Z Compiling concurrent-queue v2.5.0
42522025-10-10T23:39:53.088Z Running `/home/build/.rustup/toolchains/1.89.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=b129d6d81347323f -C extra-filename=-146e61db517a9ccc --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-275a97d56be8b68f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42532025-10-10T23:39:53.450Z Compiling cargo-platform v0.2.0
42542025-10-10T23:39:53.475Z Running `/home/build/.rustup/toolchains/1.89.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=d7d2c7dae2efe76f -C extra-filename=-adc15453e207014b --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42552025-10-10T23:39:53.969Z Compiling parking v2.2.1
42562025-10-10T23:39:53.995Z Running `/home/build/.rustup/toolchains/1.89.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=c7d5dac3c4007378 -C extra-filename=-70aac90ece1911a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42572025-10-10T23:39:54.316Z Compiling libz-sys v1.1.20
42582025-10-10T23:39:54.341Z Running `/home/build/.rustup/toolchains/1.89.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=f6de88d465870593 -C extra-filename=-9373b8a66ac5a956 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-9373b8a66ac5a956 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-e4b2ad7490e0f049.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42592025-10-10T23:39:54.587Z Compiling event-listener v5.3.1
42602025-10-10T23:39:54.612Z Running `/home/build/.rustup/toolchains/1.89.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=a82835270a99dae3 -C extra-filename=-54aee3c10388e50d --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-146e61db517a9ccc.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-70aac90ece1911a0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42612025-10-10T23:39:55.034Z Compiling cargo_metadata v0.21.0
42622025-10-10T23:39:55.059Z Running `/home/build/.rustup/toolchains/1.89.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.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=f2dff80258a6a263 -C extra-filename=-90d00192d197ed00 --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-dfc32f0a21b07f91.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-adc15453e207014b.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-706d95624756071c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42632025-10-10T23:39:55.132Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-9373b8a66ac5a956/build-script-build`
42642025-10-10T23:39:55.265Z Compiling libgit2-sys v0.18.2+1.9.1
42652025-10-10T23:39:55.290Z Running `/home/build/.rustup/toolchains/1.89.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.18.2+1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=834dd9bc2e7e3469 -C extra-filename=-c74b28834c0818fc --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c74b28834c0818fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42662025-10-10T23:39:55.536Z Compiling shell-words v1.1.0
42672025-10-10T23:39:55.561Z Running `/home/build/.rustup/toolchains/1.89.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=77d72140a25e879d -C extra-filename=-6cd10c8ccff504d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42682025-10-10T23:39:55.830Z Running `/home/build/.rustup/toolchains/1.89.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=24a0023d776d96b6 -C extra-filename=-379d0666cb89c7fd --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
42692025-10-10T23:39:56.043Z Compiling event-listener-strategy v0.5.2
42702025-10-10T23:39:56.068Z Running `/home/build/.rustup/toolchains/1.89.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=770845fc3b527448 -C extra-filename=-3325955a25dc3c5e --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-54aee3c10388e50d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42712025-10-10T23:39:56.101Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c74b28834c0818fc/build-script-build`
42722025-10-10T23:39:56.314Z Compiling futures-lite v2.3.0
42732025-10-10T23:39:56.352Z Running `/home/build/.rustup/toolchains/1.89.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=b22460975bba37c7 -C extra-filename=-eacd4b1681fae62f --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-3a04019b393c03e6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-70aac90ece1911a0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42742025-10-10T23:39:57.796Z Compiling async-bb8-diesel v0.2.1
42752025-10-10T23:39:57.822Z Running `/home/build/.rustup/toolchains/1.89.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=e317e83b9cd167b7 -C extra-filename=-1e7b920cfd1d6499 --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-68617f900d2f7ac8.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-bea0f204bd376288.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42762025-10-10T23:39:57.880Z Running `/home/build/.rustup/toolchains/1.89.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=ec62cf3847ec424a -C extra-filename=-e1dd2113ae613896 --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-d52aba29819925cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42772025-10-10T23:39:57.988Z Compiling vergen-git2 v1.0.7
42782025-10-10T23:39:58.013Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=35227f1d68a96e54 -C extra-filename=-1f58647eb24c7100 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-1f58647eb24c7100 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42792025-10-10T23:39:58.399Z Compiling hex-literal v0.4.1
42802025-10-10T23:39:58.424Z Running `/home/build/.rustup/toolchains/1.89.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=0883c26cf03ed1de -C extra-filename=-dfcdc52815112383 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42812025-10-10T23:39:58.450Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-1f58647eb24c7100/build-script-build`
42822025-10-10T23:39:58.514Z Compiling petname v2.0.2
42832025-10-10T23:39:58.539Z Running `/home/build/.rustup/toolchains/1.89.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=304836a9bd6980bf -C extra-filename=-a68e9787deed4365 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-a68e9787deed4365 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42842025-10-10T23:39:58.573Z Compiling rtoolbox v0.0.2
42852025-10-10T23:39:58.603Z Running `/home/build/.rustup/toolchains/1.89.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=639559504540a9ab -C extra-filename=-72eaf7b9cf78f276 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42862025-10-10T23:39:58.640Z Compiling rustls v0.21.12
42872025-10-10T23:39:58.665Z Running `/home/build/.rustup/toolchains/1.89.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=0aabe617e6a37b8b -C extra-filename=-a8c3524409529b0f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-a8c3524409529b0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42882025-10-10T23:39:59.031Z Compiling rpassword v7.4.0
42892025-10-10T23:39:59.056Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea7de68cc269d268 -C extra-filename=-944bd832c0bfc2c1 --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-784c297e68e85669.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-72eaf7b9cf78f276.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42902025-10-10T23:39:59.090Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a8c3524409529b0f/build-script-build`
42912025-10-10T23:39:59.155Z Compiling async-lock v3.4.0
42922025-10-10T23:39:59.180Z Running `/home/build/.rustup/toolchains/1.89.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=7314605006e2ab47 -C extra-filename=-ce8f296a5c04f035 --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-54aee3c10388e50d.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-3325955a25dc3c5e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932025-10-10T23:39:59.254Z Compiling tui-tree-widget v0.23.1
42942025-10-10T23:39:59.279Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffcf468e7dcd6906 -C extra-filename=-6b22f7ebc06438f7 --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-9412feb1b72b22dc.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42952025-10-10T23:39:59.401Z Compiling rustls-webpki v0.101.7
42962025-10-10T23:39:59.426Z Running `/home/build/.rustup/toolchains/1.89.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=b6f5da3d64a5b7d5 -C extra-filename=-dd642df19f4fa608 --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-af4b1351daf744bb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7037838c93d6b265.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
42972025-10-10T23:39:59.585Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-a68e9787deed4365/build-script-build`
42982025-10-10T23:39:59.664Z Compiling sct v0.7.1
42992025-10-10T23:39:59.689Z Running `/home/build/.rustup/toolchains/1.89.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=d02b54eb4650434e -C extra-filename=-224f6ffd909185fc --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-af4b1351daf744bb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7037838c93d6b265.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43002025-10-10T23:39:59.876Z Compiling polling v3.7.3
43012025-10-10T23:39:59.901Z Running `/home/build/.rustup/toolchains/1.89.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=586a404170937728 -C extra-filename=-5d2ed2f61f29f1d6 --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-16cff964c3cef883.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43022025-10-10T23:39:59.999Z Running `/home/build/.rustup/toolchains/1.89.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=ea09cd3b5bf642e6 -C extra-filename=-4b772a65c88ec97d --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-5fbff7679012489b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43032025-10-10T23:40:00.250Z Running `/home/build/.rustup/toolchains/1.89.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=b63a890d8cb5e602 -C extra-filename=-21741d7036cd2930 --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-a76b93ce4f157850.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-dd642df19f4fa608.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-224f6ffd909185fc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43042025-10-10T23:40:00.347Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-83f69c8739eaed10/build-script-build`
43052025-10-10T23:40:00.409Z Running `/home/build/.rustup/toolchains/1.89.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=681fff3aee9be350 -C extra-filename=-ab5d85173b731545 --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-4989bc0ffac4375f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
43062025-10-10T23:40:00.514Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-8e9dab753c28e3d0/build-script-build`
43072025-10-10T23:40:00.574Z Compiling async-io v2.3.4
43082025-10-10T23:40:00.599Z Running `/home/build/.rustup/toolchains/1.89.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=e523b3267fd5258d -C extra-filename=-a6286af50d7b3a2a --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-ce8f296a5c04f035.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-146e61db517a9ccc.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-70aac90ece1911a0.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-5d2ed2f61f29f1d6.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43092025-10-10T23:40:00.809Z Compiling polyval v0.6.2
43102025-10-10T23:40:00.834Z Running `/home/build/.rustup/toolchains/1.89.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=b74da05dd5f85909 -C extra-filename=-4c8bb97310cd5bfc --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-16cff964c3cef883.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-af0c423cee69007c.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-3e15496c767aa9a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43112025-10-10T23:40:01.238Z Compiling async-task v4.7.1
43122025-10-10T23:40:01.263Z Running `/home/build/.rustup/toolchains/1.89.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=4cd39d1834d4f81e -C extra-filename=-9fa835799d5f6fac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43132025-10-10T23:40:01.701Z Compiling sync-ptr v0.1.4
43142025-10-10T23:40:01.726Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync-ptr-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de0d271a94c30ddf -C extra-filename=-ff242f92cb1085d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152025-10-10T23:40:01.751Z Compiling ghash v0.5.1
43162025-10-10T23:40:01.751Z Running `/home/build/.rustup/toolchains/1.89.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=afb0be921f5a7ebf -C extra-filename=-3857b4fb3f68a9b0 --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-af0c423cee69007c.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-4c8bb97310cd5bfc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43172025-10-10T23:40:01.953Z Compiling async-channel v2.3.1
43182025-10-10T23:40:01.978Z Running `/home/build/.rustup/toolchains/1.89.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=27ed78d8e56891f8 -C extra-filename=-521596f0e050601f --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-146e61db517a9ccc.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-3325955a25dc3c5e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192025-10-10T23:40:02.003Z Compiling rustls-pemfile v1.0.4
43202025-10-10T23:40:02.003Z Running `/home/build/.rustup/toolchains/1.89.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=4f8b9bf97f9d635f -C extra-filename=-555d2383542b2c45 --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-f59c456c6a871a93.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212025-10-10T23:40:02.252Z Compiling twox-hash v2.1.0
43222025-10-10T23:40:02.277Z Running `/home/build/.rustup/toolchains/1.89.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=fe98d6c0778799fc -C extra-filename=-b05456744aca3cb4 --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-aae9dbffa0540230.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232025-10-10T23:40:02.320Z Compiling piper v0.2.4
43242025-10-10T23:40:02.345Z Running `/home/build/.rustup/toolchains/1.89.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=9bf1e114848711f8 -C extra-filename=-ae7ba4461f7ed4be --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-ba25972e878f73b0.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-3a04019b393c03e6.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43252025-10-10T23:40:02.400Z Compiling ctr v0.9.2
43262025-10-10T23:40:02.425Z Running `/home/build/.rustup/toolchains/1.89.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=f3ec0b3f6a00280b -C extra-filename=-dd3c63bd8497e73c --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-40e701b42c2114c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43272025-10-10T23:40:02.690Z Running `/home/build/.rustup/toolchains/1.89.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=fe0f83001b131a0f -C extra-filename=-01615db36d6df1b2 --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-ab5d85173b731545.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1922086bdd3a1ec3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
43282025-10-10T23:40:02.729Z Compiling target-lexicon v0.13.2
43292025-10-10T23:40:02.755Z Running `/home/build/.rustup/toolchains/1.89.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=33ecca351e48350d -C extra-filename=-ba161d3784ea5563 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-ba161d3784ea5563 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43302025-10-10T23:40:02.852Z Compiling plotters-backend v0.3.7
43312025-10-10T23:40:02.877Z Running `/home/build/.rustup/toolchains/1.89.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=89bc602dc6c22a24 -C extra-filename=-aa5c6d0fba9faa03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43322025-10-10T23:40:03.056Z Compiling aes-gcm v0.10.3
43332025-10-10T23:40:03.081Z Running `/home/build/.rustup/toolchains/1.89.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=8e64178b50a0864d -C extra-filename=-77229f803da8a825 --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-8e220d2680d63410.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-c0cfbeed2d777ebf.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-40e701b42c2114c5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-dd3c63bd8497e73c.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-3857b4fb3f68a9b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43342025-10-10T23:40:03.373Z Compiling plotters-svg v0.3.7
43352025-10-10T23:40:03.397Z Running `/home/build/.rustup/toolchains/1.89.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=19dadbf14510fcf9 -C extra-filename=-32099f406d28a7aa --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-aa5c6d0fba9faa03.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43362025-10-10T23:40:03.423Z Compiling blocking v1.6.1
43372025-10-10T23:40:03.423Z Running `/home/build/.rustup/toolchains/1.89.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=3d1bd6d932996947 -C extra-filename=-3239a658b9a5f854 --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-521596f0e050601f.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-9fa835799d5f6fac.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-ae7ba4461f7ed4be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43382025-10-10T23:40:03.764Z Compiling tokio-rustls v0.24.1
43392025-10-10T23:40:03.789Z Running `/home/build/.rustup/toolchains/1.89.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=56867bd45dafb20c -C extra-filename=-bf463c545bddc18b --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-21741d7036cd2930.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43402025-10-10T23:40:03.814Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-ba161d3784ea5563/build-script-build`
43412025-10-10T23:40:03.922Z Compiling async-executor v1.13.1
43422025-10-10T23:40:03.972Z Running `/home/build/.rustup/toolchains/1.89.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=90e0068685a68c27 -C extra-filename=-0ea1029f849eb5c8 --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-9fa835799d5f6fac.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-146e61db517a9ccc.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-3a04019b393c03e6.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43432025-10-10T23:40:03.997Z Compiling async-signal v0.2.10
43442025-10-10T23:40:03.997Z Running `/home/build/.rustup/toolchains/1.89.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=915e1eacc99f32a7 -C extra-filename=-38425b5dca8c14f8 --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-a6286af50d7b3a2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-984a8d27e5d119e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43452025-10-10T23:40:04.187Z Compiling fatfs v0.3.6
43462025-10-10T23:40:04.212Z Running `/home/build/.rustup/toolchains/1.89.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=493152a0ac77ec0f -C extra-filename=-a59f1acd4c3b4c73 --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-19d9f1304dcf7a40.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43472025-10-10T23:40:04.417Z Compiling ssh-encoding v0.2.0
43482025-10-10T23:40:04.442Z Running `/home/build/.rustup/toolchains/1.89.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=de839ebc217f2fe3 -C extra-filename=-0d9a3589fa07f50f --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-918dddd36587fd89.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43492025-10-10T23:40:04.602Z Compiling rustls-webpki v0.102.8
43502025-10-10T23:40:04.627Z Running `/home/build/.rustup/toolchains/1.89.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=eb875b4435dc4188 -C extra-filename=-8b3b09036b990d2e --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-01615db36d6df1b2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7037838c93d6b265.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43512025-10-10T23:40:04.901Z Compiling blowfish v0.9.1
43522025-10-10T23:40:04.926Z Running `/home/build/.rustup/toolchains/1.89.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=f4605566fcd4236e -C extra-filename=-f793e52b402c4baa --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-bf80f7a3bae0a263.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-40e701b42c2114c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43532025-10-10T23:40:05.338Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
43542025-10-10T23:40:05.363Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name raw_cpuid --edition=2018 /home/build/.cargo/git/checkouts/rust-cpuid-40ac26428755d764/0a8dbd2/src/lib.rs --error-format=json --json=diagnostic-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("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=649e06a66a6208b4 -C extra-filename=-066fa3d51db4f528 --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-7144a639a7938e22.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43552025-10-10T23:40:05.388Z Compiling event-listener v2.5.3
43562025-10-10T23:40:05.388Z Running `/home/build/.rustup/toolchains/1.89.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=65d4827b45d48a15 -C extra-filename=-e5cd7ef7bda0c47a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43572025-10-10T23:40:05.566Z Running `/home/build/.rustup/toolchains/1.89.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=99703af9e19540a6 -C extra-filename=-dae75b31fdefc378 --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-01615db36d6df1b2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-8b3b09036b990d2e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
43582025-10-10T23:40:05.787Z Running `/home/build/.rustup/toolchains/1.89.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=e6b4b2cf80061c11 -C extra-filename=-223b97e077cd0c25 --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-a76b93ce4f157850.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-8b3b09036b990d2e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts`
43592025-10-10T23:40:06.200Z Compiling arrayvec v0.7.6
43602025-10-10T23:40:06.225Z Running `/home/build/.rustup/toolchains/1.89.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=0f66b3f463520c3c -C extra-filename=-8d2c6c29c7891b80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43612025-10-10T23:40:06.428Z Compiling futures-timer v3.0.3
43622025-10-10T23:40:06.454Z Running `/home/build/.rustup/toolchains/1.89.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=1c315369e3eb7a93 -C extra-filename=-15cdef15435a1121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43632025-10-10T23:40:06.620Z Compiling cast v0.3.0
43642025-10-10T23:40:06.621Z Running `/home/build/.rustup/toolchains/1.89.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=821b89f04795d627 -C extra-filename=-f4b981c996e281ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43652025-10-10T23:40:06.979Z Compiling constant_time_eq v0.3.1
43662025-10-10T23:40:07.005Z Running `/home/build/.rustup/toolchains/1.89.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=73c57f70a0ff570a -C extra-filename=-54b5265130919b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43672025-10-10T23:40:07.121Z Compiling arrayref v0.3.9
43682025-10-10T23:40:07.146Z Running `/home/build/.rustup/toolchains/1.89.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=c2312ad75ce01713 -C extra-filename=-e2010af4a19c5e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43692025-10-10T23:40:07.208Z Compiling guppy-workspace-hack v0.1.0
43702025-10-10T23:40:07.233Z Running `/home/build/.rustup/toolchains/1.89.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=282f3b8eeef311d2 -C extra-filename=-3196ba251c2941fc --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-3196ba251c2941fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43712025-10-10T23:40:07.281Z Compiling criterion-plot v0.6.0
43722025-10-10T23:40:07.306Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-plot-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=d15191f823ee4b0c -C extra-filename=-494d68a9c5b636cb --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-f4b981c996e281ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43732025-10-10T23:40:07.565Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-3196ba251c2941fc/build-script-build`
43742025-10-10T23:40:07.624Z Compiling async-channel v1.9.0
43752025-10-10T23:40:07.649Z Running `/home/build/.rustup/toolchains/1.89.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=7ef6ed865900f898 -C extra-filename=-7ce673d2a81b65d1 --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-146e61db517a9ccc.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-e5cd7ef7bda0c47a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43762025-10-10T23:40:07.971Z Compiling bcrypt-pbkdf v0.10.0
43772025-10-10T23:40:08.007Z Running `/home/build/.rustup/toolchains/1.89.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=8aeffc003f165625 -C extra-filename=-e4ae782e581b7c37 --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-f793e52b402c4baa.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-36c07e0235129a91.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43782025-10-10T23:40:08.178Z Compiling ssh-cipher v0.2.0
43792025-10-10T23:40:08.203Z Running `/home/build/.rustup/toolchains/1.89.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=ce01fa9dced01ad7 -C extra-filename=-d109b039cfccf12a --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-c0cfbeed2d777ebf.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-77229f803da8a825.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ebc465d3e3a262b7.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-25e2d596b785f137.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-40e701b42c2114c5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-dd3c63bd8497e73c.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-ec4e42f5cc5615c0.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-0d9a3589fa07f50f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43802025-10-10T23:40:08.525Z Compiling async-global-executor v2.4.1
43812025-10-10T23:40:08.550Z Running `/home/build/.rustup/toolchains/1.89.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=f64e9d868faa9896 -C extra-filename=-8731de1047ceb08c --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-521596f0e050601f.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-0ea1029f849eb5c8.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-a6286af50d7b3a2a.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-ce8f296a5c04f035.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-3239a658b9a5f854.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43822025-10-10T23:40:09.374Z Compiling async-process v2.3.0
43832025-10-10T23:40:09.399Z Running `/home/build/.rustup/toolchains/1.89.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=97b5f269f0805fdd -C extra-filename=-afd79b446727fac7 --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-a6286af50d7b3a2a.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-ce8f296a5c04f035.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-38425b5dca8c14f8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-54aee3c10388e50d.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43842025-10-10T23:40:09.706Z Compiling tokio-rustls v0.25.0
43852025-10-10T23:40:09.731Z Running `/home/build/.rustup/toolchains/1.89.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=ed39b997e8cf7b21 -C extra-filename=-122a59f7235de9ff --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-223b97e077cd0c25.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts`
43862025-10-10T23:40:09.756Z Running `/home/build/.rustup/toolchains/1.89.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=028b08345e0a3143 -C extra-filename=-6711777f53882c3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
43872025-10-10T23:40:10.138Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.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 '--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=c639dd7e2af2c4e2 -C extra-filename=-856a8896ec6f8bb8 --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-75dced5ed4388034.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-e60e29f60c54d2ee.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-e0259c4ffe7543ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-ff1e6f7e6fa8c92d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-2be91b2bfa044fec.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-056bc8134d9dc213.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-9894e0406af176c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-122a59f7235de9ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8e0e67689504a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-e1478a9687707a2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts`
43882025-10-10T23:40:10.436Z Compiling plotters v0.3.7
43892025-10-10T23:40:10.461Z Running `/home/build/.rustup/toolchains/1.89.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=d4ad377e1c07f515 -C extra-filename=-10c5fcd839c62ce6 --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-e7bbba1d1c8c50c5.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-aa5c6d0fba9faa03.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-32099f406d28a7aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43902025-10-10T23:40:10.486Z Compiling password-hash v0.4.2
43912025-10-10T23:40:10.486Z Running `/home/build/.rustup/toolchains/1.89.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=ffc395931a5112e7 -C extra-filename=-fb6d5d40cc55a355 --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-918dddd36587fd89.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43922025-10-10T23:40:11.207Z Compiling tokio-rustls v0.26.0
43932025-10-10T23:40:11.232Z Running `/home/build/.rustup/toolchains/1.89.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=96cd62789a328c87 -C extra-filename=-9f7193d84c3788ea --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-dae75b31fdefc378.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43942025-10-10T23:40:11.666Z Compiling hyper-rustls v0.27.7
43952025-10-10T23:40:11.691Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=4b174d69300bd91b -C extra-filename=-41406ea7841d99bc --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-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dae75b31fdefc378.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-24208ea6193a8b4f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f7193d84c3788ea.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-f18049b973965a50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43962025-10-10T23:40:12.270Z Compiling reqwest v0.12.22
43972025-10-10T23:40:12.317Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.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=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=84388c7aa6bbd18a -C extra-filename=-6343cc80f6f17793 --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-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-6b0d97f2cadcbafe.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-8ff8f10f7b344c0c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-4273bd3618d3ede3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-5d3d6c5d4993dbb6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-72ce21d76a94c4bc.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-62b1fa3ceea08f89.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dae75b31fdefc378.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-bf5271d3cd9bc83f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d355f9bb376b4ab2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f7193d84c3788ea.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-2e759bfdf4cf2210.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-6a755492a7a48b12.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-f18049b973965a50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43982025-10-10T23:40:12.412Z Running `/home/build/.rustup/toolchains/1.89.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=bf42e32e94435017 -C extra-filename=-c0d796ba43f2b578 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-09f49b2ab469a7f6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-b5c14d3389147a04.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2da796a22f582014.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-16b2b7369802833a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dae75b31fdefc378.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-37ecbe26b226343f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f7193d84c3788ea.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-84d8e4aadb0c95af.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
43992025-10-10T23:40:12.752Z Compiling async-attributes v1.1.2
44002025-10-10T23:40:12.776Z Running `/home/build/.rustup/toolchains/1.89.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=21bd5352e1754fe3 -C extra-filename=-f3f5b1d84a4e98c8 --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-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44012025-10-10T23:40:13.609Z Compiling tinytemplate v1.2.1
44022025-10-10T23:40:13.635Z Running `/home/build/.rustup/toolchains/1.89.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=6ff02fa535cd4f86 -C extra-filename=-886669f098e61b9a --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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44032025-10-10T23:40:14.214Z Compiling kv-log-macro v1.0.7
44042025-10-10T23:40:14.239Z Running `/home/build/.rustup/toolchains/1.89.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=916db003854f1b2b -C extra-filename=-a427796f4011faed --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-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44052025-10-10T23:40:14.451Z Compiling anes v0.1.6
44062025-10-10T23:40:14.476Z Running `/home/build/.rustup/toolchains/1.89.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=c2416b187c2eccae -C extra-filename=-d98be883cf878b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44072025-10-10T23:40:14.509Z Compiling oorandom v11.1.4
44082025-10-10T23:40:14.509Z Running `/home/build/.rustup/toolchains/1.89.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=7331a933a54cd75e -C extra-filename=-dc51e06c1710e590 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44092025-10-10T23:40:14.746Z Compiling target-spec v3.5.0
44102025-10-10T23:40:14.771Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.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 --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=d72be1a81e9073ce -C extra-filename=-dc46061e70f154d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-dc46061e70f154d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44112025-10-10T23:40:14.893Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs#dbe1cb7e)
44122025-10-10T23:40:14.918Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/dbe1cb7/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72a7e5cac45d38c9 -C extra-filename=-d4a776c31a0a00da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-38577a46ac9c26c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts`
44132025-10-10T23:40:15.320Z Compiling progenitor-client v0.10.0
44142025-10-10T23:40:15.345Z Running `/home/build/.rustup/toolchains/1.89.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=e3b2a423de3524e1 -C extra-filename=-20304b56dc00b56c --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-8201e5d6381aa56b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44152025-10-10T23:40:15.842Z Compiling progenitor-client v0.11.2
44162025-10-10T23:40:15.867Z Running `/home/build/.rustup/toolchains/1.89.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.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=2f00483b79ee601e -C extra-filename=-5e0c11d088d5aee2 --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-8201e5d6381aa56b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44172025-10-10T23:40:16.220Z Compiling progenitor v0.10.0
44182025-10-10T23:40:16.245Z Running `/home/build/.rustup/toolchains/1.89.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=825bc3c7db50ce20 -C extra-filename=-1ad0883445c30172 --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-20304b56dc00b56c.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-03c90649fe9db185.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-df44f66239492f8c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44192025-10-10T23:40:16.406Z Compiling progenitor v0.11.2
44202025-10-10T23:40:16.431Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=0cb3167a1881069d -C extra-filename=-75c3ef68d0b103bf --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-5e0c11d088d5aee2.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-bc51369cc4018765.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-25564ea0d4f1d331.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44212025-10-10T23:40:16.484Z Compiling tough v0.20.0
44222025-10-10T23:40:16.509Z Running `/home/build/.rustup/toolchains/1.89.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=86bdaa65d428d0f1 -C extra-filename=-e0c5116aee1eb5b2 --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-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-01615db36d6df1b2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6cdc3c9dff871d5c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-2dfe2a7a42a14d01.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dae75b31fdefc378.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-1764af88ef0657c3.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-92ed5d7a0e72589c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-300fd6723ee83a19.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1922086bdd3a1ec3.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44232025-10-10T23:40:16.682Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
44242025-10-10T23:40:16.707Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/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=91dd6d5a5487606e -C extra-filename=-3f001ffdf92df144 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-75c3ef68d0b103bf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44252025-10-10T23:40:17.945Z Compiling progenitor-client v0.8.0
44262025-10-10T23:40:17.970Z Running `/home/build/.rustup/toolchains/1.89.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=73c80dcc5306e789 -C extra-filename=-a696391376f80cf4 --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-8201e5d6381aa56b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44272025-10-10T23:40:18.419Z Compiling progenitor v0.8.0
44282025-10-10T23:40:18.444Z Running `/home/build/.rustup/toolchains/1.89.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=20c1148dd1dcd5a4 -C extra-filename=-d09ca83e59813e91 --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-a696391376f80cf4.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c0d1456228263eac.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-be9100f8de0a44e5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44292025-10-10T23:40:18.685Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
44302025-10-10T23:40:18.710Z Running `/home/build/.rustup/toolchains/1.89.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=eab0f3355548517a -C extra-filename=-c90e5e6bcdeb9aff --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-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f59c456c6a871a93.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d09ca83e59813e91.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-62602b9fa9a99af4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44312025-10-10T23:40:18.735Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
44322025-10-10T23:40:18.788Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/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=6676decb08f93a98 -C extra-filename=-682eba3edab68e2b --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-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f59c456c6a871a93.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-22a5ca16c7f723c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e20ffd4cad3719c6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-62602b9fa9a99af4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44332025-10-10T23:40:21.002Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
44342025-10-10T23:40:21.084Z Running `/home/build/.rustup/toolchains/1.89.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=f798ab2fcc26942b -C extra-filename=-08595467753ac934 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-08595467753ac934 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-c9c66229a77eff07.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-01615db36d6df1b2.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-aacfd2cdccf68808.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-918dddd36587fd89.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-19d9f1304dcf7a40.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7144a639a7938e22.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-40e701b42c2114c5.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-506de69e80e8f3e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6db108db97ba6def.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6a9e9c3b838c62a2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99ff3d0f0d216c1c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6a74b7a80d29c515.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-ca696e34de2c9a15.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-d8996dd468609515.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-b87fd6613cc2fc15.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2da796a22f582014.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-b85936bd4dfa5b64.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-3e487195ce270b12.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5488270ca8c700f6.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fd7f55707a725433.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-94db4f1121da23c1.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-15a1709ce7c5fdbd.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-5ed192293457b111.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ced34b824d457562.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-012c98008c7e3a3a.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-9216ee19421e8437.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d98c7599a376d9d4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a0712094a2fe141f.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-deabff44a5f88e6e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3f4a1ef14aef24a3.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dae75b31fdefc378.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-8b3b09036b990d2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e99e30938fe6c72b.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-0de1f3faaceecf5a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f7193d84c3788ea.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f1c0a5d281faa8f1.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-aeff82b63d642e1a.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7220c3a5a067b5b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-485634054e9a73f6.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-d158c5bf7c8a038b.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-84d8e4aadb0c95af.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-43c6d02ec5fd8e89.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44352025-10-10T23:40:21.385Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-08595467753ac934/build-script-build`
44362025-10-10T23:40:21.443Z Running `/home/build/.rustup/toolchains/1.89.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=96e14d7b6435f4aa -C extra-filename=-178a3bf33faae74a --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-c9c66229a77eff07.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-01615db36d6df1b2.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-aacfd2cdccf68808.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-918dddd36587fd89.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-19d9f1304dcf7a40.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7144a639a7938e22.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-40e701b42c2114c5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6db108db97ba6def.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6a9e9c3b838c62a2.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99ff3d0f0d216c1c.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6a74b7a80d29c515.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-ca696e34de2c9a15.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-d8996dd468609515.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-b87fd6613cc2fc15.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2da796a22f582014.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-b85936bd4dfa5b64.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-3e487195ce270b12.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5488270ca8c700f6.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fd7f55707a725433.rmeta --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-94db4f1121da23c1.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-15a1709ce7c5fdbd.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-5ed192293457b111.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ced34b824d457562.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-012c98008c7e3a3a.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-9216ee19421e8437.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d98c7599a376d9d4.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a0712094a2fe141f.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-deabff44a5f88e6e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3f4a1ef14aef24a3.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dae75b31fdefc378.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-8b3b09036b990d2e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e99e30938fe6c72b.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f7193d84c3788ea.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f1c0a5d281faa8f1.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-aeff82b63d642e1a.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7220c3a5a067b5b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rmeta --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-84d8e4aadb0c95af.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-43c6d02ec5fd8e89.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44372025-10-10T23:40:21.621Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
44382025-10-10T23:40:21.621Z Running `/home/build/.rustup/toolchains/1.89.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=f1f378d520d7e76b -C extra-filename=-4a9f3093cf91e0a7 --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-178a3bf33faae74a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44392025-10-10T23:40:22.406Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
44402025-10-10T23:40:22.431Z Running `/home/build/.rustup/toolchains/1.89.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=ed9dccdc3bd39f96 -C extra-filename=-250b58ec85590141 --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-ff6a5a790b8a0d3a.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44412025-10-10T23:40:22.826Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
44422025-10-10T23:40:22.870Z Running `/home/build/.rustup/toolchains/1.89.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=42aad377115c137d -C extra-filename=-c27fbe760458a500 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4a9f3093cf91e0a7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d986d807ba00207e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-2e1671183b5fd81d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44432025-10-10T23:40:23.152Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
44442025-10-10T23:40:23.177Z Running `/home/build/.rustup/toolchains/1.89.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=2dc3ec051cd3d229 -C extra-filename=-401713b4e9145b72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44452025-10-10T23:40:23.212Z Running `/home/build/.rustup/toolchains/1.89.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=5ecb54605d6c57a8 -C extra-filename=-07c6eb904e8c6d53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4a9f3093cf91e0a7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d986d807ba00207e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-2e1671183b5fd81d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44462025-10-10T23:40:24.135Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44472025-10-10T23:40:24.160Z Running `/home/build/.rustup/toolchains/1.89.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=77f9ed3a42758d14 -C extra-filename=-9ea34ebcc413ba85 --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-f895be21f47d89c6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44482025-10-10T23:40:24.315Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44492025-10-10T23:40:24.340Z Running `/home/build/.rustup/toolchains/1.89.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=c7f1f8f5179be756 -C extra-filename=-9af23d869935c341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-488c1e66241ca514.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-09c1fab102bb0169.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44502025-10-10T23:40:24.573Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44512025-10-10T23:40:24.606Z Running `/home/build/.rustup/toolchains/1.89.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=e0614b3daeaf19e5 -C extra-filename=-3aa573fe7f592958 --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-856a8896ec6f8bb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44522025-10-10T23:40:24.630Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
44532025-10-10T23:40:24.680Z Running `/home/build/.rustup/toolchains/1.89.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=7bafb367e2dcafab -C extra-filename=-0ea46bd2ce11bc3e --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-178a3bf33faae74a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44542025-10-10T23:40:25.629Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
44552025-10-10T23:40:25.654Z Running `/home/build/.rustup/toolchains/1.89.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=03384c8a4ca40c46 -C extra-filename=-ab70c495c90680df --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-178a3bf33faae74a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44562025-10-10T23:40:25.689Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
44572025-10-10T23:40:25.714Z Running `/home/build/.rustup/toolchains/1.89.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=03398a273c88a48e -C extra-filename=-fc43ee1bf3211977 --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-ca4ebf2465e25529.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-42fd05775e44f83e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-59fd8c8c02ebea6d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c90e5e6bcdeb9aff.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-cf9af829c6b8591f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-32b4999f2edf0223.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-62602b9fa9a99af4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-39789014ef0e52a1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-344a8d7004afc2bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
44582025-10-10T23:40:25.931Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44592025-10-10T23:40:25.956Z Running `/home/build/.rustup/toolchains/1.89.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=3026a3c1344e5648 -C extra-filename=-eb432f458a7b5e8f --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-eb432f458a7b5e8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44602025-10-10T23:40:26.332Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-eb432f458a7b5e8f/build-script-build`
44612025-10-10T23:40:26.394Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44622025-10-10T23:40:26.419Z Running `/home/build/.rustup/toolchains/1.89.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=e3e57393337b10e3 -C extra-filename=-5b2298e3cb2ded9a --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-178a3bf33faae74a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44632025-10-10T23:40:26.642Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44642025-10-10T23:40:26.667Z Running `/home/build/.rustup/toolchains/1.89.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=27e22f2d209d148f -C extra-filename=-34417c94377c8141 --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-1a84e413bcb1c25d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44652025-10-10T23:40:27.467Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
44662025-10-10T23:40:27.492Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=c5fa89f961b5522b -C extra-filename=-9698193fea7f5817 --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-178a3bf33faae74a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44672025-10-10T23:40:28.276Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44682025-10-10T23:40:28.301Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2021 clients/ntp-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=b90f84c4de89c4f2 -C extra-filename=-11d3b67831f47e09 --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-1a84e413bcb1c25d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44692025-10-10T23:40:28.564Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44702025-10-10T23:40:28.589Z Running `/home/build/.rustup/toolchains/1.89.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=edaade7b02a31e32 -C extra-filename=-3ec6af6684b837d6 --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-178a3bf33faae74a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44712025-10-10T23:40:28.835Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44722025-10-10T23:40:28.860Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-schema/build.rs --error-format=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=6795a23f37010d9a -C extra-filename=-1dd1747d771d0433 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-1dd1747d771d0433 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44732025-10-10T23:40:29.099Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44742025-10-10T23:40:29.124Z Running `/home/build/.rustup/toolchains/1.89.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=96e0734b9bb588bf -C extra-filename=-2aa9682537c4a7cc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-2aa9682537c4a7cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-a9aee96273831131.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44752025-10-10T23:40:29.224Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-1dd1747d771d0433/build-script-build`
44762025-10-10T23:40:29.285Z Running `/home/build/.rustup/toolchains/1.89.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=5a5f526a43278a93 -C extra-filename=-de5956f7e8b59b1c --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-d52aba29819925cc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
44772025-10-10T23:40:30.193Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-2aa9682537c4a7cc/build-script-build`
44782025-10-10T23:40:30.279Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
44792025-10-10T23:40:30.304Z Running `/home/build/.rustup/toolchains/1.89.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=e1e5e372b241854f -C extra-filename=-2412696cec732a1b --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-9612a25fb0aed7d0.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-3ec6af6684b837d6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44802025-10-10T23:40:30.357Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44812025-10-10T23:40:30.382Z Running `/home/build/.rustup/toolchains/1.89.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=26c07d085f148a44 -C extra-filename=-6696354700a0af30 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-6696354700a0af30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44822025-10-10T23:40:30.734Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-6696354700a0af30/build-script-build`
44832025-10-10T23:40:30.791Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44842025-10-10T23:40:30.816Z Running `/home/build/.rustup/toolchains/1.89.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=e6ee4a7a00da5852 -C extra-filename=-0eb0bf9be2675f7b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-0eb0bf9be2675f7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44852025-10-10T23:40:31.173Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
44862025-10-10T23:40:31.198Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/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=3bc43afcd839c60d -C extra-filename=-53623e7e78291725 --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-f36c95c1bf93e1c3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-75c3ef68d0b103bf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44872025-10-10T23:40:32.577Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-0eb0bf9be2675f7b/build-script-build`
44882025-10-10T23:40:32.635Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
44892025-10-10T23:40:32.660Z Running `/home/build/.rustup/toolchains/1.89.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=358109762feb79c3 -C extra-filename=-00499c4e220f26b7 --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-9612a25fb0aed7d0.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-3ec6af6684b837d6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44902025-10-10T23:40:32.949Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
44912025-10-10T23:40:32.974Z Running `/home/build/.rustup/toolchains/1.89.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=bb43eb7f53916005 -C extra-filename=-b9a6135df1ca0b27 --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-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44922025-10-10T23:40:33.654Z Running `/home/build/.rustup/toolchains/1.89.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=e4003151af66c205 -C extra-filename=-1d6f926df0e34531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c4d0b608f3f977f3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-c574269ee9ac758a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0aee9dadf39a9773.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-401713b4e9145b72.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
44932025-10-10T23:40:34.096Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44942025-10-10T23:40:34.134Z Running `/home/build/.rustup/toolchains/1.89.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' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=e7d8986179094155 -C extra-filename=-f66565e7b8fbf1df --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-ff6a5a790b8a0d3a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44952025-10-10T23:40:38.148Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44962025-10-10T23:40:38.173Z Running `/home/build/.rustup/toolchains/1.89.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=5e9b6ff30afa3394 -C extra-filename=-bf5be57c33184d8a --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-1d6f926df0e34531.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44972025-10-10T23:40:38.198Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44982025-10-10T23:40:38.198Z Running `/home/build/.rustup/toolchains/1.89.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=f1934767d352970b -C extra-filename=-92fbff836cd1685a --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-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44992025-10-10T23:40:38.430Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
45002025-10-10T23:40:38.454Z Running `/home/build/.rustup/toolchains/1.89.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=bb26599102b608fe -C extra-filename=-5ee78a968a142ff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3262e50a04d6b924.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45012025-10-10T23:40:39.227Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
45022025-10-10T23:40:39.253Z Running `/home/build/.rustup/toolchains/1.89.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' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=b7ff70a8e3bb97e2 -C extra-filename=-b26f6174a0999cb3 --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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45032025-10-10T23:40:40.504Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
45042025-10-10T23:40:40.529Z Running `/home/build/.rustup/toolchains/1.89.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=6dd0afb3469ae23f -C extra-filename=-23c5bf6ba28e63d4 --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-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45052025-10-10T23:40:40.944Z Running `/home/build/.rustup/toolchains/1.89.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=d71f74734f406c5c -C extra-filename=-5946e91ef97ed671 --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-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-07c6eb904e8c6d53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45062025-10-10T23:40:42.498Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
45072025-10-10T23:40:42.523Z Running `/home/build/.rustup/toolchains/1.89.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=544ec11fdd6fd5b0 -C extra-filename=-9b242467b04515e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45082025-10-10T23:40:43.829Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45092025-10-10T23:40:43.854Z Running `/home/build/.rustup/toolchains/1.89.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=23a959560b13003f -C extra-filename=-328848a39e18c9a1 --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-1a84e413bcb1c25d.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45102025-10-10T23:40:44.070Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
45112025-10-10T23:40:44.095Z Running `/home/build/.rustup/toolchains/1.89.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=c94a240e0d64e1e1 -C extra-filename=-34a3286c2ff66544 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45122025-10-10T23:40:44.407Z Running `/home/build/.rustup/toolchains/1.89.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=fc165b960269c2ef -C extra-filename=-f9845514f6c68d00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5946e91ef97ed671.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45132025-10-10T23:40:45.120Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
45142025-10-10T23:40:45.145Z Running `/home/build/.rustup/toolchains/1.89.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=c1824df61146db51 -C extra-filename=-0bbdffec64122808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45152025-10-10T23:40:45.429Z Running `/home/build/.rustup/toolchains/1.89.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=9d154f6f48a20d73 -C extra-filename=-62a0da521b276acc --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-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1195d89c002f0d88.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-17d8434b9893ec40.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
45162025-10-10T23:40:46.008Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45172025-10-10T23:40:46.033Z Running `/home/build/.rustup/toolchains/1.89.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=4cbd01bcddb153a7 -C extra-filename=-5a2f5c4ea0ab90bf --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-180862833fbacf5f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45182025-10-10T23:40:46.457Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45192025-10-10T23:40:46.482Z Running `/home/build/.rustup/toolchains/1.89.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=1402beb662c1ac5b -C extra-filename=-cc3128baa591147b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-003d714d25dd1cda.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-720173f4da1d6ce6.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-9cdb505b4fb0eedb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
45202025-10-10T23:40:47.024Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45212025-10-10T23:40:47.049Z Running `/home/build/.rustup/toolchains/1.89.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=88858e0fc3ee5331 -C extra-filename=-30ba2fdff85d31ab --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-68617f900d2f7ac8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45222025-10-10T23:40:47.267Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
45232025-10-10T23:40:47.293Z Running `/home/build/.rustup/toolchains/1.89.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=056b0e209dd24d8b -C extra-filename=-3a883fcb54035d38 --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-178a3bf33faae74a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f9845514f6c68d00.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5946e91ef97ed671.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45242025-10-10T23:40:47.781Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45252025-10-10T23:40:47.851Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=888a27802db490a5 -C extra-filename=-2f39dcd3cf7c21f8 --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-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-07c6eb904e8c6d53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45262025-10-10T23:40:48.507Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45272025-10-10T23:40:48.532Z Running `/home/build/.rustup/toolchains/1.89.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=c4b1ad28ff6e215d -C extra-filename=-3db1e6b4308f5fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45282025-10-10T23:40:49.267Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45292025-10-10T23:40:49.308Z Running `/home/build/.rustup/toolchains/1.89.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=92ef6116f8e09c57 -C extra-filename=-ec89e96cd1be5bcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
45302025-10-10T23:40:49.404Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=e73a8df039420f12 -C extra-filename=-7fcc042b500bc3cf --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-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45312025-10-10T23:40:52.776Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45322025-10-10T23:40:52.801Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=bff03aa571772ccd -C extra-filename=-2224fc607fc64374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f39dcd3cf7c21f8.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45332025-10-10T23:40:53.054Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45342025-10-10T23:40:53.080Z Running `/home/build/.rustup/toolchains/1.89.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=294f73a131fbb317 -C extra-filename=-ee74266881b3af4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45352025-10-10T23:40:54.741Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=0994d3af3efe86da -C extra-filename=-6322f9bd8ff0c96f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7fcc042b500bc3cf.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45362025-10-10T23:40:54.962Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45372025-10-10T23:40:55.000Z Running `/home/build/.rustup/toolchains/1.89.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=b9553c5979c5d4fd -C extra-filename=-fa1cf59ca29f0d95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0ea46bd2ce11bc3e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-34a3286c2ff66544.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3a883fcb54035d38.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45382025-10-10T23:40:55.421Z Running `/home/build/.rustup/toolchains/1.89.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=2ecc4acee055d1ce -C extra-filename=-c8120d1eb23b6b88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3989862fdd6a32c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45392025-10-10T23:40:55.641Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45402025-10-10T23:40:55.666Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=f5db0e324a08cd7c -C extra-filename=-a6225474d5f6df3a --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-178a3bf33faae74a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2224fc607fc64374.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2f39dcd3cf7c21f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45412025-10-10T23:40:57.616Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45422025-10-10T23:40:57.641Z Running `/home/build/.rustup/toolchains/1.89.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=050c27d5b76ec8a2 -C extra-filename=-f2edab8f502de9b0 --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-1a84e413bcb1c25d.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45432025-10-10T23:40:58.662Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45442025-10-10T23:40:58.708Z Running `/home/build/.rustup/toolchains/1.89.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=ab09a99c0bb80f71 -C extra-filename=-b832ee0be6ce6ef0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45452025-10-10T23:40:59.868Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45462025-10-10T23:40:59.915Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2021 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=96f57924cffccda9 -C extra-filename=-bac91d3a5f49972d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45472025-10-10T23:41:00.205Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45482025-10-10T23:41:00.230Z Running `/home/build/.rustup/toolchains/1.89.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=90867a6514965d2f -C extra-filename=-e5bb030ba93f07fa --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-f8d71a72b9e8b2c4.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-44b668ede8600b95.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45492025-10-10T23:41:00.922Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45502025-10-10T23:41:00.947Z Running `/home/build/.rustup/toolchains/1.89.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=6a401c24a9e3e9eb -C extra-filename=-4a3a85c0f921f3de --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-16cff964c3cef883.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e73c4b233f84fa79.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45512025-10-10T23:41:01.279Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
45522025-10-10T23:41:01.304Z Running `/home/build/.rustup/toolchains/1.89.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=acee3d74c5fb3168 -C extra-filename=-0a24c1421cd74ab4 --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-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45532025-10-10T23:41:01.865Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45542025-10-10T23:41:01.890Z Running `/home/build/.rustup/toolchains/1.89.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=dcbaf1881c438206 -C extra-filename=-2a7396bd45bcce30 --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-ac0e33b2af33f733.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45552025-10-10T23:41:02.579Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45562025-10-10T23:41:02.619Z Running `/home/build/.rustup/toolchains/1.89.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=726e5b1dcc14ba95 -C extra-filename=-645e6e1c502b5c83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-401713b4e9145b72.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45572025-10-10T23:41:02.644Z Compiling samael v0.0.19
45582025-10-10T23:41:02.669Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=50d3d3d09f363bc9 -C extra-filename=-68d182e39c7e2392 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-68d182e39c7e2392 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-fb5450e5d906e48a.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45592025-10-10T23:41:02.995Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45602025-10-10T23:41:03.020Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=6b12ef1620f5fb87 -C extra-filename=-e1f9c015f86587e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9698193fea7f5817.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6322f9bd8ff0c96f.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-a6225474d5f6df3a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7fcc042b500bc3cf.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45612025-10-10T23:41:03.442Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45622025-10-10T23:41:03.467Z Running `/home/build/.rustup/toolchains/1.89.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=a3e95d2fa5196d65 -C extra-filename=-49f2269d42b5819e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4a9f3093cf91e0a7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45632025-10-10T23:41:04.517Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
45642025-10-10T23:41:04.542Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc8e02a/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=7f7aac9d19f2558e -C extra-filename=-77ae23d6d26518f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e1f9c015f86587e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-056bc8134d9dc213.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6abb93ba2a6c1932.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45652025-10-10T23:41:04.770Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-68d182e39c7e2392/build-script-bindings`
45662025-10-10T23:41:05.467Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45672025-10-10T23:41:05.492Z Running `/home/build/.rustup/toolchains/1.89.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=90d215b8f8785d61 -C extra-filename=-46881cc9cb45fce5 --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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-645e6e1c502b5c83.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45682025-10-10T23:41:06.258Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
45692025-10-10T23:41:06.305Z Running `/home/build/.rustup/toolchains/1.89.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=5d98ea69af410d7d -C extra-filename=-9a0680f158a04252 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45702025-10-10T23:41:06.905Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
45712025-10-10T23:41:06.930Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc8e02a/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=50b60b0cd9fe1157 -C extra-filename=-d71d69ec2d477226 --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-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-77ae23d6d26518f2.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-f4d6e906f4586e76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-75c3ef68d0b103bf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-d026870676d7c7ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45722025-10-10T23:41:08.035Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=7f35b89a5a075d48 -C extra-filename=-57ab985b4c888431 --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-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-09755bbc107d887e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-2e3b66c7557508a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-6fa859ae0a6e2845.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-e21f0e1f1e38c6a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/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 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
45732025-10-10T23:41:08.227Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45742025-10-10T23:41:08.263Z Running `/home/build/.rustup/toolchains/1.89.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=96ce44c711a6985e -C extra-filename=-a8a000332435df0f --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-53623e7e78291725.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45752025-10-10T23:41:09.071Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45762025-10-10T23:41:09.096Z Running `/home/build/.rustup/toolchains/1.89.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=e723d90e7d30bfc5 -C extra-filename=-7fb95a6fb7c0a2e5 --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-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45772025-10-10T23:41:10.499Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45782025-10-10T23:41:10.524Z Running `/home/build/.rustup/toolchains/1.89.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=8d74a19deff2fe86 -C extra-filename=-0331f5395e894c19 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-0331f5395e894c19 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45792025-10-10T23:41:10.891Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-0331f5395e894c19/build-script-build`
45802025-10-10T23:41:10.937Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
45812025-10-10T23:41:10.962Z Running `/home/build/.rustup/toolchains/1.89.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=346d89abbfe6924c -C extra-filename=-8959351a2aec537d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-46881cc9cb45fce5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45822025-10-10T23:41:10.998Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45832025-10-10T23:41:11.023Z Running `/home/build/.rustup/toolchains/1.89.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=f18d615fc7612e29 -C extra-filename=-e2955d07c4b6953b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-e2955d07c4b6953b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45842025-10-10T23:41:11.385Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
45852025-10-10T23:41:11.410Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/db07274/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=7d45c0d913863986 -C extra-filename=-8215a1f0ec9740ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-01615db36d6df1b2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d5a3d8b60e74e616.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-9ba6d1740adbd4fa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-2be91b2bfa044fec.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45862025-10-10T23:41:13.174Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-e2955d07c4b6953b/build-script-build`
45872025-10-10T23:41:13.237Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45882025-10-10T23:41:13.262Z Running `/home/build/.rustup/toolchains/1.89.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=20ed6fa695156cd6 -C extra-filename=-383767ca9f27fc33 --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-856a8896ec6f8bb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45892025-10-10T23:41:13.494Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45902025-10-10T23:41:13.519Z Running `/home/build/.rustup/toolchains/1.89.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=89895eb6cc4f7e6f -C extra-filename=-6d2358ea28e64b65 --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-971849dc346a6008.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-16b2b7369802833a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
45912025-10-10T23:41:14.226Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
45922025-10-10T23:41:14.251Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/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=f76eab6f643d689b -C extra-filename=-c11d4ad156d0ca29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-23652635d3e0bfe5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
45932025-10-10T23:41:14.536Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
45942025-10-10T23:41:14.561Z Running `/home/build/.rustup/toolchains/1.89.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=d4bfb1813724a43c -C extra-filename=-7bfd7a9a71ee17c3 --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-856a8896ec6f8bb8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45952025-10-10T23:41:15.594Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
45962025-10-10T23:41:15.619Z Running `/home/build/.rustup/toolchains/1.89.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=6ccd02a51d34ce27 -C extra-filename=-8812c20587132146 --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-856a8896ec6f8bb8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45972025-10-10T23:41:16.125Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
45982025-10-10T23:41:16.150Z Running `/home/build/.rustup/toolchains/1.89.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=1319ff9b381a551e -C extra-filename=-dc5190320cd06ad4 --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-dfc32f0a21b07f91.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8959351a2aec537d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45992025-10-10T23:41:18.136Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46002025-10-10T23:41:18.161Z Running `/home/build/.rustup/toolchains/1.89.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=f6738ca66fb57cc5 -C extra-filename=-d155f4fb60101b62 --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-8201e5d6381aa56b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46012025-10-10T23:41:18.221Z Compiling polar-core v0.27.3
46022025-10-10T23:41:18.246Z Running `/home/build/.rustup/toolchains/1.89.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=f5868c74e7142f88 -C extra-filename=-cac4f776c093a6c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-cac4f776c093a6c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-942a9800adab9b8f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46032025-10-10T23:41:18.323Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
46042025-10-10T23:41:18.348Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images_examples --edition=2021 sled-agent/zone-images-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c97bf37bad6d304 -C extra-filename=-71e101545b520bc5 --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-dfc32f0a21b07f91.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d87f969b8e395139.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46052025-10-10T23:41:18.745Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46062025-10-10T23:41:18.770Z Running `/home/build/.rustup/toolchains/1.89.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=67f06ed23452594d -C extra-filename=-396fb80a0a915448 --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-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46072025-10-10T23:41:18.925Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
46082025-10-10T23:41:18.950Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/827e661/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=55effac7c205cc72 -C extra-filename=-ba05dc323713c7a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-8c2c2208a60a9cb3.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f59c456c6a871a93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e20ffd4cad3719c6.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0bfcfed0ebd3a1f8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-056bc8134d9dc213.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-62602b9fa9a99af4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
46092025-10-10T23:41:19.758Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-cac4f776c093a6c1/build-script-build`
46102025-10-10T23:41:20.066Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46112025-10-10T23:41:20.091Z Running `/home/build/.rustup/toolchains/1.89.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=3ad7b7bb28b43e6f -C extra-filename=-9e45a2b21331a45c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46122025-10-10T23:41:20.343Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46132025-10-10T23:41:20.368Z Running `/home/build/.rustup/toolchains/1.89.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=8e7cc5f0d1ad924e -C extra-filename=-04027a02170ab2d8 --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-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46142025-10-10T23:41:21.132Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
46152025-10-10T23:41:21.157Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/db07274/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=522685cb9d31509b -C extra-filename=-ae899ec7fe405ca0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7fc67dc6d779fea4.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46162025-10-10T23:41:21.410Z Running `/home/build/.rustup/toolchains/1.89.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=3f411d43b212a7bb -C extra-filename=-2b7460e25e291eed --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-82244027cee9cc10.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-62a8bb05225dbc7f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172025-10-10T23:41:22.094Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46182025-10-10T23:41:22.119Z Running `/home/build/.rustup/toolchains/1.89.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=77cb57f094bc7406 -C extra-filename=-35085b233b640699 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46192025-10-10T23:41:22.362Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46202025-10-10T23:41:22.387Z Running `/home/build/.rustup/toolchains/1.89.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=25e481d2c6b0bc83 -C extra-filename=-c7fe5d46ba8d6850 --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-fa33fc3fea407a3e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-6db268b7ab5218c6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46212025-10-10T23:41:22.671Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46222025-10-10T23:41:22.696Z Running `/home/build/.rustup/toolchains/1.89.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=278ca5d657ff202d -C extra-filename=-44e3643cfc9437ae --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-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46232025-10-10T23:41:22.876Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46242025-10-10T23:41:22.901Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/test-interface/build.rs --error-format=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=915e40cb7539c188 -C extra-filename=-cc32e9ba18b5999a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-cc32e9ba18b5999a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46252025-10-10T23:41:22.982Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46262025-10-10T23:41:23.008Z Running `/home/build/.rustup/toolchains/1.89.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=fe211a6a3e456e62 -C extra-filename=-8f42f5147b536983 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46272025-10-10T23:41:23.279Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-cc32e9ba18b5999a/build-script-build`
46282025-10-10T23:41:23.345Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46292025-10-10T23:41:23.370Z Running `/home/build/.rustup/toolchains/1.89.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=e3dd629745ddcb21 -C extra-filename=-3a60bdfc93d6a408 --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-328848a39e18c9a1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46302025-10-10T23:41:23.428Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
46312025-10-10T23:41:23.453Z Running `/home/build/.rustup/toolchains/1.89.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=4c7859d1efc4b7e1 -C extra-filename=-aa733f3773f2f3a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-aa733f3773f2f3a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46322025-10-10T23:41:23.805Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-aa733f3773f2f3a8/build-script-build`
46332025-10-10T23:41:23.862Z Running `/home/build/.rustup/toolchains/1.89.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.18.2+1.9.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", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=db2e4e98011da5c1 -C extra-filename=-d7c4d67cf8018a73 --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-784c297e68e85669.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-379d0666cb89c7fd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
46342025-10-10T23:41:24.045Z Running `/home/build/.rustup/toolchains/1.89.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=c53850caef7f974d -C extra-filename=-112bfcb70823e06e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3a60bdfc93d6a408.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46352025-10-10T23:41:24.453Z Compiling git2 v0.20.2
46362025-10-10T23:41:24.477Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=d7f0b129b020a525 -C extra-filename=-a7cb0d695455e50d --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-7144a639a7938e22.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-d7c4d67cf8018a73.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/usr/lib/amd64`
46372025-10-10T23:41:24.653Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46382025-10-10T23:41:24.678Z Running `/home/build/.rustup/toolchains/1.89.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=d48d51f65f64a07f -C extra-filename=-4a7ffdf2ca6f0bdb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-4a7ffdf2ca6f0bdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46392025-10-10T23:41:24.866Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
46402025-10-10T23:41:24.891Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/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=bff6c3ba88abc84c -C extra-filename=-694ca5632c0d20f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e1f9c015f86587e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-056bc8134d9dc213.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6abb93ba2a6c1932.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46412025-10-10T23:41:25.036Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-4a7ffdf2ca6f0bdb/build-script-build`
46422025-10-10T23:41:25.096Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46432025-10-10T23:41:25.121Z Running `/home/build/.rustup/toolchains/1.89.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=e923456b8832a49c -C extra-filename=-bea07081c14b3621 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-bea07081c14b3621 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46442025-10-10T23:41:25.460Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46452025-10-10T23:41:25.485Z Running `/home/build/.rustup/toolchains/1.89.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=3a9bac1d3667ef93 -C extra-filename=-2972371529a07449 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-2972371529a07449 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46462025-10-10T23:41:25.808Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46472025-10-10T23:41:25.833Z Running `/home/build/.rustup/toolchains/1.89.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=bd280cbf5d0f0f8a -C extra-filename=-f0d2cee16ce21bb7 --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-1a84e413bcb1c25d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8f42f5147b536983.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46482025-10-10T23:41:27.339Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46492025-10-10T23:41:27.884Z Running `/home/build/.rustup/toolchains/1.89.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=bc02d7da8ed073a8 -C extra-filename=-55b16d06efe32399 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-55b16d06efe32399 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46502025-10-10T23:41:27.884Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-55b16d06efe32399/build-script-build`
46512025-10-10T23:41:27.884Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
46522025-10-10T23:41:27.884Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/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=e7b9fdcd2e9aaf15 -C extra-filename=-914a08cd0382652a --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-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-694ca5632c0d20f8.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-f4d6e906f4586e76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-75c3ef68d0b103bf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-d026870676d7c7ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46532025-10-10T23:41:28.370Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-2972371529a07449/build-script-build`
46542025-10-10T23:41:28.437Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-bea07081c14b3621/build-script-build`
46552025-10-10T23:41:28.503Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46562025-10-10T23:41:28.528Z Running `/home/build/.rustup/toolchains/1.89.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=30ee466c6fe107a2 -C extra-filename=-5674cdc6db40cb73 --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-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46572025-10-10T23:41:28.553Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
46582025-10-10T23:41:28.553Z Running `/home/build/.rustup/toolchains/1.89.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=5cdd87acae33b070 -C extra-filename=-0cde43c9e0306e09 --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-5ee78a968a142ff9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46592025-10-10T23:41:29.389Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_git2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=33413f27771d36a2 -C extra-filename=-62c5960fe8bbdbd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-09755bbc107d887e.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-a7cb0d695455e50d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-485634054e9a73f6.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-d158c5bf7c8a038b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
46602025-10-10T23:41:30.138Z Compiling oso v0.27.3
46612025-10-10T23:41:30.163Z Running `/home/build/.rustup/toolchains/1.89.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=398f6a533503d6e2 -C extra-filename=-c2bf6a52967586fd --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-d60f25992e6591ec.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-36f667099eff663c.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-2b7460e25e291eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46622025-10-10T23:41:30.551Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46632025-10-10T23:41:30.577Z Running `/home/build/.rustup/toolchains/1.89.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=a1cf3dc55906ca0b -C extra-filename=-7dad1af097762cba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46642025-10-10T23:41:31.741Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46652025-10-10T23:41:31.766Z Running `/home/build/.rustup/toolchains/1.89.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=4ca8bcbc6d952bc9 -C extra-filename=-8001f67a1b09701c --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46662025-10-10T23:41:33.367Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46672025-10-10T23:41:33.392Z Running `/home/build/.rustup/toolchains/1.89.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=fdfe28c91124ee3b -C extra-filename=-ac03d82c3f3b9b43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-b85936bd4dfa5b64.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-bf590cde3ce690df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a0e838f92eb9fca1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46682025-10-10T23:41:34.014Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46692025-10-10T23:41:34.039Z Running `/home/build/.rustup/toolchains/1.89.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=db39fde8bc47b681 -C extra-filename=-793394facf41211e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3262e50a04d6b924.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-fc43ee1bf3211977.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46702025-10-10T23:41:34.388Z Running `/home/build/.rustup/toolchains/1.89.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=8f9f7a4831b6ae72 -C extra-filename=-30af0db58d5c916a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2412696cec732a1b.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e5bb030ba93f07fa.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46712025-10-10T23:41:36.383Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46722025-10-10T23:41:36.410Z Running `/home/build/.rustup/toolchains/1.89.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=22cc56fb98a105ea -C extra-filename=-6f318a89de2adae1 --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-b26f6174a0999cb3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46732025-10-10T23:41:36.855Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46742025-10-10T23:41:36.902Z Running `/home/build/.rustup/toolchains/1.89.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=aa866033315b9206 -C extra-filename=-6876eec7e1cd25ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04027a02170ab2d8.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rmeta --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-71e101545b520bc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c7fe5d46ba8d6850.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46752025-10-10T23:41:38.482Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46762025-10-10T23:41:38.507Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-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=d0ba567f6cc3e1ef -C extra-filename=-5a0f77c1a7e8dbf2 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46772025-10-10T23:41:39.393Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46782025-10-10T23:41:39.419Z Running `/home/build/.rustup/toolchains/1.89.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=812f4e52b8e4e62f -C extra-filename=-b1fdf288258de4d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f318a89de2adae1.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ac03d82c3f3b9b43.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c7fe5d46ba8d6850.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46792025-10-10T23:41:42.627Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46802025-10-10T23:41:42.652Z Running `/home/build/.rustup/toolchains/1.89.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=b240de473d58925c -C extra-filename=-2d5909551587a11e --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-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46812025-10-10T23:41:43.640Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46822025-10-10T23:41:43.665Z Running `/home/build/.rustup/toolchains/1.89.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=bba41c1fcdeb583b -C extra-filename=-2791652c3d9d66c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-44e3643cfc9437ae.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46832025-10-10T23:41:45.425Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46842025-10-10T23:41:45.450Z Running `/home/build/.rustup/toolchains/1.89.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=8cb45707969a78af -C extra-filename=-95223834934ae740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8812c20587132146.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-8b762501ddfdf233.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-6d2358ea28e64b65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-524f6095cf2bdf36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-67cab1abeab4046a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46852025-10-10T23:41:48.935Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46862025-10-10T23:41:48.960Z Running `/home/build/.rustup/toolchains/1.89.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=097636773dc4cf29 -C extra-filename=-7137b07bf8a87165 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3262e50a04d6b924.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7bfd7a9a71ee17c3.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7fb95a6fb7c0a2e5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba05dc323713c7a5.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e20ffd4cad3719c6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-46881cc9cb45fce5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8959351a2aec537d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rmeta --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-dc5190320cd06ad4.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-645e6e1c502b5c83.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0d796ba43f2b578.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
46872025-10-10T23:41:49.056Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46882025-10-10T23:41:49.081Z Running `/home/build/.rustup/toolchains/1.89.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=1f97835dbd7170a6 -C extra-filename=-798b5c011d7ba5c7 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46892025-10-10T23:41:56.236Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46902025-10-10T23:41:56.261Z Running `/home/build/.rustup/toolchains/1.89.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=4afeb3d39e45acdb -C extra-filename=-138336d738eb2499 --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-dfc32f0a21b07f91.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-95223834934ae740.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ac03d82c3f3b9b43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46912025-10-10T23:41:56.767Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
46922025-10-10T23:41:56.792Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/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=42ff920a70ef3c60 -C extra-filename=-d524df337a9627d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-d524df337a9627d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-485634054e9a73f6.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-62c5960fe8bbdbd2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build -L native=/usr/lib/amd64`
46932025-10-10T23:41:57.754Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
46942025-10-10T23:41:57.779Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/lldpd-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=a043ecae8fead909 -C extra-filename=-d6418debc5d53d27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-914a08cd0382652a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-056bc8134d9dc213.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46952025-10-10T23:41:58.197Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46962025-10-10T23:41:58.223Z Running `/home/build/.rustup/toolchains/1.89.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=18c8c5986c7fcf42 -C extra-filename=-4525cd89f087a089 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b22f7ebc06438f7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8f42f5147b536983.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0d2cee16ce21bb7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46972025-10-10T23:41:58.638Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-d524df337a9627d9/build-script-build`
46982025-10-10T23:41:58.987Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46992025-10-10T23:41:59.012Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-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=212aa152774b63de -C extra-filename=-fb9a077048679193 --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-856a8896ec6f8bb8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47002025-10-10T23:41:59.157Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47012025-10-10T23:41:59.182Z Running `/home/build/.rustup/toolchains/1.89.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=89f957050c1fc35d -C extra-filename=-edb3465552655343 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47022025-10-10T23:42:00.216Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47032025-10-10T23:42:00.241Z Running `/home/build/.rustup/toolchains/1.89.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=50e34b617caddf1c -C extra-filename=-8861b88c232480c6 --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-856a8896ec6f8bb8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47042025-10-10T23:42:01.838Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47052025-10-10T23:42:01.863Z Running `/home/build/.rustup/toolchains/1.89.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=b05ffa0a450487d8 -C extra-filename=-edf5088bc20b152d --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-edf5088bc20b152d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47062025-10-10T23:42:02.224Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47072025-10-10T23:42:02.249Z Running `/home/build/.rustup/toolchains/1.89.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=62b05f6884de0204 -C extra-filename=-0c0e0d9c1fdaba47 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-0c0e0d9c1fdaba47 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47082025-10-10T23:42:02.605Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47092025-10-10T23:42:02.630Z Running `/home/build/.rustup/toolchains/1.89.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=51ca956ef1e50d9c -C extra-filename=-bb7bcdb79637c2c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47102025-10-10T23:42:02.953Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
47112025-10-10T23:42:02.978Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/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=b3c229a75a7278ba -C extra-filename=-6fd588d6970d218a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-23652635d3e0bfe5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
47122025-10-10T23:42:03.214Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-0c0e0d9c1fdaba47/build-script-build`
47132025-10-10T23:42:03.277Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-edf5088bc20b152d/build-script-build`
47142025-10-10T23:42:03.339Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/65ca41e/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=450fe9ea89a10da9 -C extra-filename=-5372835a47657365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-8c2c2208a60a9cb3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-23652635d3e0bfe5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-94db4f1121da23c1.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-555d2383542b2c45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-056bc8134d9dc213.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bf463c545bddc18b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-b05456744aca3cb4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts`
47152025-10-10T23:42:03.653Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
47162025-10-10T23:42:03.678Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/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=286ab208278d00d6 -C extra-filename=-c6a9695b5e708128 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-d6418debc5d53d27.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-75c3ef68d0b103bf.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-2e1671183b5fd81d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47172025-10-10T23:42:05.070Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47182025-10-10T23:42:05.096Z Running `/home/build/.rustup/toolchains/1.89.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=48c8ae5d70fcb8b0 -C extra-filename=-423e60ec5bfe94fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-4b772a65c88ec97d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ff242f92cb1085d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c7fe5d46ba8d6850.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47192025-10-10T23:42:05.488Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
47202025-10-10T23:42:05.513Z Running `/home/build/.rustup/toolchains/1.89.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=ff87e95527eaa233 -C extra-filename=-23414126a9eec723 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0ea46bd2ce11bc3e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
47212025-10-10T23:42:07.104Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47222025-10-10T23:42:07.130Z Running `/home/build/.rustup/toolchains/1.89.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=ceb0eb92c29e0d5d -C extra-filename=-339743ec37ec16d0 --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-178a3bf33faae74a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47232025-10-10T23:42:07.271Z Running `/home/build/.rustup/toolchains/1.89.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=4542238c366a4b72 -C extra-filename=-c8836900f4cd382d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f318a89de2adae1.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-423e60ec5bfe94fa.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb7bcdb79637c2c8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
47242025-10-10T23:42:07.423Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
47252025-10-10T23:42:07.449Z Running `/home/build/.rustup/toolchains/1.89.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=24174a2ce0993254 -C extra-filename=-2870fe2616512352 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0cde43c9e0306e09.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47262025-10-10T23:42:08.354Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47272025-10-10T23:42:08.379Z Running `/home/build/.rustup/toolchains/1.89.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=d9758458834f60a7 -C extra-filename=-e2d4a7a744d736ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47282025-10-10T23:42:09.688Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-dc46061e70f154d8/build-script-build`
47292025-10-10T23:42:09.745Z Compiling criterion v0.7.0
47302025-10-10T23:42:09.770Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-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="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv_output", "default", "html_reports", "plotters", "rayon", "real_blackbox", "stable"))' -C metadata=e67a25163332d522 -C extra-filename=-bb130829c4543970 --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-d98be883cf878b1f.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-f4b981c996e281ce.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-494d68a9c5b636cb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-dc51e06c1710e590.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-10c5fcd839c62ce6.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-886669f098e61b9a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47312025-10-10T23:42:14.093Z Compiling async-std v1.13.0
47322025-10-10T23:42:14.118Z Running `/home/build/.rustup/toolchains/1.89.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=4766010d4d9692b5 -C extra-filename=-d9cd812ae62ae6eb --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-f3f5b1d84a4e98c8.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-7ce673d2a81b65d1.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-8731de1047ceb08c.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-a6286af50d7b3a2a.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-ce8f296a5c04f035.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-afd79b446727fac7.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-a427796f4011faed.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-89a013cd483bf7e3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47332025-10-10T23:42:18.741Z Compiling pbkdf2 v0.11.0
47342025-10-10T23:42:18.837Z Running `/home/build/.rustup/toolchains/1.89.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=ff4beb243e12930e -C extra-filename=-ef385ef70cc55495 --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-dd833add49a4eb53.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-fb6d5d40cc55a355.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47352025-10-10T23:42:19.127Z Compiling cfg-expr v0.20.1
47362025-10-10T23:42:19.152Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=61e09af4eb806657 -C extra-filename=-f6e239ba70e4130d --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-590a634e5a2f8629.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-6711777f53882c3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47372025-10-10T23:42:19.708Z Compiling ssh-key v0.6.6
47382025-10-10T23:42:19.733Z Running `/home/build/.rustup/toolchains/1.89.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=30b2fddc8a423414 -C extra-filename=-5ecad3da401fb802 --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-e4ae782e581b7c37.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2da796a22f582014.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-15a1709ce7c5fdbd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3f4a1ef14aef24a3.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0d1bdc8690659954.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-c28da7fdee23a7f0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-d109b039cfccf12a.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-0d9a3589fa07f50f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47392025-10-10T23:42:20.274Z Running `/home/build/.rustup/toolchains/1.89.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=9b7ff2ea922838df -C extra-filename=-d184a91032218215 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47402025-10-10T23:42:20.440Z Compiling p521 v0.13.3
47412025-10-10T23:42:20.465Z Running `/home/build/.rustup/toolchains/1.89.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=ec3a962348a58019 -C extra-filename=-55ce1a33e86ca6c7 --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-aacfd2cdccf68808.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-b87fd6613cc2fc15.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f80c8bdec683dac8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47422025-10-10T23:42:22.213Z Compiling p256 v0.13.2
47432025-10-10T23:42:22.238Z Running `/home/build/.rustup/toolchains/1.89.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=2eb3e0b83806bb2c -C extra-filename=-88f9bd410811b212 --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-b87fd6613cc2fc15.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f80c8bdec683dac8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47442025-10-10T23:42:22.977Z Compiling blake3 v1.5.4
47452025-10-10T23:42:23.010Z Running `/home/build/.rustup/toolchains/1.89.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=2d6bb3ef6e7f4966 -C extra-filename=-9bed0f6c2a88d9a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-9bed0f6c2a88d9a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47462025-10-10T23:42:23.229Z Compiling russh-cryptovec v0.7.3
47472025-10-10T23:42:23.254Z Running `/home/build/.rustup/toolchains/1.89.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=624b3801be0ce430 -C extra-filename=-47d0d6a4c325d2eb --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47482025-10-10T23:42:23.578Z Compiling md5 v0.7.0
47492025-10-10T23:42:23.603Z Running `/home/build/.rustup/toolchains/1.89.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=e0253fd5d6ed69a0 -C extra-filename=-96da815151f19082 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47502025-10-10T23:42:23.702Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-9bed0f6c2a88d9a7/build-script-build`
47512025-10-10T23:42:24.116Z Running `/home/build/.rustup/toolchains/1.89.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=fdb0f77a7176e5c4 -C extra-filename=-603c2d2f6b03689a --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-30af0db58d5c916a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
47522025-10-10T23:42:24.357Z Compiling russh-keys v0.45.0
47532025-10-10T23:42:24.382Z Running `/home/build/.rustup/toolchains/1.89.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=9d37018ccc5e2c68 -C extra-filename=-4a61269642869491 --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-c0cfbeed2d777ebf.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-e4ae782e581b7c37.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-9ec5c405b5b0e5e3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ebc465d3e3a262b7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-dd3c63bd8497e73c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ca963994358ae4f8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-b87fd6613cc2fc15.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2da796a22f582014.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ea405cba7d288502.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-96da815151f19082.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-88f9bd410811b212.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-87ecb58863d3da34.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-55ce1a33e86ca6c7.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-ef385ef70cc55495.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-788280566d835877.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-2a792808c28152aa.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-012c98008c7e3a3a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3f4a1ef14aef24a3.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-47d0d6a4c325d2eb.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0d1bdc8690659954.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c649c2f9da1ef23c.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-0d9a3589fa07f50f.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-5ecad3da401fb802.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-99d143f44a798912.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47542025-10-10T23:42:25.275Z Running `/home/build/.rustup/toolchains/1.89.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=965a55083f9e74b7 -C extra-filename=-7b9048366e66da40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-00499c4e220f26b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-603c2d2f6b03689a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c2bf6a52967586fd.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-57ab985b4c888431.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
47552025-10-10T23:42:25.492Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=be687e94bd2b6f30 -C extra-filename=-aae28b9b8a53ab38 --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-f6e239ba70e4130d.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-d184a91032218215.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-6711777f53882c3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47562025-10-10T23:42:25.915Z Compiling async-object-pool v0.1.5
47572025-10-10T23:42:25.940Z Running `/home/build/.rustup/toolchains/1.89.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=dd4710da4c9de732 -C extra-filename=-cfcc2bce0f4f8045 --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-d9cd812ae62ae6eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47582025-10-10T23:42:26.179Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47592025-10-10T23:42:26.205Z Running `/home/build/.rustup/toolchains/1.89.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=a4ba2a82a4f145b1 -C extra-filename=-5eb155d5c18afd2b --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-7fb95a6fb7c0a2e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8f42f5147b536983.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47602025-10-10T23:42:26.384Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47612025-10-10T23:42:26.410Z Running `/home/build/.rustup/toolchains/1.89.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=b000f5e83a1fa2c9 -C extra-filename=-be9833601f73d47c --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-b832ee0be6ce6ef0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47622025-10-10T23:42:27.535Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47632025-10-10T23:42:27.561Z Running `/home/build/.rustup/toolchains/1.89.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=caf0b2d5d7bdc2f4 -C extra-filename=-9ac386e5d449d777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47642025-10-10T23:42:29.828Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
47652025-10-10T23:42:29.853Z Running `/home/build/.rustup/toolchains/1.89.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=481790ed068fb5cf -C extra-filename=-99e789afd1552d1a --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-dfc32f0a21b07f91.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47662025-10-10T23:42:30.023Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47672025-10-10T23:42:30.048Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2021 ntp-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=1cb62f044913ce7e -C extra-filename=-19acf76a144cdf68 --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-1a84e413bcb1c25d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47682025-10-10T23:42:30.427Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47692025-10-10T23:42:30.452Z Running `/home/build/.rustup/toolchains/1.89.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=a7a92a1ee85879fa -C extra-filename=-a44d1b7f4346cf00 --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-d52aba29819925cc.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7b9048366e66da40.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47702025-10-10T23:42:30.497Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
47712025-10-10T23:42:30.522Z Running `/home/build/.rustup/toolchains/1.89.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=8aaf3c063a161650 -C extra-filename=-b438fd721ef97649 --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-178a3bf33faae74a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47722025-10-10T23:42:30.547Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47732025-10-10T23:42:30.547Z Running `/home/build/.rustup/toolchains/1.89.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 --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=3f2dc895e5462672 -C extra-filename=-521eb7f7a0b4553d --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-dd833add49a4eb53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47742025-10-10T23:42:31.666Z Running `/home/build/.rustup/toolchains/1.89.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=028a07b17aaec5d8 -C extra-filename=-33e4e334afe2df99 --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-1e7b920cfd1d6499.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2412696cec732a1b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-e1dd2113ae613896.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7b9048366e66da40.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a44d1b7f4346cf00.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
47752025-10-10T23:42:31.795Z Compiling num-bigint v0.4.6
47762025-10-10T23:42:31.820Z Running `/home/build/.rustup/toolchains/1.89.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=0fcc0fac8054a4ae -C extra-filename=-8fd8209b995140cf --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-6a2faba7b8751801.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47772025-10-10T23:42:32.053Z Compiling pathdiff v0.2.3
47782025-10-10T23:42:32.078Z Running `/home/build/.rustup/toolchains/1.89.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=03f8e01f7dc9f4d8 -C extra-filename=-79da9eed9067aabc --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-dfc32f0a21b07f91.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47792025-10-10T23:42:32.273Z Compiling des v0.8.1
47802025-10-10T23:42:32.298Z Running `/home/build/.rustup/toolchains/1.89.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=92f4f6e7c799b574 -C extra-filename=-067e25c8af5b848d --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-40e701b42c2114c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47812025-10-10T23:42:32.637Z Compiling serde_regex v1.1.0
47822025-10-10T23:42:32.662Z Running `/home/build/.rustup/toolchains/1.89.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=2ff0fd752b3d6c8e -C extra-filename=-6dea92dfe979cf42 --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-daa3497a984c736e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47832025-10-10T23:42:32.992Z Compiling assert-json-diff v2.0.2
47842025-10-10T23:42:33.017Z Running `/home/build/.rustup/toolchains/1.89.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=9d3667784e6585e0 -C extra-filename=-407bd1d42b3d73d1 --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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47852025-10-10T23:42:33.713Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47862025-10-10T23:42:33.739Z Running `/home/build/.rustup/toolchains/1.89.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=743d99d6650be488 -C extra-filename=-bc60d4f0a7093c78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47872025-10-10T23:42:33.764Z Compiling path-tree v0.8.1
47882025-10-10T23:42:33.764Z Running `/home/build/.rustup/toolchains/1.89.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=ba1b22bbe49b563b -C extra-filename=-15ece367662f7eeb --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-590a634e5a2f8629.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47892025-10-10T23:42:34.306Z Compiling stringmetrics v2.2.2
47902025-10-10T23:42:34.331Z Running `/home/build/.rustup/toolchains/1.89.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=38813a369b3f459c -C extra-filename=-839ef2b6c4c3d98f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47912025-10-10T23:42:34.563Z Compiling nested v0.1.1
47922025-10-10T23:42:34.588Z Running `/home/build/.rustup/toolchains/1.89.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=5556e46147fe87c9 -C extra-filename=-e59bd1619248066e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47932025-10-10T23:42:34.613Z Compiling doc-comment v0.3.3
47942025-10-10T23:42:34.614Z Running `/home/build/.rustup/toolchains/1.89.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=031fc6401a62c56a -C extra-filename=-200f4663afc566c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-200f4663afc566c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47952025-10-10T23:42:34.889Z Compiling guppy v0.17.20
47962025-10-10T23:42:34.914Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.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(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=e5155cd4a742f8ea -C extra-filename=-db9dd470e12b2fce --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-c9c66229a77eff07.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-35eea7a849d1c8d9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-d184a91032218215.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-e59bd1619248066e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-79da9eed9067aabc.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-aae28b9b8a53ab38.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47972025-10-10T23:42:35.194Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-200f4663afc566c0/build-script-build`
47982025-10-10T23:42:35.396Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47992025-10-10T23:42:35.421Z Running `/home/build/.rustup/toolchains/1.89.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=2e3be32336c9d4f5 -C extra-filename=-2373fc372ef370bd --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-bc60d4f0a7093c78.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2219ba716389f030.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48002025-10-10T23:42:37.882Z Compiling httpmock v0.8.0-alpha.1
48012025-10-10T23:42:37.907Z Running `/home/build/.rustup/toolchains/1.89.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=2c23b76ef6de2809 -C extra-filename=-bb1fd58112051d94 --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-407bd1d42b3d73d1.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-cfcc2bce0f4f8045.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-d9cd812ae62ae6eb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-15cdef15435a1121.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-15ece367662f7eeb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-6dea92dfe979cf42.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-839ef2b6c4c3d98f.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48022025-10-10T23:42:38.799Z Running `/home/build/.rustup/toolchains/1.89.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=80a07b95ec6e2530 -C extra-filename=-1ca3870515d7706e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1e7b920cfd1d6499.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2412696cec732a1b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-e1dd2113ae613896.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7b9048366e66da40.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a44d1b7f4346cf00.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-603c2d2f6b03689a.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48032025-10-10T23:42:39.683Z Compiling russh v0.45.0
48042025-10-10T23:42:39.708Z Running `/home/build/.rustup/toolchains/1.89.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=3119dd0b91ebaa3c -C extra-filename=-80989de39554029e --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-c0cfbeed2d777ebf.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-77229f803da8a825.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7144a639a7938e22.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ebc465d3e3a262b7.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-25e2d596b785f137.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-dd3c63bd8497e73c.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6a74b7a80d29c515.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-067e25c8af5b848d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-8fd8209b995140cf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-88f9bd410811b212.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-87ecb58863d3da34.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-55ce1a33e86ca6c7.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-ec4e42f5cc5615c0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-47d0d6a4c325d2eb.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4a61269642869491.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-0d9a3589fa07f50f.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-5ecad3da401fb802.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48052025-10-10T23:42:39.863Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48062025-10-10T23:42:39.888Z Running `/home/build/.rustup/toolchains/1.89.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 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 --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=1998f26822863cb2 -C extra-filename=-2c2520e48736c18d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1195d89c002f0d88.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-521eb7f7a0b4553d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48072025-10-10T23:42:40.850Z Running `/home/build/.rustup/toolchains/1.89.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=0ac1709ca9844435 -C extra-filename=-1cf17e18af330907 --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-e2010af4a19c5e8a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-8d2c6c29c7891b80.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-54b5265130919b34.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-a8d790446100d922.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-282a92b16b07242d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/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()))'`
48082025-10-10T23:42:41.870Z Compiling rstest_macros v0.25.0
48092025-10-10T23:42:41.896Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=1490c89433306016 -C extra-filename=-50a4543035446387 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-50a4543035446387 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74fdf0da897ddd52.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48102025-10-10T23:42:41.993Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48112025-10-10T23:42:42.018Z Running `/home/build/.rustup/toolchains/1.89.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=279502319911fcea -C extra-filename=-13b2001b5ce715d2 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48122025-10-10T23:42:42.444Z Compiling target-triple v0.1.3
48132025-10-10T23:42:42.468Z Running `/home/build/.rustup/toolchains/1.89.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=43876e831a8d794d -C extra-filename=-a9e7d9a104e14c0c --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-a9e7d9a104e14c0c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48142025-10-10T23:42:42.494Z Compiling escape8259 v0.5.3
48152025-10-10T23:42:42.494Z Running `/home/build/.rustup/toolchains/1.89.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=d20561cb0c510df7 -C extra-filename=-e67caa0b4d2792f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48162025-10-10T23:42:42.917Z Compiling topological-sort v0.2.2
48172025-10-10T23:42:42.942Z Running `/home/build/.rustup/toolchains/1.89.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=dbda87832c274d58 -C extra-filename=-8fbca0a60c1df2d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48182025-10-10T23:42:43.046Z Compiling internet-checksum v0.2.1
48192025-10-10T23:42:43.071Z Running `/home/build/.rustup/toolchains/1.89.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=3770fe13442919c0 -C extra-filename=-9cafe0c893e294c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48202025-10-10T23:42:43.196Z Compiling assert_cmd v2.0.17
48212025-10-10T23:42:43.221Z Running `/home/build/.rustup/toolchains/1.89.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=8ea2eebe34941bc3 -C extra-filename=-04cfa77d50ed31d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-04cfa77d50ed31d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48222025-10-10T23:42:43.322Z Compiling omicron-zone-package v0.12.2
48232025-10-10T23:42:43.347Z Running `/home/build/.rustup/toolchains/1.89.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=7d97461c2a8123c6 -C extra-filename=-cce14069730ff329 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-1cf17e18af330907.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-8fbca0a60c1df2d7.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
48242025-10-10T23:42:43.679Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-04cfa77d50ed31d5/build-script-build`
48252025-10-10T23:42:43.737Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-a9e7d9a104e14c0c/build-script-build`
48262025-10-10T23:42:43.792Z Compiling libtest-mimic v0.8.1
48272025-10-10T23:42:43.832Z Running `/home/build/.rustup/toolchains/1.89.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=d54bc9bb6e3936f2 -C extra-filename=-54dadea106492f86 --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-52aa35257e1956c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ca4ebf2465e25529.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-e67caa0b4d2792f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48282025-10-10T23:42:45.330Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-50a4543035446387/build-script-build`
48292025-10-10T23:42:45.502Z Running `/home/build/.rustup/toolchains/1.89.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=203edc6eb6bf86c5 -C extra-filename=-8911672ac1f84a7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48302025-10-10T23:42:45.540Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48312025-10-10T23:42:45.565Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2021 ntp-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=ed976945489ce509 -C extra-filename=-68e07b9469092295 --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-856a8896ec6f8bb8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-19acf76a144cdf68.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48322025-10-10T23:42:45.674Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48332025-10-10T23:42:45.699Z Running `/home/build/.rustup/toolchains/1.89.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=bcfa9dca2e888cac -C extra-filename=-593b53e3d579c921 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-be9833601f73d47c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-6d2358ea28e64b65.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48342025-10-10T23:42:46.675Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
48352025-10-10T23:42:46.700Z Running `/home/build/.rustup/toolchains/1.89.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=7a706a5cf305dc5f -C extra-filename=-4482784f3f78c98f --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-784c297e68e85669.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48362025-10-10T23:42:47.538Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48372025-10-10T23:42:47.563Z Running `/home/build/.rustup/toolchains/1.89.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=ede5f48f4e39f644 -C extra-filename=-aa9a6c10efc67053 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-aa9a6c10efc67053 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-a9aee96273831131.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48382025-10-10T23:42:48.209Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48392025-10-10T23:42:48.236Z Running `/home/build/.rustup/toolchains/1.89.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=b658cf6c01cdf0ba -C extra-filename=-7454b6dfca218146 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-7454b6dfca218146 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48402025-10-10T23:42:48.628Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48412025-10-10T23:42:48.653Z Running `/home/build/.rustup/toolchains/1.89.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=db67a788bc76e3f2 -C extra-filename=-edd76acf07bc6a83 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-edd76acf07bc6a83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48422025-10-10T23:42:48.705Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48432025-10-10T23:42:48.730Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ntp-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=eba658ea6ab7dfdd -C extra-filename=-a4069f98f5042f1f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-a4069f98f5042f1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48442025-10-10T23:42:49.036Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48452025-10-10T23:42:49.061Z Running `/home/build/.rustup/toolchains/1.89.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=11914581a0757c4c -C extra-filename=-f8d874d68fe46029 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-f8d874d68fe46029 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48462025-10-10T23:42:49.109Z Compiling proc-macro-crate v3.2.0
48472025-10-10T23:42:49.134Z Running `/home/build/.rustup/toolchains/1.89.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=fc0f1e0e9344d1ad -C extra-filename=-52470053a3a9ee0f --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-dd434080040001a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48482025-10-10T23:42:49.448Z Compiling fancy-regex v0.14.0
48492025-10-10T23:42:49.473Z Running `/home/build/.rustup/toolchains/1.89.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=45208bbf99f70dde -C extra-filename=-bd23a692b6cd35b3 --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-319270cdaf0aa2af.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48502025-10-10T23:42:50.243Z Compiling relative-path v1.9.3
48512025-10-10T23:42:50.268Z Running `/home/build/.rustup/toolchains/1.89.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=91af2d9845aaacf8 -C extra-filename=-f3fb9c0935465094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48522025-10-10T23:42:50.865Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48532025-10-10T23:42:50.890Z Running `/home/build/.rustup/toolchains/1.89.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=9a15025a76035872 -C extra-filename=-08f6be44a05b044a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48542025-10-10T23:42:51.231Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=6e7f462ae544d9ba -C extra-filename=-3dff937444c1763f --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-16cff964c3cef883.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-52470053a3a9ee0f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-f3fb9c0935465094.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48552025-10-10T23:42:51.272Z Compiling datatest-stable v0.3.2
48562025-10-10T23:42:51.297Z Running `/home/build/.rustup/toolchains/1.89.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=6f7ba2d0221c158c -C extra-filename=-ebee94f3ced75752 --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-dfc32f0a21b07f91.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-bd23a692b6cd35b3.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-54dadea106492f86.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48572025-10-10T23:42:51.324Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-f8d874d68fe46029/build-script-build`
48582025-10-10T23:42:51.388Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-a4069f98f5042f1f/build-script-build`
48592025-10-10T23:42:51.449Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48602025-10-10T23:42:51.474Z Running `/home/build/.rustup/toolchains/1.89.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=d9b84f640ca92fd1 -C extra-filename=-35691f2470d0fe99 --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-ca4ebf2465e25529.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-2373fc372ef370bd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-80989de39554029e.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4a61269642869491.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48612025-10-10T23:42:52.042Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-edd76acf07bc6a83/build-script-build`
48622025-10-10T23:42:52.104Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-aa9a6c10efc67053/build-script-build`
48632025-10-10T23:42:52.253Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-7454b6dfca218146/build-script-build`
48642025-10-10T23:42:52.314Z Running `/home/build/.rustup/toolchains/1.89.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=5e0ee26f7959c9ec -C extra-filename=-499ddfe5c686f058 --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-ca4ebf2465e25529.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-8911672ac1f84a7c.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-162d642102c61a67.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-6d6fb21ada06257a.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-ce984a833f6ed118.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48652025-10-10T23:42:53.407Z Running `/home/build/.rustup/toolchains/1.89.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=be1e2d0070e3560f -C extra-filename=-b643f12d1eef33b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
48662025-10-10T23:42:53.585Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48672025-10-10T23:42:53.610Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,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=5ec077c0433d31e1 -C extra-filename=-6d729eb2daa867f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-521eb7f7a0b4553d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-2c2520e48736c18d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48682025-10-10T23:42:53.744Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48692025-10-10T23:42:53.769Z Running `/home/build/.rustup/toolchains/1.89.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=9f4e5d9ec6228812 -C extra-filename=-b6c6797035957e36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7fb95a6fb7c0a2e5.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-9ac386e5d449d777.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e5bb030ba93f07fa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8f42f5147b536983.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5eb155d5c18afd2b.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0d2cee16ce21bb7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48702025-10-10T23:42:54.891Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
48712025-10-10T23:42:54.915Z Running `/home/build/.rustup/toolchains/1.89.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=7ae704913fb92b69 -C extra-filename=-e5716cdb45a3d0ae --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-e5716cdb45a3d0ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48722025-10-10T23:42:55.267Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48732025-10-10T23:42:55.293Z Running `/home/build/.rustup/toolchains/1.89.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=b0fc336e8f3b9d50 -C extra-filename=-24eabd5fcf473f32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48742025-10-10T23:42:59.389Z Compiling support-bundle-viewer v0.1.2
48752025-10-10T23:42:59.414Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_viewer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/support-bundle-viewer-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ec6c058e7ca30c6 -C extra-filename=-70eb4f6d2c307356 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6a9e9c3b838c62a2.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out`
48762025-10-10T23:43:00.533Z Compiling multimap v0.10.1
48772025-10-10T23:43:00.558Z Running `/home/build/.rustup/toolchains/1.89.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=d9e7e02525ae4b21 -C extra-filename=-989814b4339e812e --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48782025-10-10T23:43:00.903Z Compiling uzers v0.12.1
48792025-10-10T23:43:00.928Z Running `/home/build/.rustup/toolchains/1.89.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=15495c1ff3b76e98 -C extra-filename=-3a9a1eb5d3fd1184 --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-784c297e68e85669.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48802025-10-10T23:43:01.100Z Compiling termcolor v1.4.1
48812025-10-10T23:43:01.125Z Running `/home/build/.rustup/toolchains/1.89.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=896144aaf15b931a -C extra-filename=-bc3094e45d954bfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48822025-10-10T23:43:01.806Z Compiling trybuild v1.0.106
48832025-10-10T23:43:01.831Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=69fb500ee8eda0d1 -C extra-filename=-c44928b142af5ec4 --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-558c6603bd35f247.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-b643f12d1eef33b1.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-bc3094e45d954bfe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8e0e67689504a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48842025-10-10T23:43:01.983Z Compiling rstest v0.25.0
48852025-10-10T23:43:02.008Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=c715d4fd63bb1aac -C extra-filename=-15a51aa095cd6262 --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-15cdef15435a1121.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-3dff937444c1763f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48862025-10-10T23:43:02.298Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-e5716cdb45a3d0ae/build-script-build`
48872025-10-10T23:43:02.356Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48882025-10-10T23:43:02.381Z Running `/home/build/.rustup/toolchains/1.89.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=d64653b173b2b955 -C extra-filename=-1e7667c8ebde1d32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4525cd89f087a089.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48892025-10-10T23:43:04.101Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48902025-10-10T23:43:04.126Z Running `/home/build/.rustup/toolchains/1.89.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=3e991fc368834e3b -C extra-filename=-3175ee40c2f19d12 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-3175ee40c2f19d12 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48912025-10-10T23:43:04.503Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48922025-10-10T23:43:04.528Z Running `/home/build/.rustup/toolchains/1.89.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=e450fb05345ad2ef -C extra-filename=-fdbd711949b1c3a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-fdbd711949b1c3a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ab70c495c90680df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48932025-10-10T23:43:04.887Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48942025-10-10T23:43:04.912Z Running `/home/build/.rustup/toolchains/1.89.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=c39b65b36ce34638 -C extra-filename=-d33bee835452f728 --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-178a3bf33faae74a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48952025-10-10T23:43:05.711Z Compiling blake2b_simd v1.0.2
48962025-10-10T23:43:05.736Z Running `/home/build/.rustup/toolchains/1.89.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=fb44c7c6958e6d33 -C extra-filename=-87ba1fa9ca2d3c06 --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-e2010af4a19c5e8a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-8d2c6c29c7891b80.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-54b5265130919b34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48972025-10-10T23:43:07.341Z Compiling partial-io v0.5.4
48982025-10-10T23:43:07.366Z Running `/home/build/.rustup/toolchains/1.89.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=45e15505c59bb959 -C extra-filename=-9c0e211796dbb4e7 --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-180862833fbacf5f.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-68db5627c381a3fe.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48992025-10-10T23:43:07.838Z Compiling httptest v0.16.3
49002025-10-10T23:43:07.863Z Running `/home/build/.rustup/toolchains/1.89.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=6e06629e9676608c -C extra-filename=-06e4d26757e00926 --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-a7e888a5db0973b0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-18581a88059f94fc.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49012025-10-10T23:43:09.724Z Compiling drift v0.1.0
49022025-10-10T23:43:09.750Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-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=9e9e95a6ddf692a5 -C extra-filename=-64e619e8543062c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49032025-10-10T23:43:11.510Z Compiling rand_distr v0.5.1
49042025-10-10T23:43:11.535Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "std_math"))' -C metadata=deb37c7cedd82221 -C extra-filename=-1f66bada49f4d792 --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-e7bbba1d1c8c50c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49052025-10-10T23:43:11.670Z Compiling approx v0.5.1
49062025-10-10T23:43:11.695Z Running `/home/build/.rustup/toolchains/1.89.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=534107493d56d1cf -C extra-filename=-e9a1bdb27c790840 --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-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49072025-10-10T23:43:11.831Z Compiling dropshot-api-manager v0.2.2
49082025-10-10T23:43:11.856Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-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=671ba623edc9af51 -C extra-filename=-4404f37a3f15cbd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3262e50a04d6b924.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-64e619e8543062c3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts`
49092025-10-10T23:43:12.012Z Compiling rust-argon2 v2.1.0
49102025-10-10T23:43:12.037Z Running `/home/build/.rustup/toolchains/1.89.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=5bff1f62f8d091e0 -C extra-filename=-dc5628cd2ffc9e49 --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-f59c456c6a871a93.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-87ba1fa9ca2d3c06.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-54b5265130919b34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49112025-10-10T23:43:12.665Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-fdbd711949b1c3a0/build-script-build`
49122025-10-10T23:43:12.729Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-3175ee40c2f19d12/build-script-build`
49132025-10-10T23:43:12.810Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
49142025-10-10T23:43:12.835Z Running `/home/build/.rustup/toolchains/1.89.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=f38709d266d68101 -C extra-filename=-cfebafd4f80daf04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49152025-10-10T23:43:13.636Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2021 ntp-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=911cf54191c82416 -C extra-filename=-fd9b506d3b69c144 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-68e07b9469092295.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-19acf76a144cdf68.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49162025-10-10T23:43:13.888Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49172025-10-10T23:43:13.913Z Running `/home/build/.rustup/toolchains/1.89.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=cee5427a2f5f026f -C extra-filename=-b1b9310c5b48c23e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cce14069730ff329.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-056bc8134d9dc213.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
49182025-10-10T23:43:16.241Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
49192025-10-10T23:43:16.266Z Running `/home/build/.rustup/toolchains/1.89.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=9d6389d9a45b811f -C extra-filename=-350c2069df542e9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49202025-10-10T23:43:16.889Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
49212025-10-10T23:43:16.914Z Running `/home/build/.rustup/toolchains/1.89.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=ac9af874077e5dea -C extra-filename=-6abe2b0ef31b5561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49222025-10-10T23:43:17.655Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
49232025-10-10T23:43:17.680Z Running `/home/build/.rustup/toolchains/1.89.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=bcefe8d8dec781f3 -C extra-filename=-0a4944f2a27aaa12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49242025-10-10T23:43:18.399Z Compiling cargo_toml v0.21.0
49252025-10-10T23:43:18.425Z Running `/home/build/.rustup/toolchains/1.89.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=3b49d43d0ead3473 -C extra-filename=-01eeaa39a67a8863 --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-a24067305a22db88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49262025-10-10T23:43:18.456Z Compiling termios v0.3.3
49272025-10-10T23:43:18.456Z Running `/home/build/.rustup/toolchains/1.89.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=5ddc44b32fa63987 -C extra-filename=-c68150b2517d6e38 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49282025-10-10T23:43:18.656Z Running `/home/build/.rustup/toolchains/1.89.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=10bb5b674e567038 -C extra-filename=-b327b88e08f7b737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-b1b9310c5b48c23e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cce14069730ff329.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-056bc8134d9dc213.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
49292025-10-10T23:43:18.776Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49302025-10-10T23:43:18.801Z Running `/home/build/.rustup/toolchains/1.89.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=c7460dda60c510c3 -C extra-filename=-e4ea08ec6fda31d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-c68150b2517d6e38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-67cab1abeab4046a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49312025-10-10T23:43:19.398Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
49322025-10-10T23:43:19.423Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dropshot_apis --edition=2021 dev-tools/dropshot-apis/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=ae9cd3ee25932f6e -C extra-filename=-b12c00755dc8478b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7bfd7a9a71ee17c3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0cde43c9e0306e09.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3a60bdfc93d6a408.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-4404f37a3f15cbd7.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8812c20587132146.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-9ac386e5d449d777.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-edb3465552655343.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8861b88c232480c6.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-fb9a077048679193.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-68e07b9469092295.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-44e3643cfc9437ae.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-46881cc9cb45fce5.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5eb155d5c18afd2b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49332025-10-10T23:43:23.208Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49342025-10-10T23:43:23.234Z Running `/home/build/.rustup/toolchains/1.89.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=5b64fc648eec7a38 -C extra-filename=-c13464743b95c2e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-0a4944f2a27aaa12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cce14069730ff329.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/usr/ssl-3/lib/amd64`
49352025-10-10T23:43:23.859Z Running `/home/build/.rustup/toolchains/1.89.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=f078317ee9be1e9d -C extra-filename=-4ead2a4be9ce5823 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-6abe2b0ef31b5561.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49362025-10-10T23:43:24.301Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49372025-10-10T23:43:24.326Z Running `/home/build/.rustup/toolchains/1.89.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=7cf1f027f61b3d4d -C extra-filename=-a2d75eee3bb5d583 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-01eeaa39a67a8863.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49382025-10-10T23:43:24.354Z Running `/home/build/.rustup/toolchains/1.89.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=6f0477a42d1da56a -C extra-filename=-4a9dfb2fd85182ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3262e50a04d6b924.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7bfd7a9a71ee17c3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7fb95a6fb7c0a2e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba05dc323713c7a5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e20ffd4cad3719c6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-46881cc9cb45fce5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8959351a2aec537d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-dc5190320cd06ad4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-645e6e1c502b5c83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0d796ba43f2b578.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49392025-10-10T23:43:24.640Z Running `/home/build/.rustup/toolchains/1.89.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=2e9d0cb7409d2131 -C extra-filename=-14087a6c61a5201a --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-ca4ebf2465e25529.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-2373fc372ef370bd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-35691f2470d0fe99.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-80989de39554029e.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4a61269642869491.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49402025-10-10T23:43:26.551Z Running `/home/build/.rustup/toolchains/1.89.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=148554d49e6304a5 -C extra-filename=-7f5c09f356f7db45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3262e50a04d6b924.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7bfd7a9a71ee17c3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7fb95a6fb7c0a2e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-db9dd470e12b2fce.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f318a89de2adae1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba05dc323713c7a5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e20ffd4cad3719c6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-46881cc9cb45fce5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8959351a2aec537d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-dc5190320cd06ad4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-645e6e1c502b5c83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0d796ba43f2b578.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49412025-10-10T23:43:27.136Z Running `/home/build/.rustup/toolchains/1.89.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=10b92c1cf75eadc5 -C extra-filename=-6b9427c51c040427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3262e50a04d6b924.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7bfd7a9a71ee17c3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7fb95a6fb7c0a2e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-db9dd470e12b2fce.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f318a89de2adae1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba05dc323713c7a5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e20ffd4cad3719c6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-46881cc9cb45fce5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8959351a2aec537d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-dc5190320cd06ad4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-645e6e1c502b5c83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0d796ba43f2b578.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49422025-10-10T23:43:27.273Z Running `/home/build/.rustup/toolchains/1.89.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=9d20a55f26018b0c -C extra-filename=-131859933b6cf1af --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-ca4ebf2465e25529.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-2373fc372ef370bd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-35691f2470d0fe99.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-80989de39554029e.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4a61269642869491.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49432025-10-10T23:43:27.754Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cluster --edition=2021 trust-quorum/tests/cluster.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 --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=0386874d5d4a1642 -C extra-filename=-16baa3693baaf8b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1195d89c002f0d88.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-521eb7f7a0b4553d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-2c2520e48736c18d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-6d729eb2daa867f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49442025-10-10T23:43:27.779Z Running `/home/build/.rustup/toolchains/1.89.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=4b00cbf33dce68e0 -C extra-filename=-c7524e043b4c25ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7fb95a6fb7c0a2e5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-9ac386e5d449d777.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e5bb030ba93f07fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8f42f5147b536983.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-b6c6797035957e36.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5eb155d5c18afd2b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0d2cee16ce21bb7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49452025-10-10T23:43:29.343Z Running `/home/build/.rustup/toolchains/1.89.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=a9e97329ae5efc3c -C extra-filename=-3e6f43a91d1870a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7fb95a6fb7c0a2e5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-593b53e3d579c921.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-9ac386e5d449d777.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-be9833601f73d47c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e5bb030ba93f07fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8959351a2aec537d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-dc5190320cd06ad4.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-71e101545b520bc5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4525cd89f087a089.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8f42f5147b536983.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-b6c6797035957e36.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5eb155d5c18afd2b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0d2cee16ce21bb7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49462025-10-10T23:43:29.829Z Running `/home/build/.rustup/toolchains/1.89.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=5be3d2539fbdd4fc -C extra-filename=-ac4d2f7658cdd066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7fb95a6fb7c0a2e5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-593b53e3d579c921.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-9ac386e5d449d777.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-be9833601f73d47c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e5bb030ba93f07fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8959351a2aec537d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-dc5190320cd06ad4.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-71e101545b520bc5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4525cd89f087a089.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8f42f5147b536983.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-b6c6797035957e36.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5eb155d5c18afd2b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0d2cee16ce21bb7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49472025-10-10T23:43:30.143Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
49482025-10-10T23:43:30.168Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tqdb --edition=2021 trust-quorum/tqdb/src/bin/tqdb/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=435209e5ff954c5c -C extra-filename=-714e218ac916b56d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb7bcdb79637c2c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-c8836900f4cd382d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-2c2520e48736c18d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-6d729eb2daa867f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49492025-10-10T23:43:31.999Z Running `/home/build/.rustup/toolchains/1.89.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=067dc1d27f15da96 -C extra-filename=-ebad6b04596faf82 --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-68617f900d2f7ac8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49502025-10-10T23:43:32.897Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
49512025-10-10T23:43:32.922Z Running `/home/build/.rustup/toolchains/1.89.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=56a76bd1f2fd0e55 -C extra-filename=-394fba360f8f41f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ebad6b04596faf82.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-112bfcb70823e06e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2791652c3d9d66c4.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/`
49522025-10-10T23:43:33.195Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49532025-10-10T23:43:33.220Z Running `/home/build/.rustup/toolchains/1.89.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=c2b68e737a54a2dc -C extra-filename=-d1641486ec1809bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/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`
49542025-10-10T23:43:35.515Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49552025-10-10T23:43:35.540Z Running `/home/build/.rustup/toolchains/1.89.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=859aebe1f933fc09 -C extra-filename=-f176e3a8a13c3b4c --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-180862833fbacf5f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49562025-10-10T23:43:37.361Z Running `/home/build/.rustup/toolchains/1.89.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=fb5c9ba36e913ba5 -C extra-filename=-8aaef7df7273e3ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04027a02170ab2d8.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-798b5c011d7ba5c7.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f176e3a8a13c3b4c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49572025-10-10T23:43:37.395Z Running `/home/build/.rustup/toolchains/1.89.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=d3b262ed1f89a299 -C extra-filename=-3d6a8de934de9366 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49582025-10-10T23:43:37.948Z Running `/home/build/.rustup/toolchains/1.89.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=59cfc61880fe864c -C extra-filename=-df9aa3ba5d427142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49592025-10-10T23:43:39.043Z Running `/home/build/.rustup/toolchains/1.89.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=65fe5c26f65877b7 -C extra-filename=-959369266b84e76c --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49602025-10-10T23:43:40.065Z Running `/home/build/.rustup/toolchains/1.89.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 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 --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=8d47fcc4b2e6f2fe -C extra-filename=-87c3af31ad86cf3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1195d89c002f0d88.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-521eb7f7a0b4553d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-6d729eb2daa867f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49612025-10-10T23:43:40.496Z Running `/home/build/.rustup/toolchains/1.89.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=ac5e6e32f546afbf -C extra-filename=-9a9d9e131a664a88 --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-ca4ebf2465e25529.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-2373fc372ef370bd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-35691f2470d0fe99.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-80989de39554029e.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4a61269642869491.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49622025-10-10T23:43:40.547Z Running `/home/build/.rustup/toolchains/1.89.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=c47fa0052b56eb71 -C extra-filename=-3d9bf769c5eaceea --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-68617f900d2f7ac8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49632025-10-10T23:43:40.985Z Running `/home/build/.rustup/toolchains/1.89.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=a87f62143fc0c3c9 -C extra-filename=-37ad4e14b00d809d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3a60bdfc93d6a408.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-112bfcb70823e06e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49642025-10-10T23:43:43.133Z Running `/home/build/.rustup/toolchains/1.89.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=6b9c8d5bee5da63a -C extra-filename=-78639e41033181be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3a60bdfc93d6a408.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49652025-10-10T23:43:43.159Z Running `/home/build/.rustup/toolchains/1.89.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=07e326c5f1c4a1e5 -C extra-filename=-349539633a7b6288 --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-1e7b920cfd1d6499.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-06e4d26757e00926.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49662025-10-10T23:43:43.245Z Running `/home/build/.rustup/toolchains/1.89.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=d99ab469bea17896 -C extra-filename=-0c26f1c0a6e08e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1e7b920cfd1d6499.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2412696cec732a1b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-e1dd2113ae613896.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7b9048366e66da40.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a44d1b7f4346cf00.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-603c2d2f6b03689a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c2bf6a52967586fd.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49672025-10-10T23:44:00.682Z Running `/home/build/.rustup/toolchains/1.89.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=6000ea5f6579c883 -C extra-filename=-71edc45b1b0e71fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04027a02170ab2d8.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5372835a47657365.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6fd588d6970d218a.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c6a9695b5e708128.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7b9048366e66da40.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-339743ec37ec16d0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-edb3465552655343.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8861b88c232480c6.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-fb9a077048679193.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-959369266b84e76c.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-798b5c011d7ba5c7.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f176e3a8a13c3b4c.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-8aaef7df7273e3ab.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d1641486ec1809bc.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-df9aa3ba5d427142.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3d6a8de934de9366.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ebad6b04596faf82.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-066fa3d51db4f528.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-57ab985b4c888431.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49682025-10-10T23:44:00.797Z Running `/home/build/.rustup/toolchains/1.89.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=4283ad45799aa796 -C extra-filename=-7377d9e97b194f79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-798b5c011d7ba5c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-8aaef7df7273e3ab.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49692025-10-10T23:44:00.972Z Running `/home/build/.rustup/toolchains/1.89.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=b7499ea426f2ead8 -C extra-filename=-e3ec21c77f8f7c9c --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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7b9048366e66da40.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49702025-10-10T23:44:03.914Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin --edition=2021 ntp-admin/src/bin/ntp-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=31fec29bb9945c75 -C extra-filename=-c9bfe7b33a3f56d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-68e07b9469092295.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-19acf76a144cdf68.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-fd9b506d3b69c144.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49712025-10-10T23:44:05.867Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2021 ntp-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=234c69ef832f157b -C extra-filename=-8d65f83a03c94ac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-68e07b9469092295.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-19acf76a144cdf68.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49722025-10-10T23:44:11.418Z Running `/home/build/.rustup/toolchains/1.89.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=1aec4ed1f95f954a -C extra-filename=-24d3ce416f92d75c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1e7b920cfd1d6499.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6fd588d6970d218a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-989814b4339e812e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a44d1b7f4346cf00.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d1641486ec1809bc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3d6a8de934de9366.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-70eb4f6d2c307356.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49732025-10-10T23:44:20.223Z Running `/home/build/.rustup/toolchains/1.89.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=2f011fe038f1825f -C extra-filename=-8bd3229be859ac79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ebad6b04596faf82.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-112bfcb70823e06e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2791652c3d9d66c4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/`
49742025-10-10T23:44:21.685Z Running `/home/build/.rustup/toolchains/1.89.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=603d0d494a7ee415 -C extra-filename=-8a981a7855fe39fd --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-180862833fbacf5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49752025-10-10T23:44:25.365Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_handoff --edition=2021 live-tests/tests/test_nexus_handoff.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1be5c21804e54f77 -C extra-filename=-32c2f057a04fff71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-d33bee835452f728.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d1641486ec1809bc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49762025-10-10T23:44:25.478Z Running `/home/build/.rustup/toolchains/1.89.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=d8b149fb8a7970fa -C extra-filename=-d7cff37b641d5683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1e7b920cfd1d6499.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49772025-10-10T23:44:27.198Z Running `/home/build/.rustup/toolchains/1.89.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=6c75eef586f699a4 -C extra-filename=-56f0a77adf830473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-d33bee835452f728.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d1641486ec1809bc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49782025-10-10T23:44:27.547Z Running `/home/build/.rustup/toolchains/1.89.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=289cc6aab0c294e6 -C extra-filename=-34843f09528247b7 --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-1e7b920cfd1d6499.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2412696cec732a1b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-e1dd2113ae613896.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7b9048366e66da40.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a44d1b7f4346cf00.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49792025-10-10T23:44:35.798Z Running `/home/build/.rustup/toolchains/1.89.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=128603820b3d3730 -C extra-filename=-d94590d52b85a4fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/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`
49802025-10-10T23:44:38.965Z Running `/home/build/.rustup/toolchains/1.89.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=d755c617c5fa71c7 -C extra-filename=-78b5ec8017e54d79 --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-1e7b920cfd1d6499.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2412696cec732a1b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-e1dd2113ae613896.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7b9048366e66da40.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a44d1b7f4346cf00.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49812025-10-10T23:44:45.488Z Running `/home/build/.rustup/toolchains/1.89.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=3aff6f175e6dca29 -C extra-filename=-6cf336b87b318432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3262e50a04d6b924.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7bfd7a9a71ee17c3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7fb95a6fb7c0a2e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba05dc323713c7a5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e20ffd4cad3719c6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-46881cc9cb45fce5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8959351a2aec537d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-dc5190320cd06ad4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-645e6e1c502b5c83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0d796ba43f2b578.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49822025-10-10T23:45:13.447Z Running `/home/build/.rustup/toolchains/1.89.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=89bdf2f95ded3b45 -C extra-filename=-395305df4455899a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3262e50a04d6b924.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7bfd7a9a71ee17c3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7fb95a6fb7c0a2e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-db9dd470e12b2fce.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f318a89de2adae1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba05dc323713c7a5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e20ffd4cad3719c6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-46881cc9cb45fce5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8959351a2aec537d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-dc5190320cd06ad4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-645e6e1c502b5c83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0d796ba43f2b578.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49832025-10-10T23:45:20.340Z Running `/home/build/.rustup/toolchains/1.89.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=21f9a75d9bea457d -C extra-filename=-24c4461563886307 --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-ca4ebf2465e25529.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-2373fc372ef370bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-80989de39554029e.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4a61269642869491.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49842025-10-10T23:45:30.675Z Running `/home/build/.rustup/toolchains/1.89.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=37abf9d4fbeb6485 -C extra-filename=-a42e8260a732eb01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3262e50a04d6b924.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7bfd7a9a71ee17c3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7fb95a6fb7c0a2e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba05dc323713c7a5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e20ffd4cad3719c6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-46881cc9cb45fce5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8959351a2aec537d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-dc5190320cd06ad4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-645e6e1c502b5c83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0d796ba43f2b578.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49852025-10-10T23:45:35.365Z Running `/home/build/.rustup/toolchains/1.89.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=29b1158e9b2c15c2 -C extra-filename=-a2d7925d224589aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04027a02170ab2d8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-71e101545b520bc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c7fe5d46ba8d6850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49862025-10-10T23:45:41.663Z Running `/home/build/.rustup/toolchains/1.89.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=79f89a522407ba82 -C extra-filename=-10f9ae2e2f25d1ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3262e50a04d6b924.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7bfd7a9a71ee17c3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7fb95a6fb7c0a2e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-db9dd470e12b2fce.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f318a89de2adae1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba05dc323713c7a5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e20ffd4cad3719c6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-46881cc9cb45fce5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8959351a2aec537d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-dc5190320cd06ad4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-645e6e1c502b5c83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0d796ba43f2b578.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49872025-10-10T23:45:41.826Z Running `/home/build/.rustup/toolchains/1.89.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=951e02ff6c2d1367 -C extra-filename=-c20251742b9816aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-350c2069df542e9b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49882025-10-10T23:45:43.897Z Running `/home/build/.rustup/toolchains/1.89.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=1e672d06d5298faa -C extra-filename=-b5867a2054409128 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-cfebafd4f80daf04.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49892025-10-10T23:45:44.645Z Running `/home/build/.rustup/toolchains/1.89.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=193e0ba515bb8ddc -C extra-filename=-58a6d3a738cdaa6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f895be21f47d89c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dc5628cd2ffc9e49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49902025-10-10T23:45:46.083Z Running `/home/build/.rustup/toolchains/1.89.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=c711984f315e1ab3 -C extra-filename=-2457e758d682ee60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-524f6095cf2bdf36.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49912025-10-10T23:45:46.461Z Running `/home/build/.rustup/toolchains/1.89.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=5b893a23399d631c -C extra-filename=-323bb4f22bf1a24d --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-e9a1bdb27c790840.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0ea46bd2ce11bc3e.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-1f66bada49f4d792.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-15a51aa095cd6262.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c44928b142af5ec4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49922025-10-10T23:45:48.622Z Running `/home/build/.rustup/toolchains/1.89.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=d1d8f48d3d91f683 -C extra-filename=-0446c097d72c7bd1 --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-e9a1bdb27c790840.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0ea46bd2ce11bc3e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-1f66bada49f4d792.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-15a51aa095cd6262.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c44928b142af5ec4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49932025-10-10T23:45:49.741Z Running `/home/build/.rustup/toolchains/1.89.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=ff5b017138f48ae8 -C extra-filename=-b031a8640272b539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4525cd89f087a089.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-1e7667c8ebde1d32.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49942025-10-10T23:45:52.140Z Running `/home/build/.rustup/toolchains/1.89.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=5c91ac1022165f0e -C extra-filename=-68f6fd7a32c9a378 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4525cd89f087a089.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-1e7667c8ebde1d32.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49952025-10-10T23:45:52.757Z Running `/home/build/.rustup/toolchains/1.89.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=ed3a1d56f9f25463 -C extra-filename=-d7cc7b7e1bab2677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-be9833601f73d47c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-6d2358ea28e64b65.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-9c0e211796dbb4e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49962025-10-10T23:45:54.477Z Running `/home/build/.rustup/toolchains/1.89.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=4924bea78734b7b2 -C extra-filename=-425788cf4768e6a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-593b53e3d579c921.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-be9833601f73d47c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-6d2358ea28e64b65.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-9c0e211796dbb4e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49972025-10-10T23:45:56.619Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/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=8a713b451b68f0c7 -C extra-filename=-45ee1e4a8cd72d53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-521eb7f7a0b4553d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-2c2520e48736c18d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49982025-10-10T23:45:58.751Z Running `/home/build/.rustup/toolchains/1.89.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=328ffafe02149a7d -C extra-filename=-c40d626574ef9ba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49992025-10-10T23:45:59.840Z Running `/home/build/.rustup/toolchains/1.89.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=d8b448776a844219 -C extra-filename=-b6ed7e2481ccc194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-24eabd5fcf473f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50002025-10-10T23:46:00.797Z Running `/home/build/.rustup/toolchains/1.89.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=f1b64785501ccf82 -C extra-filename=-790d0081971940d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-24eabd5fcf473f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50012025-10-10T23:46:01.795Z Running `/home/build/.rustup/toolchains/1.89.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=995aa39a00cb5a64 -C extra-filename=-ac88e5404287196f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-24eabd5fcf473f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50022025-10-10T23:46:05.137Z Running `/home/build/.rustup/toolchains/1.89.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=653d0784374dec43 -C extra-filename=-67a47aa508abf7c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7fb95a6fb7c0a2e5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-593b53e3d579c921.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-9ac386e5d449d777.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-be9833601f73d47c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e5bb030ba93f07fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8959351a2aec537d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-dc5190320cd06ad4.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-71e101545b520bc5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4525cd89f087a089.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8f42f5147b536983.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-5eb155d5c18afd2b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0d2cee16ce21bb7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50032025-10-10T23:46:06.133Z Running `/home/build/.rustup/toolchains/1.89.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=56b129ae1f046579 -C extra-filename=-39c3da2d98a66d78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-499ddfe5c686f058.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b22f7ebc06438f7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4525cd89f087a089.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8f42f5147b536983.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0d2cee16ce21bb7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50042025-10-10T23:46:08.140Z Running `/home/build/.rustup/toolchains/1.89.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=ef423945d8a18810 -C extra-filename=-118e04d77da85c10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-499ddfe5c686f058.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b22f7ebc06438f7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8f42f5147b536983.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0d2cee16ce21bb7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50052025-10-10T23:46:13.899Z Running `/home/build/.rustup/toolchains/1.89.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=1108fd0dcc1bc998 -C extra-filename=-5cad8cd1baf63d19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-499ddfe5c686f058.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b22f7ebc06438f7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4525cd89f087a089.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8f42f5147b536983.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0d2cee16ce21bb7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50062025-10-10T23:46:15.216Z Running `/home/build/.rustup/toolchains/1.89.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=a335c6028c12c161 -C extra-filename=-bb0db713410a11c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-c8836900f4cd382d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50072025-10-10T23:46:44.659Z Running `/home/build/.rustup/toolchains/1.89.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=a02213786084b636 -C extra-filename=-0019a6266a6d088b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-524f6095cf2bdf36.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50082025-10-10T23:46:47.398Z Running `/home/build/.rustup/toolchains/1.89.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=44dbcbba215e2fa8 -C extra-filename=-3954ccf4ca7a2910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-4482784f3f78c98f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-524f6095cf2bdf36.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50092025-10-10T23:46:47.567Z Running `/home/build/.rustup/toolchains/1.89.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=5bc88f01ad2008fe -C extra-filename=-faf5e998b57f8fe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-4482784f3f78c98f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-524f6095cf2bdf36.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50102025-10-10T23:46:50.697Z Running `/home/build/.rustup/toolchains/1.89.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=edc58f870277804b -C extra-filename=-4005b4ac00701492 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f318a89de2adae1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-423e60ec5bfe94fa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb7bcdb79637c2c8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50112025-10-10T23:46:51.936Z Running `/home/build/.rustup/toolchains/1.89.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=23ebbda3f6376c52 -C extra-filename=-a4193e0470a8d9ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f318a89de2adae1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-423e60ec5bfe94fa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb7bcdb79637c2c8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-c8836900f4cd382d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50122025-10-10T23:46:57.069Z Running `/home/build/.rustup/toolchains/1.89.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=2f3ae378c6e07bc6 -C extra-filename=-7197fa19989e0f87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f318a89de2adae1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-423e60ec5bfe94fa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb7bcdb79637c2c8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-c8836900f4cd382d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50132025-10-10T23:47:00.317Z Running `/home/build/.rustup/toolchains/1.89.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=7f84677b8472769a -C extra-filename=-83fe776c1428612d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-44e3643cfc9437ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2791652c3d9d66c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50142025-10-10T23:47:05.523Z Running `/home/build/.rustup/toolchains/1.89.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=15a11edae64e05a9 -C extra-filename=-6bb07be25e56c178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-44e3643cfc9437ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50152025-10-10T23:47:09.325Z Running `/home/build/.rustup/toolchains/1.89.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=0a0505e7bbc3824b -C extra-filename=-ed4c797287588795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-44e3643cfc9437ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2791652c3d9d66c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50162025-10-10T23:47:09.575Z Running `/home/build/.rustup/toolchains/1.89.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=1c2b45c30e2faec1 -C extra-filename=-9669ffa9dee11b90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-44e3643cfc9437ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2791652c3d9d66c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50172025-10-10T23:47:10.171Z Running `/home/build/.rustup/toolchains/1.89.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=7c76cdf2100657bb -C extra-filename=-a0eb3676606d96c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cce14069730ff329.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-056bc8134d9dc213.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
50182025-10-10T23:47:12.219Z Running `/home/build/.rustup/toolchains/1.89.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=defe5c44f4537872 -C extra-filename=-e1f0475809d952e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-00499c4e220f26b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-603c2d2f6b03689a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c2bf6a52967586fd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-57ab985b4c888431.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50192025-10-10T23:47:13.002Z Running `/home/build/.rustup/toolchains/1.89.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=deb9bd89e762f5d4 -C extra-filename=-22d8e9c8f9e01f71 --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-d52aba29819925cc.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7b9048366e66da40.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
50202025-10-10T23:47:15.768Z Running `/home/build/.rustup/toolchains/1.89.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=5d9795330fdb24aa -C extra-filename=-bef300606ca88c57 --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-30af0db58d5c916a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50212025-10-10T23:47:18.195Z Running `/home/build/.rustup/toolchains/1.89.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=351a8247644ea650 -C extra-filename=-b8f6aa7d689788d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3262e50a04d6b924.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7bfd7a9a71ee17c3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7fb95a6fb7c0a2e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-db9dd470e12b2fce.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f318a89de2adae1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a8a000332435df0f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba05dc323713c7a5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e20ffd4cad3719c6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-46881cc9cb45fce5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8959351a2aec537d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-dc5190320cd06ad4.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-645e6e1c502b5c83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0d796ba43f2b578.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
50222025-10-10T23:47:18.683Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2021 ntp-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=99d7f07e1edc8a65 -C extra-filename=-ff30e136545f1fca --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-856a8896ec6f8bb8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-19acf76a144cdf68.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50232025-10-10T23:47:20.306Z Running `/home/build/.rustup/toolchains/1.89.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=709c1c6ecdcfbd31 -C extra-filename=-f06b0458a2233a39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0cde43c9e0306e09.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-99e789afd1552d1a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2870fe2616512352.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23414126a9eec723.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50242025-10-10T23:47:22.731Z Running `/home/build/.rustup/toolchains/1.89.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=b6e456b719ef70bc -C extra-filename=-5928a5203647e210 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0cde43c9e0306e09.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-99e789afd1552d1a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2870fe2616512352.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23414126a9eec723.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50252025-10-10T23:47:25.345Z Running `/home/build/.rustup/toolchains/1.89.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=9214f9deda64a82f -C extra-filename=-8470c8adf11ff111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0cde43c9e0306e09.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-99e789afd1552d1a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23414126a9eec723.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50262025-10-10T23:47:28.636Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
50272025-10-10T23:47:28.660Z Running `/home/build/.rustup/toolchains/1.89.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=f06786d89e7d8c36 -C extra-filename=-ffb31f928daa4856 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-99e789afd1552d1a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23414126a9eec723.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50282025-10-10T23:47:31.120Z Running `/home/build/.rustup/toolchains/1.89.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=1c9499d9647def0a -C extra-filename=-6462fdca33837a10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0cde43c9e0306e09.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-99e789afd1552d1a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2870fe2616512352.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23414126a9eec723.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50292025-10-10T23:47:33.309Z Running `/home/build/.rustup/toolchains/1.89.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=47db04ca09fd0603 -C extra-filename=-13aa0bbd3e743206 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0cde43c9e0306e09.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-99e789afd1552d1a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2870fe2616512352.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23414126a9eec723.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50302025-10-10T23:47:33.525Z Running `/home/build/.rustup/toolchains/1.89.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=51359c0b053696c0 -C extra-filename=-45d99578a21dc1de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f318a89de2adae1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-423e60ec5bfe94fa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb7bcdb79637c2c8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-c8836900f4cd382d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50312025-10-10T23:47:37.157Z Running `/home/build/.rustup/toolchains/1.89.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=349579fcb7bc5448 -C extra-filename=-2d366c60505a319b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4525cd89f087a089.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50322025-10-10T23:47:40.680Z Running `/home/build/.rustup/toolchains/1.89.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=aaa0191858fd2af6 -C extra-filename=-5b6c6ba5dde3c9dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b22f7ebc06438f7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4525cd89f087a089.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8f42f5147b536983.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0d2cee16ce21bb7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50332025-10-10T23:47:40.705Z Running `/home/build/.rustup/toolchains/1.89.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=493ed8667cf7f6da -C extra-filename=-5081f6cd3614ff57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23414126a9eec723.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3989862fdd6a32c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50342025-10-10T23:47:41.396Z Running `/home/build/.rustup/toolchains/1.89.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=bfa3b5235dd832b4 -C extra-filename=-56e3689fbd2d1dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23414126a9eec723.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3989862fdd6a32c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50352025-10-10T23:47:46.570Z Running `/home/build/.rustup/toolchains/1.89.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=b900de261cfabfe8 -C extra-filename=-82ef8116853a17ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-23414126a9eec723.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3989862fdd6a32c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50362025-10-10T23:47:49.106Z Running `/home/build/.rustup/toolchains/1.89.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=db0b4821780d2635 -C extra-filename=-b4ac3ce864793eda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0cde43c9e0306e09.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2870fe2616512352.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50372025-10-10T23:47:54.650Z Running `/home/build/.rustup/toolchains/1.89.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=850cc55a6f7c92b8 -C extra-filename=-70775dac58a8a230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0cde43c9e0306e09.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2870fe2616512352.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50382025-10-10T23:47:56.868Z Running `/home/build/.rustup/toolchains/1.89.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=1c9680b2057bce8f -C extra-filename=-00fbdc2f44c103eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0cde43c9e0306e09.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2870fe2616512352.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50392025-10-10T23:47:58.796Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_hash --edition=2021 nexus/mgs-updates/tests/host_phase1_hash.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c06d167350d175a -C extra-filename=-c2759b73cc60ea98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-798b5c011d7ba5c7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-46881cc9cb45fce5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-645e6e1c502b5c83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ac03d82c3f3b9b43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50402025-10-10T23:48:05.844Z Running `/home/build/.rustup/toolchains/1.89.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=577cf52effa3eaa9 -C extra-filename=-a1a1bb340542140f --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-dfc32f0a21b07f91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-95223834934ae740.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ac03d82c3f3b9b43.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50412025-10-10T23:48:08.533Z Running `/home/build/.rustup/toolchains/1.89.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=789c8e1f06ae1709 -C extra-filename=-f2fffa04feee94b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9a6135df1ca0b27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-46881cc9cb45fce5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-645e6e1c502b5c83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ac03d82c3f3b9b43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50422025-10-10T23:48:11.725Z Running `/home/build/.rustup/toolchains/1.89.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=4a9ffebf0e5c31d6 -C extra-filename=-e9e9d6853155e10f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8812c20587132146.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-8b762501ddfdf233.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-6d2358ea28e64b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-95223834934ae740.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-524f6095cf2bdf36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-67cab1abeab4046a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
50432025-10-10T23:48:14.010Z Running `/home/build/.rustup/toolchains/1.89.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=040f6a0c370c369d -C extra-filename=-f9d7f69992638cb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8812c20587132146.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-8b762501ddfdf233.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-6d2358ea28e64b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-524f6095cf2bdf36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ac03d82c3f3b9b43.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-67cab1abeab4046a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50442025-10-10T23:48:25.730Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
50452025-10-10T23:48:25.755Z Running `/home/build/.rustup/toolchains/1.89.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=ea00caabf983aeed -C extra-filename=-5c1ffc5dc1fda484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-95223834934ae740.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-524f6095cf2bdf36.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50462025-10-10T23:48:29.311Z Running `/home/build/.rustup/toolchains/1.89.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=799bd91d4d398d8f -C extra-filename=-04af2b897a5f951d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8812c20587132146.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-8b762501ddfdf233.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-6d2358ea28e64b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-95223834934ae740.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-524f6095cf2bdf36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ac03d82c3f3b9b43.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-67cab1abeab4046a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50472025-10-10T23:48:29.642Z Running `/home/build/.rustup/toolchains/1.89.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=e7ed8556744f50f5 -C extra-filename=-d26d88caa4b0c6c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8812c20587132146.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-8b762501ddfdf233.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-6d2358ea28e64b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-95223834934ae740.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-524f6095cf2bdf36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ac03d82c3f3b9b43.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-67cab1abeab4046a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50482025-10-10T23:48:32.477Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50492025-10-10T23:48:32.503Z Running `/home/build/.rustup/toolchains/1.89.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=34f726b8229b726b -C extra-filename=-afc380a7005746a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-798b5c011d7ba5c7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb7bcdb79637c2c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50502025-10-10T23:48:35.098Z Running `/home/build/.rustup/toolchains/1.89.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=32995d3b337c3381 -C extra-filename=-528a2d73215740a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-44e3643cfc9437ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2791652c3d9d66c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50512025-10-10T23:48:35.529Z Running `/home/build/.rustup/toolchains/1.89.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=980c6737cba4fea8 -C extra-filename=-b48e882070f996ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-44e3643cfc9437ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2791652c3d9d66c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50522025-10-10T23:48:37.053Z Running `/home/build/.rustup/toolchains/1.89.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=78646c380ebaaa47 -C extra-filename=-c08b44b1bb037232 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-4b772a65c88ec97d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ff242f92cb1085d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c7fe5d46ba8d6850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50532025-10-10T23:48:44.329Z Running `/home/build/.rustup/toolchains/1.89.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=dd0caedbce807e3f -C extra-filename=-dacfc810f3f76167 --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-b1fdf288258de4d8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50542025-10-10T23:48:49.591Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
50552025-10-10T23:48:49.620Z Running `/home/build/.rustup/toolchains/1.89.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=4f0ac0887691a907 -C extra-filename=-2339153b4ec1142f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50562025-10-10T23:48:51.896Z Running `/home/build/.rustup/toolchains/1.89.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=d26222a2c68a21bd -C extra-filename=-952bcad44d58452d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8001f67a1b09701c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50572025-10-10T23:48:52.498Z Running `/home/build/.rustup/toolchains/1.89.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=7a110f6ccd53a769 -C extra-filename=-c4dc03c1b54e76bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-46881cc9cb45fce5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-71e101545b520bc5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50582025-10-10T23:49:02.081Z Running `/home/build/.rustup/toolchains/1.89.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=d382851bfcf7cf2f -C extra-filename=-798301885db31540 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50592025-10-10T23:49:06.557Z Running `/home/build/.rustup/toolchains/1.89.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=2e010419d9b69575 -C extra-filename=-c9be616a26086f1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-003d714d25dd1cda.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-720173f4da1d6ce6.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-9cdb505b4fb0eedb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50602025-10-10T23:49:11.294Z Running `/home/build/.rustup/toolchains/1.89.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=cf6d7f204bcdfb39 -C extra-filename=-109ee2ea1b6b9288 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f318a89de2adae1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ac03d82c3f3b9b43.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-c7fe5d46ba8d6850.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50612025-10-10T23:49:13.787Z Running `/home/build/.rustup/toolchains/1.89.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=33a54cf05df662bf -C extra-filename=-d8f81e3711333632 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50622025-10-10T23:49:17.621Z Running `/home/build/.rustup/toolchains/1.89.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=b80ed6ce03c20b1d -C extra-filename=-5452c5aa24876699 --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-ca0b22273cebe02d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1195d89c002f0d88.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-17d8434b9893ec40.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50632025-10-10T23:49:21.172Z Running `/home/build/.rustup/toolchains/1.89.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=508e0c5a624442c0 -C extra-filename=-93f50168efbfea7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a8ba38dd8c9c489.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-488c1e66241ca514.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-09c1fab102bb0169.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50642025-10-10T23:49:23.593Z Running `/home/build/.rustup/toolchains/1.89.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=f9da0ff117d85f08 -C extra-filename=-7371f87d803df01b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3262e50a04d6b924.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-fc43ee1bf3211977.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50652025-10-10T23:49:23.953Z Running `/home/build/.rustup/toolchains/1.89.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=98308ba6298064da -C extra-filename=-415cecff835eebdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50662025-10-10T23:49:24.660Z Running `/home/build/.rustup/toolchains/1.89.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=d30d5e9eacd19da2 -C extra-filename=-5b9267059da66218 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50672025-10-10T23:49:26.361Z Running `/home/build/.rustup/toolchains/1.89.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=e00ab34d821ddc7a -C extra-filename=-bbf997a451c57460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50682025-10-10T23:49:38.513Z Running `/home/build/.rustup/toolchains/1.89.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=4c49061112acf0a3 -C extra-filename=-67297df15a9b149e --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-f8d71a72b9e8b2c4.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-44b668ede8600b95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50692025-10-10T23:49:43.867Z Running `/home/build/.rustup/toolchains/1.89.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=ceb91d5387b72998 -C extra-filename=-c9fb87283566be29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-401713b4e9145b72.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50702025-10-10T23:49:46.633Z Running `/home/build/.rustup/toolchains/1.89.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=c9247c3e8b45243d -C extra-filename=-9eca583f6c87286d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-b85936bd4dfa5b64.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-bf590cde3ce690df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a0e838f92eb9fca1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50712025-10-10T23:49:53.923Z Running `/home/build/.rustup/toolchains/1.89.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=2600e3e9b55804c0 -C extra-filename=-f16777117a1a9f73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50722025-10-10T23:49:56.248Z Running `/home/build/.rustup/toolchains/1.89.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=7c97bb0fd164216f -C extra-filename=-5b2043afc4ff7a32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50732025-10-10T23:49:57.214Z Running `/home/build/.rustup/toolchains/1.89.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=3e224bf6d68d8acb -C extra-filename=-8ab2889480638d12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3262e50a04d6b924.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-fc43ee1bf3211977.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50742025-10-10T23:49:59.338Z Running `/home/build/.rustup/toolchains/1.89.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=716cc6ef5fa7f63f -C extra-filename=-969f6665cf0d0a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4a9f3093cf91e0a7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50752025-10-10T23:50:00.433Z Running `/home/build/.rustup/toolchains/1.89.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=88cf1721f93c127d -C extra-filename=-74a6552018483f45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c4d0b608f3f977f3.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-c574269ee9ac758a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-51b830974b3cf247.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0aee9dadf39a9773.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-401713b4e9145b72.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
50762025-10-10T23:50:07.487Z Running `/home/build/.rustup/toolchains/1.89.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=3cf66d6c93f2134e -C extra-filename=-2844c292121ef28d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50772025-10-10T23:50:43.704Z Running `/home/build/.rustup/toolchains/1.89.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=ebdcf2b82e5fb593 -C extra-filename=-da970020bb5a998a --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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50782025-10-10T23:50:43.704Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-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=e6b0a87b743192d6 -C extra-filename=-0ffdacc3b07bc79c --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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50792025-10-10T23:50:49.610Z Running `/home/build/.rustup/toolchains/1.89.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=de8fb18bbb06035c -C extra-filename=-b322b68b01502c00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-531bcbdcd9b2f1f2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50802025-10-10T23:50:49.645Z Running `/home/build/.rustup/toolchains/1.89.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=913ab0f0e03fbf58 -C extra-filename=-a5f7b393500c6c87 --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-ca0b22273cebe02d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1195d89c002f0d88.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-17d8434b9893ec40.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50812025-10-10T23:50:56.573Z Running `/home/build/.rustup/toolchains/1.89.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=d0b0443c193ad972 -C extra-filename=-c2630b1655b9a63e --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-784c297e68e85669.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50822025-10-10T23:50:58.749Z Running `/home/build/.rustup/toolchains/1.89.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=a047aad8675e2ed3 -C extra-filename=-3564e953939b3b85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3262e50a04d6b924.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-fc43ee1bf3211977.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50832025-10-10T23:51:01.142Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-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=6a0ae183ed21ae56 -C extra-filename=-a5c6e5fd55b36f76 --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-856a8896ec6f8bb8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50842025-10-10T23:51:02.107Z Running `/home/build/.rustup/toolchains/1.89.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=4d2a5f8519cc8be8 -C extra-filename=-4c6ee2808ce01643 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0ea46bd2ce11bc3e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50852025-10-10T23:51:03.765Z Running `/home/build/.rustup/toolchains/1.89.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=0d4712c300160597 -C extra-filename=-e86085a8b30a2500 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50862025-10-10T23:51:05.971Z Running `/home/build/.rustup/toolchains/1.89.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=b644912d0d4d9e4f -C extra-filename=-ea8b1c46371c38cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50872025-10-10T23:51:07.397Z Running `/home/build/.rustup/toolchains/1.89.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=aa6aa92867e5e4ee -C extra-filename=-cf3f919e228695b4 --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-856a8896ec6f8bb8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50882025-10-10T23:51:10.170Z Running `/home/build/.rustup/toolchains/1.89.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=cc5cea665bce2f80 -C extra-filename=-3f8818141cb037a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50892025-10-10T23:51:23.786Z Running `/home/build/.rustup/toolchains/1.89.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=93d8ef0ac09a6bca -C extra-filename=-00c07a7b4ecf51b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50902025-10-10T23:51:25.766Z Running `/home/build/.rustup/toolchains/1.89.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=e089521d7fb25043 -C extra-filename=-8867692aa750d9c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-b85936bd4dfa5b64.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-bf590cde3ce690df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a0e838f92eb9fca1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ac03d82c3f3b9b43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50912025-10-10T23:51:26.398Z Running `/home/build/.rustup/toolchains/1.89.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=9a11f3d378c45965 -C extra-filename=-5379248dd3cc358b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-30ba2fdff85d31ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cc3128baa591147b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50922025-10-10T23:51:28.805Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
50932025-10-10T23:51:28.829Z Running `/home/build/.rustup/toolchains/1.89.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=1623bc5e205456d8 -C extra-filename=-d66b37879b05029b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50942025-10-10T23:51:28.855Z Running `/home/build/.rustup/toolchains/1.89.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=f7fba9600443a252 -C extra-filename=-c5814a58e58cee08 --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-ca0b22273cebe02d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-62a0da521b276acc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1195d89c002f0d88.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-17d8434b9893ec40.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50952025-10-10T23:51:31.099Z Running `/home/build/.rustup/toolchains/1.89.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=01bf2f96d76ea834 -C extra-filename=-b87b9d1fdc778931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50962025-10-10T23:51:33.174Z Running `/home/build/.rustup/toolchains/1.89.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=06ddb6aeccec0ef8 -C extra-filename=-07eed0c0bb635a76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2412696cec732a1b.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e5bb030ba93f07fa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50972025-10-10T23:51:39.969Z Running `/home/build/.rustup/toolchains/1.89.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=5877c816daad6768 -C extra-filename=-2cf7f4b177c7e7a0 --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-7fb95a6fb7c0a2e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8f42f5147b536983.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50982025-10-10T23:51:43.394Z Running `/home/build/.rustup/toolchains/1.89.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=5f03d7ff2d09ac5a -C extra-filename=-e642d8bfa750c22f --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-1a84e413bcb1c25d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8f42f5147b536983.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50992025-10-10T23:51:48.933Z Running `/home/build/.rustup/toolchains/1.89.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=0d97d4d6c931178f -C extra-filename=-c08ff0e9dc25305e --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-dfc32f0a21b07f91.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d87f969b8e395139.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8959351a2aec537d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-71e101545b520bc5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51002025-10-10T23:51:52.175Z Running `/home/build/.rustup/toolchains/1.89.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=559c3982005f544c -C extra-filename=-59202ee6e7549a46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5fb898108cf35d16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51012025-10-10T23:51:53.202Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51022025-10-10T23:51:53.226Z Running `/home/build/.rustup/toolchains/1.89.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=c2dcc458aa2b5b19 -C extra-filename=-1a1b9b7cce85a9f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-383767ca9f27fc33.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-524f6095cf2bdf36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51032025-10-10T23:51:57.583Z Running `/home/build/.rustup/toolchains/1.89.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=1cc5e81b46e07582 -C extra-filename=-767a07ae6cd42fde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51042025-10-10T23:52:01.325Z Running `/home/build/.rustup/toolchains/1.89.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=4d999933f54428f1 -C extra-filename=-f8dc3350320560d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3989862fdd6a32c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51052025-10-10T23:52:02.862Z Running `/home/build/.rustup/toolchains/1.89.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=39fd1a6ddc9692e5 -C extra-filename=-467d43631f33774c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51062025-10-10T23:52:07.688Z Running `/home/build/.rustup/toolchains/1.89.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=6dad15585d9f1808 -C extra-filename=-49b0b3f1a7de267f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51072025-10-10T23:52:07.818Z Running `/home/build/.rustup/toolchains/1.89.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=77306c5c65797541 -C extra-filename=-021e3742a922bdbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0a24c1421cd74ab4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-aea687be00b6aa6d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-91d8ad7f7f70dd2c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51082025-10-10T23:52:09.664Z Running `/home/build/.rustup/toolchains/1.89.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=ad9a1740c27da31d -C extra-filename=-ccb0e2fd686d0ea3 --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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-645e6e1c502b5c83.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51092025-10-10T23:52:12.483Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images_examples --edition=2021 sled-agent/zone-images-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85da9d02f971105b -C extra-filename=-690d3b79a7911abf --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-dfc32f0a21b07f91.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d87f969b8e395139.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec89e96cd1be5bcb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51102025-10-10T23:52:14.245Z Running `/home/build/.rustup/toolchains/1.89.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=e69bb7cb702d2a1c -C extra-filename=-deb08d08269ad1b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51112025-10-10T23:52:15.134Z Running `/home/build/.rustup/toolchains/1.89.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=4a7877b1b79a2160 -C extra-filename=-35f2124a958ecb86 --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-856a8896ec6f8bb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51122025-10-10T23:52:17.201Z Running `/home/build/.rustup/toolchains/1.89.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=0375769201a53932 -C extra-filename=-cfaa58900120c4b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b832ee0be6ce6ef0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51132025-10-10T23:52:18.256Z Running `/home/build/.rustup/toolchains/1.89.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=12435de210d84d94 -C extra-filename=-740a328fd4b39f5b --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-b832ee0be6ce6ef0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51142025-10-10T23:52:19.107Z Running `/home/build/.rustup/toolchains/1.89.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=b52bb89d89ea2167 -C extra-filename=-ffceb0cddbaedfb1 --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-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e73c4b233f84fa79.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51152025-10-10T23:52:19.365Z Running `/home/build/.rustup/toolchains/1.89.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=5aea173129a4aa6f -C extra-filename=-428043887bba9a43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0ea46bd2ce11bc3e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-34a3286c2ff66544.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3a883fcb54035d38.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51162025-10-10T23:52:22.418Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
51172025-10-10T23:52:22.504Z Running `/home/build/.rustup/toolchains/1.89.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=60ad2539645acf65 -C extra-filename=-cfe076790f1201e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51182025-10-10T23:52:22.806Z Running `/home/build/.rustup/toolchains/1.89.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=50e5ac0bdc36f0d9 -C extra-filename=-f3f4e84b0f2b04c0 --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-178a3bf33faae74a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f9845514f6c68d00.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5946e91ef97ed671.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51192025-10-10T23:52:24.430Z Running `/home/build/.rustup/toolchains/1.89.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=7ac6ef4477562bb6 -C extra-filename=-0237ba2b03addff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-34a3286c2ff66544.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51202025-10-10T23:52:24.511Z Running `/home/build/.rustup/toolchains/1.89.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=485f78ab9e73d141 -C extra-filename=-966e519d33f6f85c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51212025-10-10T23:52:25.594Z Running `/home/build/.rustup/toolchains/1.89.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=5f4d0e760cfb3bad -C extra-filename=-3da0b4249d7cc3d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23c5bf6ba28e63d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51222025-10-10T23:52:26.351Z Running `/home/build/.rustup/toolchains/1.89.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=c22bc7c55a3e3975 -C extra-filename=-3b3098433dae490d --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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51232025-10-10T23:52:27.123Z Running `/home/build/.rustup/toolchains/1.89.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=04c3542a8c795f1b -C extra-filename=-eae3c25f8508410b --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-1a84e413bcb1c25d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51242025-10-10T23:52:27.300Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2021 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84d547af38ef138a -C extra-filename=-a592653018daeb64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-328848a39e18c9a1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51252025-10-10T23:52:28.317Z Running `/home/build/.rustup/toolchains/1.89.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=1e49e0211187cfca -C extra-filename=-65e259b340a2fda3 --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-328848a39e18c9a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51262025-10-10T23:52:29.361Z Running `/home/build/.rustup/toolchains/1.89.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=1fcdbcd8703270f4 -C extra-filename=-43fb6a7cbbe5a30c --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-5ee78a968a142ff9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51272025-10-10T23:52:30.081Z Running `/home/build/.rustup/toolchains/1.89.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=b79bfb035811c604 -C extra-filename=-8227722b99f2e40e --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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51282025-10-10T23:52:31.236Z Running `/home/build/.rustup/toolchains/1.89.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=540dc75199eb4eb1 -C extra-filename=-95facecf1d7a62e9 --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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51292025-10-10T23:52:32.311Z Running `/home/build/.rustup/toolchains/1.89.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=60eba1e232cf8169 -C extra-filename=-eedf99a8c89ff60e --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-dfc32f0a21b07f91.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-de9639f458571e2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51302025-10-10T23:52:32.533Z Running `/home/build/.rustup/toolchains/1.89.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=5dd90f9f6dff95b7 -C extra-filename=-c89a8ab3a558b482 --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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51312025-10-10T23:52:33.485Z Running `/home/build/.rustup/toolchains/1.89.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=ef7a414f6d751ef4 -C extra-filename=-0f8de82b92c5acb0 --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-53623e7e78291725.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51322025-10-10T23:52:34.039Z Running `/home/build/.rustup/toolchains/1.89.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 --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=dbcea8d4c7e37333 -C extra-filename=-42ad614177434d42 --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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51332025-10-10T23:52:35.064Z Running `/home/build/.rustup/toolchains/1.89.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=613bcbafcd2fa8c7 -C extra-filename=-0b98f72aab59ddb1 --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-1d6f926df0e34531.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51342025-10-10T23:52:35.485Z Running `/home/build/.rustup/toolchains/1.89.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=fd6619d0a0d643a5 -C extra-filename=-a786e9d2768b9921 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51352025-10-10T23:52:35.651Z Running `/home/build/.rustup/toolchains/1.89.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=f02f0c370748e2e8 -C extra-filename=-9c61ad7371694a85 --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-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bf5be57c33184d8a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51362025-10-10T23:52:35.876Z Running `/home/build/.rustup/toolchains/1.89.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=5580c8c25a5fab38 -C extra-filename=-8f00c7addaa11e31 --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-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51372025-10-10T23:52:35.996Z Running `/home/build/.rustup/toolchains/1.89.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=ba6c2842ddaa8284 -C extra-filename=-a7f855003d076a5e --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-856a8896ec6f8bb8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51382025-10-10T23:52:38.309Z Running `/home/build/.rustup/toolchains/1.89.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=3b5c41491a3f4e1f -C extra-filename=-c0d74ee03b135f53 --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-971849dc346a6008.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-16b2b7369802833a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
51392025-10-10T23:52:39.930Z Running `/home/build/.rustup/toolchains/1.89.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=8d798577e2f8b1de -C extra-filename=-041a34ef894cfbcb --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-68617f900d2f7ac8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-df82ee9cba5bb7d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51402025-10-10T23:52:40.802Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2021 ntp-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=247265c569e1b2ac -C extra-filename=-e312dff857087b73 --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-1a84e413bcb1c25d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51412025-10-10T23:52:40.941Z Running `/home/build/.rustup/toolchains/1.89.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=3bac27237b69206e -C extra-filename=-ba2e6765a41a7613 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51422025-10-10T23:52:41.486Z Running `/home/build/.rustup/toolchains/1.89.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 --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0571b03223167bbb -C extra-filename=-50c3ab0d64584c49 --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-ff6a5a790b8a0d3a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51432025-10-10T23:52:41.805Z Running `/home/build/.rustup/toolchains/1.89.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=4b7305db2f83508d -C extra-filename=-c844f128932f2666 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3262e50a04d6b924.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51442025-10-10T23:52:42.620Z Running `/home/build/.rustup/toolchains/1.89.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=6e77bde15e3f4e1d -C extra-filename=-69dad27af836cc8a --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-1a84e413bcb1c25d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51452025-10-10T23:52:43.835Z Running `/home/build/.rustup/toolchains/1.89.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=5adf223e746bc218 -C extra-filename=-8b29cef07af86c6d --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-ac0e33b2af33f733.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51462025-10-10T23:52:45.013Z Running `/home/build/.rustup/toolchains/1.89.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=74892603e115497b -C extra-filename=-2f0bb75b4dc9356f --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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51472025-10-10T23:52:45.745Z Running `/home/build/.rustup/toolchains/1.89.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=0dfc7b40aede3f3b -C extra-filename=-cd871e04d7dca3ef --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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51482025-10-10T23:52:45.786Z Running `/home/build/.rustup/toolchains/1.89.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=b79ae31deb6e7c16 -C extra-filename=-2f4c81dde069d558 --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-d52aba29819925cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51492025-10-10T23:52:47.023Z Running `/home/build/.rustup/toolchains/1.89.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=f75765094a69092b -C extra-filename=-ddae4fe36444ad98 --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-df57545275e79817.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-3ec6af6684b837d6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51502025-10-10T23:52:47.591Z Running `/home/build/.rustup/toolchains/1.89.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=0b0794e864dd6f26 -C extra-filename=-1ca3a43381fdc60e --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-df57545275e79817.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-3ec6af6684b837d6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51512025-10-10T23:52:47.908Z Running `/home/build/.rustup/toolchains/1.89.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=fedde7856c08f91e -C extra-filename=-0a30d638e0ef9621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-401713b4e9145b72.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51522025-10-10T23:52:49.869Z Running `/home/build/.rustup/toolchains/1.89.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=3335a875d90eb236 -C extra-filename=-e716e53df30c13f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4a9f3093cf91e0a7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d986d807ba00207e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-2e1671183b5fd81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51532025-10-10T23:52:49.893Z Running `/home/build/.rustup/toolchains/1.89.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=5942a8546b9c0570 -C extra-filename=-7cf5fda16b8e5d24 --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-1a84e413bcb1c25d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51542025-10-10T23:52:50.875Z Running `/home/build/.rustup/toolchains/1.89.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=6dda789c65525343 -C extra-filename=-2013681065a6dfe7 --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-856a8896ec6f8bb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51552025-10-10T23:52:51.217Z Running `/home/build/.rustup/toolchains/1.89.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=67949784838656e7 -C extra-filename=-95c9f01e98f41b09 --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-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51562025-10-10T23:52:51.369Z Running `/home/build/.rustup/toolchains/1.89.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=24c84b2f047cde3d -C extra-filename=-a5119b96988a3b5c --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-178a3bf33faae74a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51572025-10-10T23:52:51.565Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2021 clients/ntp-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=3dec65c7163e5785 -C extra-filename=-68932578a6c0b26c --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-1a84e413bcb1c25d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51582025-10-10T23:52:51.809Z Running `/home/build/.rustup/toolchains/1.89.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=d8b788f41d8e844c -C extra-filename=-1402a8ecfb59b8a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51592025-10-10T23:52:52.340Z Running `/home/build/.rustup/toolchains/1.89.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=f60918744ede5efa -C extra-filename=-0cc4373aa869ec03 --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-178a3bf33faae74a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51602025-10-10T23:52:52.684Z Running `/home/build/.rustup/toolchains/1.89.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=cca7c3e80fd68782 -C extra-filename=-7d965cfac51ce12c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ad0883445c30172.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51612025-10-10T23:52:52.894Z Running `/home/build/.rustup/toolchains/1.89.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=911a1d840205f81e -C extra-filename=-5e98823cfae8201f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51622025-10-10T23:52:53.369Z Running `/home/build/.rustup/toolchains/1.89.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=61d3009ea7d69687 -C extra-filename=-4e951286a2522b5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51632025-10-10T23:52:53.642Z Running `/home/build/.rustup/toolchains/1.89.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=e64787cb08e81d07 -C extra-filename=-dd287d89e6229dc8 --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-178a3bf33faae74a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51642025-10-10T23:52:54.181Z Running `/home/build/.rustup/toolchains/1.89.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 --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=286d4119589d47c2 -C extra-filename=-fdd8a0d1586eae87 --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-dd833add49a4eb53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51652025-10-10T23:52:54.764Z Running `/home/build/.rustup/toolchains/1.89.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=cbc74ac4d7ac4347 -C extra-filename=-42bfbf6757f364bb --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-fa33fc3fea407a3e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-6db268b7ab5218c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51662025-10-10T23:52:55.446Z Running `/home/build/.rustup/toolchains/1.89.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=99d9312cb8b15ea9 -C extra-filename=-50042ec7b67a3b55 --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-ff6a5a790b8a0d3a.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51672025-10-10T23:52:55.565Z Running `/home/build/.rustup/toolchains/1.89.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=339ef134ce3de7e8 -C extra-filename=-a20ede00e07ef73b --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-178a3bf33faae74a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51682025-10-10T23:52:56.140Z Running `/home/build/.rustup/toolchains/1.89.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=488c560d7985b3db -C extra-filename=-03866ef652dcc6ac --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-178a3bf33faae74a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51692025-10-10T23:52:56.201Z Running `/home/build/.rustup/toolchains/1.89.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=7d105d6d6b7fd60b -C extra-filename=-f19c486060eb5494 --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-178a3bf33faae74a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51702025-10-10T23:52:56.573Z Running `/home/build/.rustup/toolchains/1.89.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=83d3bcf9fb65f978 -C extra-filename=-268e36446eb86a9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51712025-10-10T23:52:56.853Z Running `/home/build/.rustup/toolchains/1.89.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=5b5c00f145959772 -C extra-filename=-8a57a90d30e785c6 --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-178a3bf33faae74a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51722025-10-10T23:52:57.739Z Running `/home/build/.rustup/toolchains/1.89.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=7338dbee63322ca5 -C extra-filename=-f825594334d4e564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51732025-10-10T23:52:57.975Z Running `/home/build/.rustup/toolchains/1.89.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=1d2d9e35d4b2a39b -C extra-filename=-efb137e9895ed6a1 --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-178a3bf33faae74a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51742025-10-10T23:52:58.531Z Running `/home/build/.rustup/toolchains/1.89.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=6f306da1dba6d0a6 -C extra-filename=-2a4369d98f4ccfe3 --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-856a8896ec6f8bb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51752025-10-10T23:52:58.570Z Running `/home/build/.rustup/toolchains/1.89.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=4fd4e7f0d317b678 -C extra-filename=-f1c5d296786365ed --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-8201e5d6381aa56b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51762025-10-10T23:53:00.211Z Running `/home/build/.rustup/toolchains/1.89.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=6cf087a24da717a4 -C extra-filename=-f21fc385ba34e4fa --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-c9c66229a77eff07.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-01615db36d6df1b2.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-aacfd2cdccf68808.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-918dddd36587fd89.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-19d9f1304dcf7a40.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7144a639a7938e22.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-40e701b42c2114c5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6db108db97ba6def.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6a9e9c3b838c62a2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99ff3d0f0d216c1c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6a74b7a80d29c515.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-ca696e34de2c9a15.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-d8996dd468609515.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-b87fd6613cc2fc15.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2da796a22f582014.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-27efb91a483473e9.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-020a72a980be986e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-b85936bd4dfa5b64.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-3e487195ce270b12.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3bf07c002fc086f9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5488270ca8c700f6.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fd7f55707a725433.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-94db4f1121da23c1.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-15a1709ce7c5fdbd.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-5ed192293457b111.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ced34b824d457562.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-012c98008c7e3a3a.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-9216ee19421e8437.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d98c7599a376d9d4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2541dcd2e83056ae.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a0712094a2fe141f.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-deabff44a5f88e6e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3f4a1ef14aef24a3.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dae75b31fdefc378.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-8b3b09036b990d2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e99e30938fe6c72b.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f7193d84c3788ea.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f1c0a5d281faa8f1.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-aeff82b63d642e1a.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7220c3a5a067b5b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-84d8e4aadb0c95af.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-43c6d02ec5fd8e89.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51772025-10-10T23:53:00.651Z Running `/home/build/.rustup/toolchains/1.89.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=2d069170df41a9d2 -C extra-filename=-b52997f94955f5cb --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-ff6a5a790b8a0d3a.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-01263c6c04020f0e.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51782025-10-10T23:53:01.301Z Running `/home/build/.rustup/toolchains/1.89.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=9accf2a6895a2008 -C extra-filename=-bc75913913d33ef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51792025-10-10T23:53:59.584Z Running `/home/build/.rustup/toolchains/1.89.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=bfd8d39149251216 -C extra-filename=-6d363476ba264913 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d1641486ec1809bc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71edc45b1b0e71fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-c8836900f4cd382d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51802025-10-10T23:53:59.633Z Running `/home/build/.rustup/toolchains/1.89.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=7e02ac71c2b4a6e8 -C extra-filename=-c87bf641f9e5a04b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1e7b920cfd1d6499.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04027a02170ab2d8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-5ee78a968a142ff9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-06e4d26757e00926.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fa33fc3fea407a3e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-798b5c011d7ba5c7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f176e3a8a13c3b4c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d1641486ec1809bc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71edc45b1b0e71fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51812025-10-10T23:53:59.633Z Running `/home/build/.rustup/toolchains/1.89.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=c12246658b3a3705 -C extra-filename=-8f4b7a943ac91bdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ebad6b04596faf82.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-4482784f3f78c98f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71edc45b1b0e71fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-524f6095cf2bdf36.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51822025-10-10T23:53:59.633Z Running `/home/build/.rustup/toolchains/1.89.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=5c2b737455c3f4e3 -C extra-filename=-a8fad94f7b35af82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ebad6b04596faf82.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-4482784f3f78c98f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71edc45b1b0e71fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-524f6095cf2bdf36.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51832025-10-10T23:53:59.727Z Running `/home/build/.rustup/toolchains/1.89.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=a795408ff38f9a94 -C extra-filename=-d38b2b08006cbc5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1e7b920cfd1d6499.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6fd588d6970d218a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-989814b4339e812e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a44d1b7f4346cf00.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d1641486ec1809bc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3d6a8de934de9366.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71edc45b1b0e71fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-70eb4f6d2c307356.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51842025-10-10T23:53:59.753Z Running `/home/build/.rustup/toolchains/1.89.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=efe5daf97b9a4bfb -C extra-filename=-e78ffb0b7f58dc3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d1641486ec1809bc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71edc45b1b0e71fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-c8836900f4cd382d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51852025-10-10T23:53:59.753Z Running `/home/build/.rustup/toolchains/1.89.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=d673656fe5886cbc -C extra-filename=-215983e37b7a916c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1e7b920cfd1d6499.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6fd588d6970d218a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-ff6a5a790b8a0d3a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f66565e7b8fbf1df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-989814b4339e812e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-a44d1b7f4346cf00.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d1641486ec1809bc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3d6a8de934de9366.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71edc45b1b0e71fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-70eb4f6d2c307356.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51862025-10-10T23:53:59.847Z Running `/home/build/.rustup/toolchains/1.89.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=4a5acc3931afdf51 -C extra-filename=-7db251bed938ce4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ebad6b04596faf82.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71edc45b1b0e71fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-524f6095cf2bdf36.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -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 /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51872025-10-10T23:58:59.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22m 25s
51882025-10-10T23:59:13.361Z
51892025-10-10T23:59:13.388Zreal 22:38.302540656
51902025-10-10T23:59:13.388Zuser 1:52:17.830704941
51912025-10-10T23:59:13.388Zsys 21:41.512593692
51922025-10-10T23:59:13.388Ztrap 11.039256205
51932025-10-10T23:59:13.388Ztflt 3.021552695
51942025-10-10T23:59:13.388Zdflt 6:50.371174757
51952025-10-10T23:59:13.388Zkflt 0.291192631
51962025-10-10T23:59:13.388Zlock 6:39:22.903757225
51972025-10-10T23:59:13.388Zslp 11:04:04.958785252
51982025-10-10T23:59:13.389Zlat 13:08.249519320
51992025-10-10T23:59:13.389Zstop 14:12.594634721
52002025-10-10T23:59:14.365Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
52012025-10-10T23:59:19.369Z Fresh unicode-ident v1.0.19
52022025-10-10T23:59:19.443Z Fresh cfg-if v1.0.1
52032025-10-10T23:59:19.443Z Fresh autocfg v1.4.0
52042025-10-10T23:59:19.443Z Fresh memchr v2.7.4
52052025-10-10T23:59:19.443Z Fresh proc-macro2 v1.0.101
52062025-10-10T23:59:19.443Z Fresh value-bag v1.9.0
52072025-10-10T23:59:19.443Z Fresh smallvec v1.15.1
52082025-10-10T23:59:19.443Z Fresh version_check v0.9.5
52092025-10-10T23:59:19.443Z Fresh quote v1.0.40
52102025-10-10T23:59:19.443Z Fresh libc v0.2.174
52112025-10-10T23:59:19.443Z Fresh serde_core v1.0.226
52122025-10-10T23:59:19.443Z Fresh log v0.4.27
52132025-10-10T23:59:19.443Z Fresh scopeguard v1.2.0
52142025-10-10T23:59:19.443Z Fresh itoa v1.0.11
52152025-10-10T23:59:19.443Z Fresh ryu v1.0.18
52162025-10-10T23:59:19.443Z Fresh syn v2.0.106
52172025-10-10T23:59:19.443Z Fresh lock_api v0.4.12
52182025-10-10T23:59:19.443Z Fresh getrandom v0.2.15
52192025-10-10T23:59:19.443Z Fresh stable_deref_trait v1.2.0
52202025-10-10T23:59:19.443Z Fresh serde_derive v1.0.226
52212025-10-10T23:59:19.443Z Fresh zeroize_derive v1.4.2
52222025-10-10T23:59:19.443Z Fresh synstructure v0.13.1
52232025-10-10T23:59:19.443Z Fresh critical-section v1.1.3
52242025-10-10T23:59:19.444Z Fresh serde v1.0.226
52252025-10-10T23:59:19.444Z Fresh zeroize v1.8.1
52262025-10-10T23:59:19.444Z Fresh libm v0.2.8
52272025-10-10T23:59:19.444Z Fresh serde_json v1.0.145
52282025-10-10T23:59:19.444Z Fresh portable-atomic v1.11.0
52292025-10-10T23:59:19.444Z Fresh zerofrom-derive v0.1.4
52302025-10-10T23:59:19.444Z Fresh pin-project-lite v0.2.14
52312025-10-10T23:59:19.444Z Fresh yoke-derive v0.7.4
52322025-10-10T23:59:19.444Z Fresh bitflags v2.9.4
52332025-10-10T23:59:19.444Z Fresh bytes v1.10.1
52342025-10-10T23:59:19.444Z Fresh num-traits v0.2.19
52352025-10-10T23:59:19.444Z Fresh once_cell v1.21.3
52362025-10-10T23:59:19.444Z Fresh zerofrom v0.1.4
52372025-10-10T23:59:19.444Z Fresh fnv v1.0.7
52382025-10-10T23:59:19.444Z Fresh zerovec-derive v0.10.3
52392025-10-10T23:59:19.444Z Fresh displaydoc v0.2.5
52402025-10-10T23:59:19.444Z Fresh yoke v0.7.4
52412025-10-10T23:59:19.444Z Fresh shlex v1.3.0
52422025-10-10T23:59:19.444Z Fresh regex-syntax v0.8.5
52432025-10-10T23:59:19.444Z Fresh allocator-api2 v0.2.21
52442025-10-10T23:59:19.444Z Fresh rand_core v0.6.4
52452025-10-10T23:59:19.444Z Fresh equivalent v1.0.2
52462025-10-10T23:59:19.444Z Fresh zerovec v0.10.4
52472025-10-10T23:59:19.444Z Fresh litemap v0.7.3
52482025-10-10T23:59:19.444Z Fresh writeable v0.5.5
52492025-10-10T23:59:19.444Z Fresh byteorder v1.5.0
52502025-10-10T23:59:19.444Z Fresh percent-encoding v2.3.2
52512025-10-10T23:59:19.444Z Fresh icu_provider_macros v1.5.0
52522025-10-10T23:59:19.444Z Fresh tinystr v0.7.6
52532025-10-10T23:59:19.444Z Fresh getrandom v0.3.1
52542025-10-10T23:59:19.444Z Fresh parking_lot_core v0.9.10
52552025-10-10T23:59:19.444Z Fresh jobserver v0.1.32
52562025-10-10T23:59:19.444Z Fresh icu_locid_transform_data v1.5.0
52572025-10-10T23:59:19.444Z Fresh icu_collections v1.5.0
52582025-10-10T23:59:19.444Z Fresh semver v1.0.27
52592025-10-10T23:59:19.444Z Fresh errno v0.3.12
52602025-10-10T23:59:19.444Z Fresh icu_locid v1.5.0
52612025-10-10T23:59:19.444Z Fresh cc v1.2.30
52622025-10-10T23:59:19.444Z Fresh parking_lot v0.12.3
52632025-10-10T23:59:19.445Z Fresh icu_properties_data v1.5.0
52642025-10-10T23:59:19.445Z Fresh utf8_iter v1.0.4
52652025-10-10T23:59:19.445Z Fresh utf16_iter v1.0.5
52662025-10-10T23:59:19.445Z Fresh icu_normalizer_data v1.5.0
52672025-10-10T23:59:19.445Z Fresh write16 v1.0.0
52682025-10-10T23:59:19.445Z Fresh icu_provider v1.5.0
52692025-10-10T23:59:19.445Z Fresh form_urlencoded v1.2.2
52702025-10-10T23:59:19.445Z Fresh subtle v2.6.1
52712025-10-10T23:59:19.445Z Fresh signal-hook-registry v1.4.2
52722025-10-10T23:59:19.445Z Fresh aho-corasick v1.1.3
52732025-10-10T23:59:19.445Z Fresh mio v1.0.2
52742025-10-10T23:59:19.445Z Fresh futures-core v0.3.31
52752025-10-10T23:59:19.445Z Fresh icu_locid_transform v1.5.0
52762025-10-10T23:59:19.445Z Fresh regex-automata v0.4.11
52772025-10-10T23:59:19.471Z Fresh heck v0.5.0
52782025-10-10T23:59:19.471Z Fresh hashbrown v0.16.0
52792025-10-10T23:59:19.471Z Fresh tokio-macros v2.5.0
52802025-10-10T23:59:19.471Z Fresh icu_properties v1.5.1
52812025-10-10T23:59:19.471Z Fresh typenum v1.17.0
52822025-10-10T23:59:19.471Z Fresh regex v1.11.3
52832025-10-10T23:59:19.471Z Fresh socket2 v0.6.0
52842025-10-10T23:59:19.471Z Fresh either v1.15.0
52852025-10-10T23:59:19.472Z Fresh indexmap v2.11.4
52862025-10-10T23:59:19.472Z Fresh icu_normalizer v1.5.0
52872025-10-10T23:59:19.472Z Fresh generic-array v0.14.7
52882025-10-10T23:59:19.472Z Fresh rustix v0.38.37
52892025-10-10T23:59:19.472Z Fresh tokio v1.47.0
52902025-10-10T23:59:19.472Z Fresh iana-time-zone v0.1.63
52912025-10-10T23:59:19.472Z Fresh spin v0.9.8
52922025-10-10T23:59:19.472Z Fresh thiserror-impl v2.0.17
52932025-10-10T23:59:19.472Z Fresh idna_adapter v1.2.0
52942025-10-10T23:59:19.472Z Fresh crypto-common v0.1.6
52952025-10-10T23:59:19.472Z Fresh chrono v0.4.42
52962025-10-10T23:59:19.472Z Fresh zerocopy-derive v0.7.35
52972025-10-10T23:59:19.472Z Fresh futures-io v0.3.31
52982025-10-10T23:59:19.472Z Fresh thiserror-impl v1.0.69
52992025-10-10T23:59:19.472Z Fresh idna v1.0.3
53002025-10-10T23:59:19.472Z Fresh thiserror v2.0.17
53012025-10-10T23:59:19.472Z Fresh zerocopy v0.7.35
53022025-10-10T23:59:19.472Z Fresh uuid v1.18.1
53032025-10-10T23:59:19.472Z Fresh lazy_static v1.5.0
53042025-10-10T23:59:19.472Z Fresh pkg-config v0.3.31
53052025-10-10T23:59:19.472Z Fresh url v2.5.4
53062025-10-10T23:59:19.472Z Fresh thiserror v1.0.69
53072025-10-10T23:59:19.472Z Fresh const-oid v0.9.6
53082025-10-10T23:59:19.472Z Fresh block-buffer v0.10.4
53092025-10-10T23:59:19.472Z Fresh pin-utils v0.1.0
53102025-10-10T23:59:19.472Z Fresh futures-sink v0.3.31
53112025-10-10T23:59:19.472Z Fresh serde_derive_internals v0.29.1
53122025-10-10T23:59:19.472Z Fresh slab v0.4.9
53132025-10-10T23:59:19.472Z Fresh digest v0.10.7
53142025-10-10T23:59:19.472Z Fresh dyn-clone v1.0.20
53152025-10-10T23:59:19.472Z Fresh futures-channel v0.3.31
53162025-10-10T23:59:19.472Z Fresh schemars_derive v0.8.22
53172025-10-10T23:59:19.472Z Fresh futures-macro v0.3.31
53182025-10-10T23:59:19.472Z Fresh futures-task v0.3.31
53192025-10-10T23:59:19.472Z Fresh futures-util v0.3.31
53202025-10-10T23:59:19.472Z Fresh foldhash v0.1.5
53212025-10-10T23:59:19.472Z Fresh cpufeatures v0.2.14
53222025-10-10T23:59:19.472Z Fresh strsim v0.11.1
53232025-10-10T23:59:19.473Z Fresh ppv-lite86 v0.2.20
53242025-10-10T23:59:19.473Z Fresh tracing-core v0.1.32
53252025-10-10T23:59:19.473Z Fresh schemars v0.8.22
53262025-10-10T23:59:19.473Z Fresh hashbrown v0.15.4
53272025-10-10T23:59:19.473Z Fresh tracing-attributes v0.1.27
53282025-10-10T23:59:19.473Z Fresh adler2 v2.0.0
53292025-10-10T23:59:19.473Z Fresh glob v0.3.2
53302025-10-10T23:59:19.473Z Fresh http v1.3.1
53312025-10-10T23:59:19.473Z Fresh syn v1.0.109
53322025-10-10T23:59:19.473Z Fresh tracing v0.1.40
53332025-10-10T23:59:19.473Z Fresh miniz_oxide v0.8.5
53342025-10-10T23:59:19.473Z Fresh minimal-lexical v0.2.1
53352025-10-10T23:59:19.473Z Fresh nom v7.1.3
53362025-10-10T23:59:19.473Z Fresh serde_tokenstream v0.2.2
53372025-10-10T23:59:19.473Z Fresh paste v1.0.15
53382025-10-10T23:59:19.473Z Fresh libloading v0.8.5
53392025-10-10T23:59:19.473Z Fresh gimli v0.31.1
53402025-10-10T23:59:19.473Z Fresh crossbeam-utils v0.8.21
53412025-10-10T23:59:19.473Z Fresh addr2line v0.24.2
53422025-10-10T23:59:19.473Z Fresh cexpr v0.6.0
53432025-10-10T23:59:19.473Z Fresh prettyplease v0.2.36
53442025-10-10T23:59:19.473Z Fresh clang-sys v1.8.1
53452025-10-10T23:59:19.473Z Fresh object v0.36.5
53462025-10-10T23:59:19.473Z Fresh num-conv v0.1.0
53472025-10-10T23:59:19.473Z Fresh home v0.5.9
53482025-10-10T23:59:19.473Z Fresh rustc-demangle v0.1.24
53492025-10-10T23:59:19.473Z Fresh powerfmt v0.2.0
53502025-10-10T23:59:19.473Z Fresh time-core v0.1.6
53512025-10-10T23:59:19.473Z Fresh num_threads v0.1.7
53522025-10-10T23:59:19.473Z Fresh vcpkg v0.2.15
53532025-10-10T23:59:19.473Z Fresh time-macros v0.2.24
53542025-10-10T23:59:19.473Z Fresh deranged v0.5.3
53552025-10-10T23:59:19.473Z Fresh backtrace v0.3.74
53562025-10-10T23:59:19.473Z Fresh block-padding v0.3.3
53572025-10-10T23:59:19.473Z Fresh itertools v0.12.1
53582025-10-10T23:59:19.473Z Fresh base64 v0.22.1
53592025-10-10T23:59:19.473Z Fresh anyhow v1.0.99
53602025-10-10T23:59:19.473Z Fresh time v0.3.43
53612025-10-10T23:59:19.473Z Fresh inout v0.1.3
53622025-10-10T23:59:19.473Z Fresh which v4.4.2
53632025-10-10T23:59:19.474Z Fresh tokio-util v0.7.15
53642025-10-10T23:59:19.474Z Fresh ipnet v2.11.0
53652025-10-10T23:59:19.474Z Fresh rustc-hash v1.1.0
53662025-10-10T23:59:19.474Z Fresh lazycell v1.3.0
53672025-10-10T23:59:19.474Z Fresh atomic-waker v1.1.2
53682025-10-10T23:59:19.474Z Fresh cipher v0.4.4
53692025-10-10T23:59:19.474Z Fresh cmake v0.1.51
53702025-10-10T23:59:19.474Z Fresh untrusted v0.9.0
53712025-10-10T23:59:19.474Z Fresh fs_extra v1.3.0
53722025-10-10T23:59:19.474Z Fresh dunce v1.0.5
53732025-10-10T23:59:19.474Z Fresh bindgen v0.69.5
53742025-10-10T23:59:19.474Z Fresh ring v0.17.14
53752025-10-10T23:59:19.474Z Fresh sha2 v0.10.9
53762025-10-10T23:59:19.474Z Fresh base64ct v1.6.0
53772025-10-10T23:59:19.500Z Fresh ident_case v1.0.1
53782025-10-10T23:59:19.500Z Fresh fastrand v2.1.1
53792025-10-10T23:59:19.500Z Fresh httparse v1.9.5
53802025-10-10T23:59:19.500Z Fresh hmac v0.12.1
53812025-10-10T23:59:19.500Z Fresh rustls-pki-types v1.10.0
53822025-10-10T23:59:19.500Z Fresh http-body v1.0.1
53832025-10-10T23:59:19.500Z Fresh rand_chacha v0.3.1
53842025-10-10T23:59:19.500Z Fresh rustversion v1.0.22
53852025-10-10T23:59:19.500Z Fresh utf8parse v0.2.2
53862025-10-10T23:59:19.500Z Fresh rand v0.8.5
53872025-10-10T23:59:19.500Z Fresh untrusted v0.7.1
53882025-10-10T23:59:19.500Z Fresh httpdate v1.0.3
53892025-10-10T23:59:19.500Z Fresh try-lock v0.2.5
53902025-10-10T23:59:19.500Z Fresh h2 v0.4.6
53912025-10-10T23:59:19.500Z Fresh aws-lc-sys v0.26.0
53922025-10-10T23:59:19.500Z Fresh want v0.3.1
53932025-10-10T23:59:19.500Z Fresh serde_spanned v0.6.9
53942025-10-10T23:59:19.500Z Fresh toml_datetime v0.6.11
53952025-10-10T23:59:19.500Z Fresh tower-service v0.3.3
53962025-10-10T23:59:19.500Z Fresh pem-rfc7468 v0.7.0
53972025-10-10T23:59:19.500Z Fresh aws-lc-rs v1.12.4
53982025-10-10T23:59:19.500Z Fresh hyper v1.7.0
53992025-10-10T23:59:19.500Z Fresh async-trait v0.1.89
54002025-10-10T23:59:19.500Z Fresh anstyle v1.0.11
54012025-10-10T23:59:19.500Z Fresh rand_core v0.9.3
54022025-10-10T23:59:19.501Z Fresh ucd-trie v0.1.7
54032025-10-10T23:59:19.501Z Fresh rustls-webpki v0.102.8
54042025-10-10T23:59:19.501Z Fresh mime v0.3.17
54052025-10-10T23:59:19.501Z Fresh pest v2.8.2
54062025-10-10T23:59:19.501Z Fresh hyper-util v0.1.17
54072025-10-10T23:59:19.501Z Fresh anstyle-parse v0.2.5
54082025-10-10T23:59:19.501Z Fresh der_derive v0.7.3
54092025-10-10T23:59:19.501Z Fresh slog v2.7.0
54102025-10-10T23:59:19.501Z Fresh is_terminal_polyfill v1.70.1
54112025-10-10T23:59:19.501Z Fresh colorchoice v1.0.2
54122025-10-10T23:59:19.501Z Fresh flagset v0.4.6
54132025-10-10T23:59:19.501Z Fresh anstyle-query v1.1.1
54142025-10-10T23:59:19.501Z Fresh pest_meta v2.8.2
54152025-10-10T23:59:19.501Z Fresh http-body-util v0.1.3
54162025-10-10T23:59:19.501Z Fresh anstream v0.6.18
54172025-10-10T23:59:19.501Z Fresh der v0.7.9
54182025-10-10T23:59:19.501Z Fresh camino v1.2.0
54192025-10-10T23:59:19.501Z Fresh pbkdf2 v0.12.2
54202025-10-10T23:59:19.501Z Fresh aes v0.8.4
54212025-10-10T23:59:19.501Z Fresh rustc_version v0.4.1
54222025-10-10T23:59:19.501Z Fresh plain v0.2.3
54232025-10-10T23:59:19.501Z Fresh spki v0.7.3
54242025-10-10T23:59:19.501Z Fresh pest_generator v2.8.2
54252025-10-10T23:59:19.501Z Fresh rand_chacha v0.9.0
54262025-10-10T23:59:19.501Z Fresh cbc v0.1.2
54272025-10-10T23:59:19.501Z Fresh salsa20 v0.10.2
54282025-10-10T23:59:19.501Z Fresh foreign-types-shared v0.1.1
54292025-10-10T23:59:19.501Z Fresh openssl-probe v0.1.5
54302025-10-10T23:59:19.501Z Fresh foreign-types v0.3.2
54312025-10-10T23:59:19.501Z Fresh rustix v1.0.7
54322025-10-10T23:59:19.501Z Fresh pest_derive v2.8.2
54332025-10-10T23:59:19.501Z Fresh rand v0.9.2
54342025-10-10T23:59:19.501Z Fresh scrypt v0.11.0
54352025-10-10T23:59:19.501Z Fresh openssl-sys v0.9.109
54362025-10-10T23:59:19.501Z Fresh terminal_size v0.4.0
54372025-10-10T23:59:19.501Z Fresh serde_urlencoded v0.7.1
54382025-10-10T23:59:19.501Z Fresh zerocopy-derive v0.8.27
54392025-10-10T23:59:19.501Z Fresh openssl-macros v0.1.1
54402025-10-10T23:59:19.501Z Fresh encoding_rs v0.8.34
54412025-10-10T23:59:19.502Z Fresh pretty-hex v0.4.1
54422025-10-10T23:59:19.502Z Fresh openssl v0.10.73
54432025-10-10T23:59:19.502Z Fresh zerocopy v0.8.27
54442025-10-10T23:59:19.502Z Fresh pkcs5 v0.7.1
54452025-10-10T23:59:19.502Z Fresh darling_core v0.20.10
54462025-10-10T23:59:19.502Z Fresh openapiv3 v2.2.0
54472025-10-10T23:59:19.502Z Fresh clap_lex v0.7.4
54482025-10-10T23:59:19.502Z Fresh darling_macro v0.20.10
54492025-10-10T23:59:19.502Z Fresh pkcs8 v0.10.2
54502025-10-10T23:59:19.502Z Fresh clap_builder v4.5.48
54512025-10-10T23:59:19.502Z Fresh rustls v0.23.19
54522025-10-10T23:59:19.502Z Fresh tempfile v3.20.0
54532025-10-10T23:59:19.502Z Fresh clap_derive v4.5.47
54542025-10-10T23:59:19.502Z Fresh litrs v0.4.1
54552025-10-10T23:59:19.502Z Fresh darling v0.20.10
54562025-10-10T23:59:19.502Z Fresh clap v4.5.48
54572025-10-10T23:59:19.502Z Fresh tokio-rustls v0.26.0
54582025-10-10T23:59:19.502Z Fresh sync_wrapper v1.0.1
54592025-10-10T23:59:19.502Z Fresh psl-types v2.0.11
54602025-10-10T23:59:19.502Z Fresh native-tls v0.2.12
54612025-10-10T23:59:19.502Z Fresh document-features v0.2.11
54622025-10-10T23:59:19.502Z Fresh winnow v0.7.13
54632025-10-10T23:59:19.502Z Fresh tower-layer v0.3.3
54642025-10-10T23:59:19.502Z Fresh cookie v0.18.1
54652025-10-10T23:59:19.502Z Fresh publicsuffix v2.3.0
54662025-10-10T23:59:19.502Z Fresh rustls-native-certs v0.8.1
54672025-10-10T23:59:19.502Z Fresh webpki-roots v1.0.1
54682025-10-10T23:59:19.502Z Fresh tokio-native-tls v0.3.1
54692025-10-10T23:59:19.502Z Fresh tower v0.5.2
54702025-10-10T23:59:19.502Z Fresh ipnetwork v0.21.1
54712025-10-10T23:59:19.502Z Fresh scroll_derive v0.12.0
54722025-10-10T23:59:19.502Z Fresh unicode-segmentation v1.12.0
54732025-10-10T23:59:19.502Z Fresh iri-string v0.7.8
54742025-10-10T23:59:19.502Z Fresh hyper-rustls v0.27.7
54752025-10-10T23:59:19.502Z Fresh cookie_store v0.21.1
54762025-10-10T23:59:19.502Z Fresh tower-http v0.6.6
54772025-10-10T23:59:19.528Z Fresh scroll v0.12.0
54782025-10-10T23:59:19.528Z Fresh hyper-tls v0.6.0
54792025-10-10T23:59:19.528Z Fresh data-encoding v2.9.0
54802025-10-10T23:59:19.528Z Fresh winnow v0.5.40
54812025-10-10T23:59:19.529Z Fresh tinyvec_macros v0.1.1
54822025-10-10T23:59:19.529Z Fresh dtrace-parser v0.2.0
54832025-10-10T23:59:19.529Z Fresh goblin v0.8.2
54842025-10-10T23:59:19.529Z Fresh reqwest v0.12.22
54852025-10-10T23:59:19.529Z Fresh toml_edit v0.19.15
54862025-10-10T23:59:19.529Z Fresh tinyvec v1.8.0
54872025-10-10T23:59:19.529Z Fresh signature v2.2.0
54882025-10-10T23:59:19.529Z Fresh thread-id v4.2.2
54892025-10-10T23:59:19.529Z Fresh quick-error v1.2.3
54902025-10-10T23:59:19.529Z Fresh dof v0.3.0
54912025-10-10T23:59:19.529Z Fresh sha1 v0.10.6
54922025-10-10T23:59:19.529Z Fresh bit-vec v0.8.0
54932025-10-10T23:59:19.529Z Fresh bstr v1.10.0
54942025-10-10T23:59:19.529Z Fresh num-integer v0.1.46
54952025-10-10T23:59:19.529Z Fresh memmap v0.7.0
54962025-10-10T23:59:19.529Z Fresh wait-timeout v0.2.0
54972025-10-10T23:59:19.529Z Fresh crc32fast v1.4.2
54982025-10-10T23:59:19.529Z Fresh usdt-impl v0.5.0
54992025-10-10T23:59:19.529Z Fresh bit-set v0.8.0
55002025-10-10T23:59:19.529Z Fresh toml_write v0.1.2
55012025-10-10T23:59:19.529Z Fresh static_assertions v1.1.0
55022025-10-10T23:59:19.529Z Fresh heck v0.4.1
55032025-10-10T23:59:19.529Z Fresh oxnet v0.1.3
55042025-10-10T23:59:19.529Z Fresh crossbeam-epoch v0.9.18
55052025-10-10T23:59:19.529Z Fresh itertools v0.13.0
55062025-10-10T23:59:19.529Z Fresh usdt-macro v0.5.0
55072025-10-10T23:59:19.529Z Fresh usdt-attr-macro v0.5.0
55082025-10-10T23:59:19.529Z Fresh toml_edit v0.22.27
55092025-10-10T23:59:19.529Z Fresh base16ct v0.2.0
55102025-10-10T23:59:19.529Z Fresh rusty-fork v0.3.0
55112025-10-10T23:59:19.529Z Fresh rand_xorshift v0.4.0
55122025-10-10T23:59:19.529Z Fresh hubpack_derive v0.1.1
55132025-10-10T23:59:19.529Z Fresh ff v0.13.0
55142025-10-10T23:59:19.529Z Fresh usdt v0.5.0
55152025-10-10T23:59:19.529Z Fresh sec1 v0.7.3
55162025-10-10T23:59:19.529Z Fresh zlib-rs v0.5.1
55172025-10-10T23:59:19.529Z Fresh unarray v0.1.4
55182025-10-10T23:59:19.529Z Fresh hubpack v0.1.2
55192025-10-10T23:59:19.529Z Fresh group v0.13.0
55202025-10-10T23:59:19.530Z Fresh num-iter v0.1.45
55212025-10-10T23:59:19.530Z Fresh strum_macros v0.26.4
55222025-10-10T23:59:19.530Z Fresh proptest v1.7.0
55232025-10-10T23:59:19.530Z Fresh libz-rs-sys v0.5.1
55242025-10-10T23:59:19.530Z Fresh hkdf v0.12.4
55252025-10-10T23:59:19.530Z Fresh crypto-bigint v0.5.5
55262025-10-10T23:59:19.530Z Fresh bitflags v1.3.2
55272025-10-10T23:59:19.530Z Fresh strum v0.26.3
55282025-10-10T23:59:19.530Z Fresh flate2 v1.1.2
55292025-10-10T23:59:19.530Z Fresh elliptic-curve v0.13.8
55302025-10-10T23:59:19.530Z Fresh derive_builder_core v0.20.2
55312025-10-10T23:59:19.530Z Fresh siphasher v0.3.11
55322025-10-10T23:59:19.530Z Fresh newtype-uuid v1.3.1
55332025-10-10T23:59:19.530Z Fresh derive_builder_macro v0.20.2
55342025-10-10T23:59:19.530Z Fresh bzip2-sys v0.1.13+1.0.8
55352025-10-10T23:59:19.530Z Fresh phf_shared v0.11.2
55362025-10-10T23:59:19.530Z Fresh num-bigint-dig v0.8.4
55372025-10-10T23:59:19.530Z Fresh pkcs1 v0.7.5
55382025-10-10T23:59:19.530Z Fresh daft-derive v0.1.4
55392025-10-10T23:59:19.530Z Fresh cfg_aliases v0.2.1
55402025-10-10T23:59:19.530Z Fresh derive_builder v0.20.2
55412025-10-10T23:59:19.530Z Fresh signal-hook v0.3.18
55422025-10-10T23:59:19.530Z Fresh daft v0.1.4
55432025-10-10T23:59:19.530Z Fresh rsa v0.9.6
55442025-10-10T23:59:19.530Z Fresh toml v0.7.8
55452025-10-10T23:59:19.530Z Fresh unicode-normalization v0.1.24
55462025-10-10T23:59:19.530Z Fresh rfc6979 v0.4.0
55472025-10-10T23:59:19.530Z Fresh enum-as-inner v0.6.1
55482025-10-10T23:59:19.530Z Fresh curve25519-dalek-derive v0.1.1
55492025-10-10T23:59:19.530Z Fresh scroll_derive v0.13.1
55502025-10-10T23:59:19.530Z Fresh env_filter v0.1.2
55512025-10-10T23:59:19.530Z Fresh managed v0.8.0
55522025-10-10T23:59:19.530Z Fresh ecdsa v0.16.9
55532025-10-10T23:59:19.530Z Fresh ahash v0.8.12
55542025-10-10T23:59:19.530Z Fresh curve25519-dalek v4.1.3
55552025-10-10T23:59:19.530Z Fresh scroll v0.13.0
55562025-10-10T23:59:19.530Z Fresh env_logger v0.11.5
55572025-10-10T23:59:19.530Z Fresh memoffset v0.9.1
55582025-10-10T23:59:19.530Z Fresh x509-cert v0.2.5
55592025-10-10T23:59:19.530Z Fresh itertools v0.10.5
55602025-10-10T23:59:19.531Z Fresh cargo-platform v0.1.8
55612025-10-10T23:59:19.531Z Fresh new_debug_unreachable v1.0.6
55622025-10-10T23:59:19.531Z Fresh fixedbitset v0.4.2
55632025-10-10T23:59:19.531Z Fresh precomputed-hash v0.1.1
55642025-10-10T23:59:19.531Z Fresh cargo_metadata v0.19.2
55652025-10-10T23:59:19.531Z Fresh goblin v0.10.2
55662025-10-10T23:59:19.531Z Fresh string_cache v0.8.9
55672025-10-10T23:59:19.531Z Fresh petgraph v0.6.5
55682025-10-10T23:59:19.531Z Fresh vergen-lib v0.1.6
55692025-10-10T23:59:19.531Z Fresh zstd-sys v2.0.14+zstd.1.5.7
55702025-10-10T23:59:19.531Z Fresh signal-hook-mio v0.2.4
55712025-10-10T23:59:19.531Z Fresh ed25519 v2.2.3
55722025-10-10T23:59:19.531Z Fresh ref-cast-impl v1.0.24
55732025-10-10T23:59:19.531Z Fresh rustc-hash v2.1.1
55742025-10-10T23:59:19.531Z Fresh ed25519-dalek v2.1.1
55752025-10-10T23:59:19.531Z Fresh zstd-safe v7.2.3
55762025-10-10T23:59:19.531Z Fresh vergen v9.0.6
55772025-10-10T23:59:19.557Z Fresh dof v0.4.0
55782025-10-10T23:59:19.557Z Fresh bzip2 v0.4.4
55792025-10-10T23:59:19.557Z Fresh ref-cast v1.0.24
55802025-10-10T23:59:19.557Z Fresh dtrace-parser v0.3.0
55812025-10-10T23:59:19.557Z Fresh thread-id v5.0.0
55822025-10-10T23:59:19.557Z Fresh lockfree-object-pool v0.1.6
55832025-10-10T23:59:19.557Z Fresh simd-adler32 v0.3.7
55842025-10-10T23:59:19.557Z Fresh lalrpop-util v0.19.12
55852025-10-10T23:59:19.557Z Fresh bumpalo v3.16.0
55862025-10-10T23:59:19.557Z Fresh usdt-impl v0.6.0
55872025-10-10T23:59:19.557Z Fresh zstd v0.13.3
55882025-10-10T23:59:19.557Z Fresh zip v0.6.6
55892025-10-10T23:59:19.557Z Fresh crossterm v0.28.1
55902025-10-10T23:59:19.557Z Fresh bzip2 v0.5.2
55912025-10-10T23:59:19.557Z Fresh zopfli v0.8.1
55922025-10-10T23:59:19.557Z Fresh similar v2.7.0
55932025-10-10T23:59:19.557Z Fresh hash32 v0.2.1
55942025-10-10T23:59:19.558Z Fresh socket2 v0.5.10
55952025-10-10T23:59:19.558Z Fresh winnow v0.6.26
55962025-10-10T23:59:19.558Z Fresh unicode-bidi v0.3.17
55972025-10-10T23:59:19.558Z Fresh predicates-core v1.0.8
55982025-10-10T23:59:19.558Z Fresh unicode-properties v0.1.3
55992025-10-10T23:59:19.558Z Fresh heapless v0.7.17
56002025-10-10T23:59:19.558Z Fresh zip v4.2.0
56012025-10-10T23:59:19.558Z Fresh hickory-proto v0.25.2
56022025-10-10T23:59:19.558Z Fresh stringprep v0.1.5
56032025-10-10T23:59:19.558Z Fresh tokio-stream v0.1.17
56042025-10-10T23:59:19.558Z Fresh md-5 v0.10.6
56052025-10-10T23:59:19.558Z Fresh strum_macros v0.27.2
56062025-10-10T23:59:19.558Z Fresh float-cmp v0.10.0
56072025-10-10T23:59:19.558Z Fresh difflib v0.4.0
56082025-10-10T23:59:19.558Z Fresh fallible-iterator v0.2.0
56092025-10-10T23:59:19.558Z Fresh normalize-line-endings v0.3.0
56102025-10-10T23:59:19.558Z Fresh buf-list v1.0.3
56112025-10-10T23:59:19.558Z Fresh smoltcp v0.9.1
56122025-10-10T23:59:19.558Z Fresh strum v0.27.2
56132025-10-10T23:59:19.558Z Fresh nix v0.29.0
56142025-10-10T23:59:19.558Z Fresh fs-err v3.1.1
56152025-10-10T23:59:19.558Z Fresh serde-big-array v0.5.1
56162025-10-10T23:59:19.558Z Fresh postgres-protocol v0.6.8
56172025-10-10T23:59:19.558Z Fresh predicates v3.1.3
56182025-10-10T23:59:19.558Z Fresh serde_repr v0.1.19
56192025-10-10T23:59:19.558Z Fresh peg-runtime v0.8.5
56202025-10-10T23:59:19.558Z Fresh foldhash v0.2.0
56212025-10-10T23:59:19.558Z Fresh phf v0.11.2
56222025-10-10T23:59:19.558Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
56232025-10-10T23:59:19.558Z Fresh whoami v1.5.2
56242025-10-10T23:59:19.558Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
56252025-10-10T23:59:19.558Z Fresh iddqd v0.3.13
56262025-10-10T23:59:19.558Z Fresh postgres-types v0.2.9
56272025-10-10T23:59:19.558Z Fresh futures-executor v0.3.31
56282025-10-10T23:59:19.558Z Fresh regress v0.10.4
56292025-10-10T23:59:19.558Z Fresh crossbeam-channel v0.5.15
56302025-10-10T23:59:19.558Z Fresh is-terminal v0.4.13
56312025-10-10T23:59:19.558Z Fresh unsafe-libyaml v0.2.11
56322025-10-10T23:59:19.558Z Fresh tokio-postgres v0.7.13
56332025-10-10T23:59:19.558Z Fresh futures v0.3.31
56342025-10-10T23:59:19.559Z Fresh typify-impl v0.4.3
56352025-10-10T23:59:19.559Z Fresh serde_yaml v0.9.34+deprecated
56362025-10-10T23:59:19.559Z Fresh thread_local v1.1.8
56372025-10-10T23:59:19.559Z Fresh term v1.1.0
56382025-10-10T23:59:19.559Z Fresh take_mut v0.2.2
56392025-10-10T23:59:19.559Z Fresh typify-macro v0.4.3
56402025-10-10T23:59:19.559Z Fresh slog-term v2.9.2
56412025-10-10T23:59:19.559Z Fresh match_cfg v0.1.0
56422025-10-10T23:59:19.559Z Fresh debug-ignore v1.0.5
56432025-10-10T23:59:19.559Z Fresh hex v0.4.3
56442025-10-10T23:59:19.559Z Fresh structmeta-derive v0.3.0
56452025-10-10T23:59:19.559Z Fresh typify v0.4.3
56462025-10-10T23:59:19.559Z Fresh slog-async v2.8.0
56472025-10-10T23:59:19.559Z Fresh hostname v0.3.1
56482025-10-10T23:59:19.559Z Fresh structmeta v0.3.0
56492025-10-10T23:59:19.559Z Fresh progenitor-client v0.10.0
56502025-10-10T23:59:19.559Z Fresh toml_parser v1.0.2
56512025-10-10T23:59:19.559Z Fresh serde_path_to_error v0.1.17
56522025-10-10T23:59:19.559Z Fresh toml_datetime v0.7.0
56532025-10-10T23:59:19.559Z Fresh serde_spanned v1.0.0
56542025-10-10T23:59:19.559Z Fresh toml_writer v1.0.2
56552025-10-10T23:59:19.559Z Fresh slog-json v2.6.1
56562025-10-10T23:59:19.559Z Fresh rustls v0.22.4
56572025-10-10T23:59:19.559Z Fresh toml v0.9.5
56582025-10-10T23:59:19.559Z Fresh async-stream-impl v0.3.6
56592025-10-10T23:59:19.559Z Fresh slog-bunyan v2.5.0
56602025-10-10T23:59:19.559Z Fresh rustls-pemfile v2.2.0
56612025-10-10T23:59:19.559Z Fresh waitgroup v0.1.2
56622025-10-10T23:59:19.559Z Fresh tokio-rustls v0.25.0
56632025-10-10T23:59:19.559Z Fresh async-stream v0.3.6
56642025-10-10T23:59:19.559Z Fresh multer v3.1.0
56652025-10-10T23:59:19.559Z Fresh dropshot_endpoint v0.16.4
56662025-10-10T23:59:19.559Z Fresh hostname v0.4.0
56672025-10-10T23:59:19.559Z Fresh derive-ex v0.1.8
56682025-10-10T23:59:19.559Z Fresh newtype-uuid-macros v0.1.0
56692025-10-10T23:59:19.559Z Fresh dropshot v0.16.4
56702025-10-10T23:59:19.559Z Fresh test-strategy v0.4.3
56712025-10-10T23:59:19.559Z Fresh serde_with_macros v3.14.0
56722025-10-10T23:59:19.559Z Fresh macaddr v1.0.1
56732025-10-10T23:59:19.559Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
56742025-10-10T23:59:19.560Z Fresh instant v0.1.13
56752025-10-10T23:59:19.560Z Fresh progenitor-impl v0.11.2
56762025-10-10T23:59:19.560Z Fresh serde_with v3.14.0
56772025-10-10T23:59:19.587Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
56782025-10-10T23:59:19.587Z Fresh derive-where v1.5.0
56792025-10-10T23:59:19.587Z Fresh progenitor-macro v0.11.2
56802025-10-10T23:59:19.587Z Fresh parse-display-derive v0.10.0
56812025-10-10T23:59:19.587Z Fresh progenitor-client v0.11.2
56822025-10-10T23:59:19.587Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
56832025-10-10T23:59:19.587Z Fresh backoff v0.4.0
56842025-10-10T23:59:19.587Z Fresh parse-display v0.10.0
56852025-10-10T23:59:19.587Z Fresh progenitor v0.11.2
56862025-10-10T23:59:19.588Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
56872025-10-10T23:59:19.588Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
56882025-10-10T23:59:19.588Z Fresh itertools v0.14.0
56892025-10-10T23:59:19.588Z Fresh toml v0.8.23
56902025-10-10T23:59:19.588Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
56912025-10-10T23:59:19.588Z Fresh camino-tempfile v1.4.1
56922025-10-10T23:59:19.588Z Fresh unicode-width v0.1.14
56932025-10-10T23:59:19.588Z Fresh unicode-width v0.2.0
56942025-10-10T23:59:19.588Z Fresh crossbeam-deque v0.8.5
56952025-10-10T23:59:19.588Z Fresh progenitor-impl v0.10.0
56962025-10-10T23:59:19.588Z Fresh progenitor-macro v0.10.0
56972025-10-10T23:59:19.588Z Fresh darling_core v0.21.0
56982025-10-10T23:59:19.588Z Fresh proc-macro-crate v1.3.1
56992025-10-10T23:59:19.588Z Fresh rayon-core v1.12.1
57002025-10-10T23:59:19.588Z Fresh proc-macro-error-attr v1.0.4
57012025-10-10T23:59:19.588Z Fresh progenitor v0.10.0
57022025-10-10T23:59:19.588Z Fresh darling_macro v0.21.0
57032025-10-10T23:59:19.588Z Fresh num_enum_derive v0.5.11
57042025-10-10T23:59:19.588Z Fresh proc-macro-error v1.0.4
57052025-10-10T23:59:19.588Z Fresh rayon v1.10.0
57062025-10-10T23:59:19.588Z Fresh crucible-workspace-hack v0.1.0
57072025-10-10T23:59:19.588Z Fresh darling v0.21.0
57082025-10-10T23:59:19.588Z Fresh num_enum v0.5.11
57092025-10-10T23:59:19.588Z Fresh hash32 v0.3.1
57102025-10-10T23:59:19.588Z Fresh ingot-macros v0.1.1
57112025-10-10T23:59:19.588Z Fresh tabwriter v1.4.0
57122025-10-10T23:59:19.588Z Fresh foreign-types-macros v0.2.3
57132025-10-10T23:59:19.588Z Fresh cobs v0.2.3
57142025-10-10T23:59:19.588Z Fresh foreign-types-shared v0.3.1
57152025-10-10T23:59:19.588Z Fresh ingot-types v0.1.2
57162025-10-10T23:59:19.588Z Fresh heapless v0.8.0
57172025-10-10T23:59:19.588Z Fresh foreign-types v0.5.0
57182025-10-10T23:59:19.588Z Fresh postcard v1.0.10
57192025-10-10T23:59:19.588Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57202025-10-10T23:59:19.588Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
57212025-10-10T23:59:19.588Z Fresh smoltcp v0.11.0
57222025-10-10T23:59:19.588Z Fresh ingot v0.1.1
57232025-10-10T23:59:19.588Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57242025-10-10T23:59:19.589Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57252025-10-10T23:59:19.589Z Fresh cstr-argument v0.1.2
57262025-10-10T23:59:19.589Z Fresh pretty-hex v0.2.1
57272025-10-10T23:59:19.589Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57282025-10-10T23:59:19.589Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57292025-10-10T23:59:19.589Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57302025-10-10T23:59:19.589Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
57312025-10-10T23:59:19.589Z Fresh colored v2.2.0
57322025-10-10T23:59:19.589Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57332025-10-10T23:59:19.589Z Fresh sigpipe v0.1.3
57342025-10-10T23:59:19.589Z Fresh jiff v0.2.15
57352025-10-10T23:59:19.589Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
57362025-10-10T23:59:19.589Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57372025-10-10T23:59:19.589Z Fresh zone_cfg_derive v0.3.0
57382025-10-10T23:59:19.589Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
57392025-10-10T23:59:19.589Z Fresh smf v0.2.3
57402025-10-10T23:59:19.589Z Fresh num-derive v0.4.2
57412025-10-10T23:59:19.589Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57422025-10-10T23:59:19.589Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
57432025-10-10T23:59:19.589Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
57442025-10-10T23:59:19.589Z Fresh zone v0.3.1
57452025-10-10T23:59:19.589Z Fresh convert_case v0.4.0
57462025-10-10T23:59:19.589Z Fresh indent_write v2.2.0
57472025-10-10T23:59:19.589Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57482025-10-10T23:59:19.589Z Fresh derive_more v0.99.20
57492025-10-10T23:59:19.589Z Fresh num-rational v0.4.2
57502025-10-10T23:59:19.589Z Fresh num-complex v0.4.6
57512025-10-10T23:59:19.589Z Fresh float-ord v0.3.2
57522025-10-10T23:59:19.589Z Fresh secrecy v0.10.3
57532025-10-10T23:59:19.589Z Fresh swrite v0.1.0
57542025-10-10T23:59:19.589Z Fresh num v0.4.3
57552025-10-10T23:59:19.589Z Fresh console v0.15.10
57562025-10-10T23:59:19.589Z Fresh password-hash v0.5.0
57572025-10-10T23:59:19.589Z Fresh blake2 v0.10.6
57582025-10-10T23:59:19.589Z Fresh atomicwrites v0.4.4
57592025-10-10T23:59:19.589Z Fresh newline-converter v0.3.0
57602025-10-10T23:59:19.589Z Fresh argon2 v0.5.3
57612025-10-10T23:59:19.589Z Fresh bytecount v0.6.8
57622025-10-10T23:59:19.589Z Fresh expectorate v1.2.0
57632025-10-10T23:59:19.589Z Fresh fixedbitset v0.5.7
57642025-10-10T23:59:19.590Z Fresh tokio-dtrace v0.1.0
57652025-10-10T23:59:19.590Z Fresh base64 v0.21.7
57662025-10-10T23:59:19.590Z Fresh petgraph v0.8.2
57672025-10-10T23:59:19.590Z Fresh oxide-tokio-rt v0.1.2
57682025-10-10T23:59:19.590Z Fresh libsw-core v0.3.1
57692025-10-10T23:59:19.590Z Fresh linear-map v1.2.0
57702025-10-10T23:59:19.590Z Fresh same-file v1.0.6
57712025-10-10T23:59:19.590Z Fresh owo-colors v4.2.2
57722025-10-10T23:59:19.590Z Fresh libsw v3.5.0
57732025-10-10T23:59:19.590Z Fresh unicode-xid v0.2.6
57742025-10-10T23:59:19.590Z Fresh walkdir v2.5.0
57752025-10-10T23:59:19.590Z Fresh cancel-safe-futures v0.1.5
57762025-10-10T23:59:19.590Z Fresh resolv-conf v0.7.0
57772025-10-10T23:59:19.616Z Fresh utf-8 v0.7.6
57782025-10-10T23:59:19.616Z Fresh convert_case v0.7.1
57792025-10-10T23:59:19.616Z Fresh gethostname v0.5.0
57802025-10-10T23:59:19.616Z Fresh derive_more-impl v2.0.1
57812025-10-10T23:59:19.616Z Fresh globset v0.4.15
57822025-10-10T23:59:19.616Z Fresh async-recursion v1.1.1
57832025-10-10T23:59:19.616Z Fresh vte_generate_state_changes v0.1.2
57842025-10-10T23:59:19.616Z Fresh termtree v0.5.1
57852025-10-10T23:59:19.616Z Fresh derive_more v2.0.1
57862025-10-10T23:59:19.616Z Fresh slog-dtrace v0.3.0
57872025-10-10T23:59:19.616Z Fresh vte v0.11.1
57882025-10-10T23:59:19.616Z Fresh fd-lock v4.0.2
57892025-10-10T23:59:19.616Z Fresh linked-hash-map v0.5.6
57902025-10-10T23:59:19.616Z Fresh tungstenite v0.21.0
57912025-10-10T23:59:19.617Z Fresh hickory-proto v0.24.4
57922025-10-10T23:59:19.617Z Fresh crossterm v0.29.0
57932025-10-10T23:59:19.617Z Fresh lru-cache v0.1.2
57942025-10-10T23:59:19.617Z Fresh strip-ansi-escapes v0.2.0
57952025-10-10T23:59:19.617Z Fresh nibble_vec v0.1.0
57962025-10-10T23:59:19.617Z Fresh endian-type v0.1.2
57972025-10-10T23:59:19.617Z Fresh nu-ansi-term v0.50.1
57982025-10-10T23:59:19.617Z Fresh display-error-chain v0.2.2
57992025-10-10T23:59:19.617Z Fresh reedline v0.40.0
58002025-10-10T23:59:19.617Z Fresh radix_trie v0.2.1
58012025-10-10T23:59:19.617Z Fresh tokio-tungstenite v0.21.0
58022025-10-10T23:59:19.617Z Fresh pin-project-internal v1.1.6
58032025-10-10T23:59:19.617Z Fresh smawk v0.3.2
58042025-10-10T23:59:19.617Z Fresh unicode-linebreak v0.1.5
58052025-10-10T23:59:19.617Z Fresh textwrap v0.16.2
58062025-10-10T23:59:19.617Z Fresh pin-project v1.1.6
58072025-10-10T23:59:19.617Z Fresh hickory-resolver v0.24.4
58082025-10-10T23:59:19.617Z Fresh pem v3.0.5
58092025-10-10T23:59:19.617Z Fresh snafu-derive v0.8.5
58102025-10-10T23:59:19.617Z Fresh humantime v2.2.0
58112025-10-10T23:59:19.617Z Fresh qorb v0.4.1
58122025-10-10T23:59:19.617Z Fresh cfg_aliases v0.1.1
58132025-10-10T23:59:19.617Z Fresh snafu v0.8.5
58142025-10-10T23:59:19.617Z Fresh olpc-cjson v0.1.4
58152025-10-10T23:59:19.617Z Fresh bcs v0.1.6
58162025-10-10T23:59:19.617Z Fresh serde_plain v1.0.2
58172025-10-10T23:59:19.617Z Fresh typed-path v0.9.3
58182025-10-10T23:59:19.617Z Fresh siphasher v1.0.1
58192025-10-10T23:59:19.617Z Fresh phf_shared v0.12.1
58202025-10-10T23:59:19.617Z Fresh tough v0.20.0
58212025-10-10T23:59:19.617Z Fresh papergrid v0.11.0
58222025-10-10T23:59:19.617Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
58232025-10-10T23:59:19.617Z Fresh tabled_derive v0.7.0
58242025-10-10T23:59:19.617Z Fresh csv-core v0.1.11
58252025-10-10T23:59:19.617Z Fresh semver v0.1.20
58262025-10-10T23:59:19.617Z Fresh highway v1.3.0
58272025-10-10T23:59:19.617Z Fresh tabled v0.15.0
58282025-10-10T23:59:19.617Z Fresh phf v0.12.1
58292025-10-10T23:59:19.617Z Fresh csv v1.3.1
58302025-10-10T23:59:19.618Z Fresh const_format_proc_macros v0.2.34
58312025-10-10T23:59:19.618Z Fresh nix v0.28.0
58322025-10-10T23:59:19.618Z Fresh rustc_version v0.1.7
58332025-10-10T23:59:19.618Z Fresh peg-macros v0.8.5
58342025-10-10T23:59:19.618Z Fresh sqlparser_derive v0.2.2
58352025-10-10T23:59:19.618Z Fresh unicode_categories v0.1.1
58362025-10-10T23:59:19.618Z Fresh chrono-tz v0.10.4
58372025-10-10T23:59:19.618Z Fresh rustyline v14.0.0
58382025-10-10T23:59:19.618Z Fresh peg v0.8.5
58392025-10-10T23:59:19.618Z Fresh sqlformat v0.3.5
58402025-10-10T23:59:19.618Z Fresh sqlparser v0.45.0
58412025-10-10T23:59:19.618Z Fresh const_format v0.2.34
58422025-10-10T23:59:19.618Z Fresh arc-swap v1.7.1
58432025-10-10T23:59:19.618Z Fresh xattr v1.3.1
58442025-10-10T23:59:19.618Z Fresh filetime v0.2.25
58452025-10-10T23:59:19.618Z Fresh half v2.4.1
58462025-10-10T23:59:19.618Z Fresh newtype_derive v0.1.6
58472025-10-10T23:59:19.618Z Fresh slog-scope v4.4.0
58482025-10-10T23:59:19.618Z Fresh tar v0.4.44
58492025-10-10T23:59:19.618Z Fresh ciborium-io v0.2.2
58502025-10-10T23:59:19.618Z Fresh keccak v0.1.5
58512025-10-10T23:59:19.618Z Fresh universal-hash v0.5.1
58522025-10-10T23:59:19.618Z Fresh steno v0.4.1
58532025-10-10T23:59:19.618Z Fresh slog-stdlog v4.1.1
58542025-10-10T23:59:19.618Z Fresh ciborium-ll v0.2.2
58552025-10-10T23:59:19.618Z Fresh sha3 v0.10.8
58562025-10-10T23:59:19.618Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
58572025-10-10T23:59:19.618Z Fresh opaque-debug v0.3.1
58582025-10-10T23:59:19.618Z Fresh typify-impl v0.2.0
58592025-10-10T23:59:19.618Z Fresh subprocess v0.2.9
58602025-10-10T23:59:19.618Z Fresh slog-envlogger v2.2.0
58612025-10-10T23:59:19.618Z Fresh ciborium v0.2.2
58622025-10-10T23:59:19.618Z Fresh typify-macro v0.2.0
58632025-10-10T23:59:19.618Z Fresh headers-core v0.3.0
58642025-10-10T23:59:19.618Z Fresh aead v0.5.2
58652025-10-10T23:59:19.618Z Fresh poly1305 v0.8.0
58662025-10-10T23:59:19.618Z Fresh chacha20 v0.9.1
58672025-10-10T23:59:19.618Z Fresh headers v0.4.1
58682025-10-10T23:59:19.618Z Fresh typify v0.2.0
58692025-10-10T23:59:19.618Z Fresh progenitor-client v0.8.0
58702025-10-10T23:59:19.619Z Fresh heck v0.3.3
58712025-10-10T23:59:19.619Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
58722025-10-10T23:59:19.619Z Fresh yasna v0.5.2
58732025-10-10T23:59:19.619Z Fresh progenitor-impl v0.8.0
58742025-10-10T23:59:19.619Z Fresh zone_cfg_derive v0.1.2
58752025-10-10T23:59:19.619Z Fresh base64 v0.13.1
58762025-10-10T23:59:19.619Z Fresh number_prefix v0.4.0
58772025-10-10T23:59:19.648Z Fresh rcgen v0.12.1
58782025-10-10T23:59:19.648Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
58792025-10-10T23:59:19.648Z Fresh thiserror-impl-no-std v2.0.2
58802025-10-10T23:59:19.648Z Fresh progenitor-macro v0.8.0
58812025-10-10T23:59:19.648Z Fresh lzma-sys v0.1.20
58822025-10-10T23:59:19.648Z Fresh indicatif v0.17.11
58832025-10-10T23:59:19.648Z Fresh zone v0.1.8
58842025-10-10T23:59:19.648Z Fresh ron v0.7.1
58852025-10-10T23:59:19.648Z Fresh thiserror-no-std v2.0.2
58862025-10-10T23:59:19.648Z Fresh chacha20poly1305 v0.10.1
58872025-10-10T23:59:19.648Z Fresh progenitor v0.8.0
58882025-10-10T23:59:19.648Z Fresh xz2 v0.1.7
58892025-10-10T23:59:19.648Z Fresh vsss-rs v3.3.4
58902025-10-10T23:59:19.648Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
58912025-10-10T23:59:19.648Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
58922025-10-10T23:59:19.648Z Fresh tagptr v0.2.0
58932025-10-10T23:59:19.648Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
58942025-10-10T23:59:19.648Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
58952025-10-10T23:59:19.648Z Fresh dropshot-api-manager-types v0.2.2
58962025-10-10T23:59:19.648Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
58972025-10-10T23:59:19.648Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
58982025-10-10T23:59:19.649Z Fresh moka v0.12.10
58992025-10-10T23:59:19.649Z Fresh bitfield-struct v0.6.2
59002025-10-10T23:59:19.649Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59012025-10-10T23:59:19.649Z Fresh hickory-resolver v0.25.2
59022025-10-10T23:59:19.649Z Fresh nix v0.30.1
59032025-10-10T23:59:19.649Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59042025-10-10T23:59:19.649Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59052025-10-10T23:59:19.649Z Fresh libefi-sys v0.1.0
59062025-10-10T23:59:19.649Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
59072025-10-10T23:59:19.649Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59082025-10-10T23:59:19.649Z Fresh tap v1.0.1
59092025-10-10T23:59:19.649Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
59102025-10-10T23:59:19.649Z Fresh wyz v0.5.1
59112025-10-10T23:59:19.649Z Fresh zerocopy-derive v0.6.6
59122025-10-10T23:59:19.649Z Fresh funty v2.0.0
59132025-10-10T23:59:19.649Z Fresh crc-catalog v2.4.0
59142025-10-10T23:59:19.649Z Fresh radium v0.7.0
59152025-10-10T23:59:19.649Z Fresh maybe-uninit v2.0.0
59162025-10-10T23:59:19.649Z Fresh zerocopy v0.6.6
59172025-10-10T23:59:19.649Z Fresh crc v3.2.1
59182025-10-10T23:59:19.649Z Fresh packed_struct_codegen v0.10.1
59192025-10-10T23:59:19.649Z Fresh bitfield-macros v0.19.2
59202025-10-10T23:59:19.649Z Fresh bitvec v1.0.1
59212025-10-10T23:59:19.649Z Fresh memmap2 v0.9.8
59222025-10-10T23:59:19.649Z Fresh nodrop v0.1.14
59232025-10-10T23:59:19.649Z Fresh smallvec v0.6.14
59242025-10-10T23:59:19.649Z Fresh bitfield v0.19.2
59252025-10-10T23:59:19.649Z Fresh proc-macro-error-attr2 v2.0.0
59262025-10-10T23:59:19.649Z Fresh xshell-macros v0.2.7
59272025-10-10T23:59:19.649Z Fresh array-init v0.0.4
59282025-10-10T23:59:19.649Z Fresh packed_struct v0.10.1
59292025-10-10T23:59:19.649Z Fresh hashbrown v0.12.3
59302025-10-10T23:59:19.649Z Fresh xshell v0.2.7
59312025-10-10T23:59:19.649Z Fresh proc-macro-error2 v2.0.1
59322025-10-10T23:59:19.649Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
59332025-10-10T23:59:19.649Z Fresh indexmap v1.9.3
59342025-10-10T23:59:19.649Z Fresh serde-hex v0.1.0
59352025-10-10T23:59:19.649Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
59362025-10-10T23:59:19.649Z Fresh ron v0.8.1
59372025-10-10T23:59:19.649Z Fresh hashbrown v0.13.2
59382025-10-10T23:59:19.650Z Fresh crc-any v2.5.0
59392025-10-10T23:59:19.650Z Fresh maplit v1.0.2
59402025-10-10T23:59:19.650Z Fresh object v0.30.4
59412025-10-10T23:59:19.650Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
59422025-10-10T23:59:19.650Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
59432025-10-10T23:59:19.650Z Fresh path-slash v0.1.5
59442025-10-10T23:59:19.650Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
59452025-10-10T23:59:19.650Z Fresh num-derive v0.3.3
59462025-10-10T23:59:19.650Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
59472025-10-10T23:59:19.650Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
59482025-10-10T23:59:19.650Z Fresh libscf-sys v1.1.0
59492025-10-10T23:59:19.650Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
59502025-10-10T23:59:19.650Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
59512025-10-10T23:59:19.650Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
59522025-10-10T23:59:19.650Z Fresh tabled_derive v0.11.0
59532025-10-10T23:59:19.650Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
59542025-10-10T23:59:19.650Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
59552025-10-10T23:59:19.650Z Fresh papergrid v0.17.0
59562025-10-10T23:59:19.650Z Fresh testing_table v0.3.0
59572025-10-10T23:59:19.650Z Fresh usdt-attr-macro v0.6.0
59582025-10-10T23:59:19.650Z Fresh usdt-macro v0.6.0
59592025-10-10T23:59:19.650Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
59602025-10-10T23:59:19.650Z Fresh tabled v0.20.0
59612025-10-10T23:59:19.650Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
59622025-10-10T23:59:19.650Z Fresh usdt v0.6.0
59632025-10-10T23:59:19.650Z Fresh fxhash v0.2.1
59642025-10-10T23:59:19.650Z Fresh crc8 v0.1.1
59652025-10-10T23:59:19.650Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
59662025-10-10T23:59:19.650Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
59672025-10-10T23:59:19.650Z Fresh diff v0.1.13
59682025-10-10T23:59:19.650Z Fresh half v1.8.3
59692025-10-10T23:59:19.650Z Fresh dsl_auto_type v0.1.2
59702025-10-10T23:59:19.650Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
59712025-10-10T23:59:19.650Z Fresh serde_cbor v0.11.2
59722025-10-10T23:59:19.650Z Fresh scheduled-thread-pool v0.2.7
59732025-10-10T23:59:19.650Z Fresh diesel_table_macro_syntax v0.2.0
59742025-10-10T23:59:19.650Z Fresh r2d2 v0.8.10
59752025-10-10T23:59:19.650Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
59762025-10-10T23:59:19.650Z Fresh diesel_derives v2.2.3
59772025-10-10T23:59:19.677Z Fresh kstat-rs v0.2.4
59782025-10-10T23:59:19.677Z Fresh dirs-sys-next v0.1.2
59792025-10-10T23:59:19.677Z Fresh vergen-gitcl v1.0.8
59802025-10-10T23:59:19.677Z Fresh diesel v2.2.12
59812025-10-10T23:59:19.677Z Fresh dirs-next v2.0.0
59822025-10-10T23:59:19.677Z Fresh term v0.7.0
59832025-10-10T23:59:19.677Z Fresh crunchy v0.2.2
59842025-10-10T23:59:19.677Z Fresh bit-vec v0.6.3
59852025-10-10T23:59:19.677Z Fresh ena v0.14.3
59862025-10-10T23:59:19.677Z Fresh bit-set v0.5.3
59872025-10-10T23:59:19.677Z Fresh tiny-keccak v2.0.2
59882025-10-10T23:59:19.677Z Fresh ascii-canvas v3.0.0
59892025-10-10T23:59:19.677Z Fresh regex-syntax v0.6.29
59902025-10-10T23:59:19.677Z Fresh lalrpop v0.19.12
59912025-10-10T23:59:19.677Z Fresh nanorand v0.7.0
59922025-10-10T23:59:19.677Z Fresh bindgen v0.71.1
59932025-10-10T23:59:19.677Z Fresh flume v0.11.1
59942025-10-10T23:59:19.677Z Fresh parking_lot_core v0.8.6
59952025-10-10T23:59:19.677Z Fresh parking_lot v0.11.2
59962025-10-10T23:59:19.677Z Fresh strum_macros v0.24.3
59972025-10-10T23:59:19.677Z Fresh prefix-trie v0.7.0
59982025-10-10T23:59:19.677Z Fresh indoc v1.0.9
59992025-10-10T23:59:19.677Z Fresh libxml v0.3.3
60002025-10-10T23:59:19.677Z Fresh polar-core v0.27.3
60012025-10-10T23:59:19.677Z Fresh sled v0.34.7
60022025-10-10T23:59:19.677Z Fresh hickory-server v0.25.2
60032025-10-10T23:59:19.677Z Fresh hickory-client v0.25.2
60042025-10-10T23:59:19.677Z Fresh impl-trait-for-tuples v0.2.2
60052025-10-10T23:59:19.677Z Fresh oso-derive v0.27.3
60062025-10-10T23:59:19.677Z Fresh quick-xml v0.37.2
60072025-10-10T23:59:19.677Z Fresh samael v0.0.19
60082025-10-10T23:59:19.677Z Fresh oso v0.27.3
60092025-10-10T23:59:19.678Z Fresh unicase v2.8.1
60102025-10-10T23:59:19.678Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
60112025-10-10T23:59:19.678Z Fresh predicates-tree v1.0.12
60122025-10-10T23:59:19.678Z Fresh bb8 v0.8.5
60132025-10-10T23:59:19.678Z Fresh parse-size v1.1.0
60142025-10-10T23:59:19.678Z Fresh fs-err v2.11.0
60152025-10-10T23:59:19.678Z Fresh async-bb8-diesel v0.2.1
60162025-10-10T23:59:19.678Z Fresh diesel-dtrace v0.4.2
60172025-10-10T23:59:19.678Z Fresh primeorder v0.13.6
60182025-10-10T23:59:19.678Z Fresh ignore v0.4.23
60192025-10-10T23:59:19.678Z Fresh assert_matches v1.5.0
60202025-10-10T23:59:19.678Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
60212025-10-10T23:59:19.678Z Fresh http-range v0.1.5
60222025-10-10T23:59:19.678Z Fresh globwalk v0.9.1
60232025-10-10T23:59:19.678Z Fresh signal-hook-tokio v0.3.1
60242025-10-10T23:59:19.678Z Fresh atty v0.2.14
60252025-10-10T23:59:19.678Z Fresh mime_guess v2.0.5
60262025-10-10T23:59:19.678Z Fresh camino-tempfile-ext v0.3.2
60272025-10-10T23:59:19.678Z Fresh p384 v0.13.0
60282025-10-10T23:59:19.678Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
60292025-10-10T23:59:19.678Z Fresh hyper-staticfile v0.10.1
60302025-10-10T23:59:19.678Z Fresh tungstenite v0.23.0
60312025-10-10T23:59:19.678Z Fresh salty v0.3.0
60322025-10-10T23:59:19.678Z Fresh void v1.0.2
60332025-10-10T23:59:19.678Z Fresh tokio-tungstenite v0.23.1
60342025-10-10T23:59:19.678Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
60352025-10-10T23:59:19.678Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
60362025-10-10T23:59:19.678Z Fresh lzss v0.8.2
60372025-10-10T23:59:19.678Z Fresh nix v0.27.1
60382025-10-10T23:59:19.678Z Fresh secrecy v0.8.0
60392025-10-10T23:59:19.678Z Fresh serde_bytes v0.11.19
60402025-10-10T23:59:19.678Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615)
60412025-10-10T23:59:19.678Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
60422025-10-10T23:59:19.678Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
60432025-10-10T23:59:19.678Z Fresh rand_seeder v0.4.0
60442025-10-10T23:59:19.678Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
60452025-10-10T23:59:19.678Z Fresh yansi v1.0.1
60462025-10-10T23:59:19.678Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
60472025-10-10T23:59:19.678Z Fresh pretty_assertions v1.4.1
60482025-10-10T23:59:19.679Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
60492025-10-10T23:59:19.679Z Fresh tabled_derive v0.10.0
60502025-10-10T23:59:19.679Z Fresh papergrid v0.14.0
60512025-10-10T23:59:19.679Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
60522025-10-10T23:59:19.679Z Fresh concurrent-queue v2.5.0
60532025-10-10T23:59:19.679Z Fresh parking v2.2.1
60542025-10-10T23:59:19.679Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
60552025-10-10T23:59:19.679Z Fresh typeid v1.0.3
60562025-10-10T23:59:19.679Z Fresh tabled v0.18.0
60572025-10-10T23:59:19.679Z Fresh castaway v0.2.3
60582025-10-10T23:59:19.679Z Fresh indoc v2.0.6
60592025-10-10T23:59:19.679Z Fresh erased-serde v0.4.6
60602025-10-10T23:59:19.679Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
60612025-10-10T23:59:19.679Z Fresh compact_str v0.8.0
60622025-10-10T23:59:19.679Z Fresh libz-sys v1.1.20
60632025-10-10T23:59:19.679Z Fresh unicode-truncate v1.1.0
60642025-10-10T23:59:19.679Z Fresh lru v0.12.5
60652025-10-10T23:59:19.679Z Fresh ordered-float v2.10.1
60662025-10-10T23:59:19.679Z Fresh instability v0.3.2
60672025-10-10T23:59:19.679Z Fresh cassowary v0.3.0
60682025-10-10T23:59:19.679Z Fresh serde-untagged v0.1.7
60692025-10-10T23:59:19.679Z Fresh libgit2-sys v0.18.2+1.9.1
60702025-10-10T23:59:19.679Z Fresh event-listener v5.3.1
60712025-10-10T23:59:19.679Z Fresh console v0.16.0
60722025-10-10T23:59:19.679Z Fresh serde-value v0.7.0
60732025-10-10T23:59:19.679Z Fresh ratatui v0.29.0
60742025-10-10T23:59:19.679Z Fresh unit-prefix v0.5.1
60752025-10-10T23:59:19.679Z Fresh is_ci v1.2.0
60762025-10-10T23:59:19.679Z Fresh git2 v0.20.2
60772025-10-10T23:59:19.706Z Fresh event-listener-strategy v0.5.2
60782025-10-10T23:59:19.706Z Fresh indicatif v0.18.0
60792025-10-10T23:59:19.706Z Fresh cargo-util-schemas v0.8.2
60802025-10-10T23:59:19.706Z Fresh supports-color v3.0.2
60812025-10-10T23:59:19.706Z Fresh cargo-platform v0.2.0
60822025-10-10T23:59:19.706Z Fresh cargo_metadata v0.21.0
60832025-10-10T23:59:19.706Z Fresh vergen-git2 v1.0.7
60842025-10-10T23:59:19.706Z Fresh futures-lite v2.3.0
60852025-10-10T23:59:19.706Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs#dbe1cb7e)
60862025-10-10T23:59:19.706Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
60872025-10-10T23:59:19.706Z Fresh rustls-webpki v0.101.7
60882025-10-10T23:59:19.706Z Fresh sct v0.7.1
60892025-10-10T23:59:19.706Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
60902025-10-10T23:59:19.706Z Fresh rustls v0.21.12
60912025-10-10T23:59:19.706Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
60922025-10-10T23:59:19.706Z Fresh tokio-rustls v0.24.1
60932025-10-10T23:59:19.706Z Fresh async-lock v3.4.0
60942025-10-10T23:59:19.706Z Fresh rustls-pemfile v1.0.4
60952025-10-10T23:59:19.706Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
60962025-10-10T23:59:19.706Z Fresh twox-hash v2.1.0
60972025-10-10T23:59:19.706Z Fresh polling v3.7.3
60982025-10-10T23:59:19.707Z Fresh shell-words v1.1.0
60992025-10-10T23:59:19.707Z Fresh async-io v2.3.4
61002025-10-10T23:59:19.707Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8)
61012025-10-10T23:59:19.707Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
61022025-10-10T23:59:19.707Z Fresh fatfs v0.3.6
61032025-10-10T23:59:19.707Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
61042025-10-10T23:59:19.707Z Fresh async-task v4.7.1
61052025-10-10T23:59:19.707Z Fresh async-channel v2.3.1
61062025-10-10T23:59:19.707Z Fresh piper v0.2.4
61072025-10-10T23:59:19.707Z Fresh plotters-backend v0.3.7
61082025-10-10T23:59:19.707Z Fresh hex-literal v0.4.1
61092025-10-10T23:59:19.707Z Fresh async-signal v0.2.10
61102025-10-10T23:59:19.707Z Fresh async-executor v1.13.1
61112025-10-10T23:59:19.707Z Fresh plotters-svg v0.3.7
61122025-10-10T23:59:19.707Z Fresh blocking v1.6.1
61132025-10-10T23:59:19.707Z Fresh rtoolbox v0.0.2
61142025-10-10T23:59:19.707Z Fresh event-listener v2.5.3
61152025-10-10T23:59:19.707Z Fresh cast v0.3.0
61162025-10-10T23:59:19.707Z Fresh futures-timer v3.0.3
61172025-10-10T23:59:19.707Z Fresh async-process v2.3.0
61182025-10-10T23:59:19.707Z Fresh async-global-executor v2.4.1
61192025-10-10T23:59:19.707Z Fresh rpassword v7.4.0
61202025-10-10T23:59:19.707Z Fresh criterion-plot v0.6.0
61212025-10-10T23:59:19.707Z Fresh async-channel v1.9.0
61222025-10-10T23:59:19.707Z Fresh plotters v0.3.7
61232025-10-10T23:59:19.707Z Fresh tui-tree-widget v0.23.1
61242025-10-10T23:59:19.707Z Fresh async-attributes v1.1.2
61252025-10-10T23:59:19.707Z Fresh tinytemplate v1.2.1
61262025-10-10T23:59:19.707Z Fresh kv-log-macro v1.0.7
61272025-10-10T23:59:19.707Z Fresh anes v0.1.6
61282025-10-10T23:59:19.707Z Fresh oorandom v11.1.4
61292025-10-10T23:59:19.707Z Fresh petname v2.0.2
61302025-10-10T23:59:19.707Z Fresh polyval v0.6.2
61312025-10-10T23:59:19.707Z Fresh sync-ptr v0.1.4
61322025-10-10T23:59:19.707Z Fresh async-std v1.13.0
61332025-10-10T23:59:19.707Z Fresh criterion v0.7.0
61342025-10-10T23:59:19.707Z Fresh ghash v0.5.1
61352025-10-10T23:59:19.707Z Fresh ctr v0.9.2
61362025-10-10T23:59:19.708Z Fresh async-object-pool v0.1.5
61372025-10-10T23:59:19.708Z Fresh serde_regex v1.1.0
61382025-10-10T23:59:19.708Z Fresh assert-json-diff v2.0.2
61392025-10-10T23:59:19.708Z Fresh path-tree v0.8.1
61402025-10-10T23:59:19.708Z Fresh stringmetrics v2.2.2
61412025-10-10T23:59:19.708Z Fresh aes-gcm v0.10.3
61422025-10-10T23:59:19.708Z Fresh httpmock v0.8.0-alpha.1
61432025-10-10T23:59:19.708Z Fresh ssh-encoding v0.2.0
61442025-10-10T23:59:19.708Z Fresh blowfish v0.9.1
61452025-10-10T23:59:19.708Z Fresh arrayvec v0.7.6
61462025-10-10T23:59:19.708Z Fresh constant_time_eq v0.3.1
61472025-10-10T23:59:19.708Z Fresh arrayref v0.3.9
61482025-10-10T23:59:19.708Z Fresh target-lexicon v0.13.2
61492025-10-10T23:59:19.708Z Fresh ssh-cipher v0.2.0
61502025-10-10T23:59:19.708Z Fresh bcrypt-pbkdf v0.10.0
61512025-10-10T23:59:19.708Z Fresh password-hash v0.4.2
61522025-10-10T23:59:19.708Z Fresh guppy-workspace-hack v0.1.0
61532025-10-10T23:59:19.708Z Fresh pbkdf2 v0.11.0
61542025-10-10T23:59:19.708Z Fresh ssh-key v0.6.6
61552025-10-10T23:59:19.708Z Fresh cfg-expr v0.20.1
61562025-10-10T23:59:19.708Z Fresh p256 v0.13.2
61572025-10-10T23:59:19.708Z Fresh p521 v0.13.3
61582025-10-10T23:59:19.708Z Fresh russh-cryptovec v0.7.3
61592025-10-10T23:59:19.708Z Fresh md5 v0.7.0
61602025-10-10T23:59:19.708Z Fresh target-spec v3.5.0
61612025-10-10T23:59:19.708Z Fresh russh-keys v0.45.0
61622025-10-10T23:59:19.708Z Fresh httptest v0.16.3
61632025-10-10T23:59:19.708Z Fresh num-bigint v0.4.6
61642025-10-10T23:59:19.708Z Fresh pathdiff v0.2.3
61652025-10-10T23:59:19.708Z Fresh des v0.8.1
61662025-10-10T23:59:19.708Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
61672025-10-10T23:59:19.708Z Fresh nested v0.1.1
61682025-10-10T23:59:19.708Z Fresh blake3 v1.5.4
61692025-10-10T23:59:19.708Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
61702025-10-10T23:59:19.708Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
61712025-10-10T23:59:19.708Z Fresh russh v0.45.0
61722025-10-10T23:59:19.708Z Fresh guppy v0.17.20
61732025-10-10T23:59:19.708Z Fresh internet-checksum v0.2.1
61742025-10-10T23:59:19.708Z Fresh topological-sort v0.2.2
61752025-10-10T23:59:19.708Z Fresh escape8259 v0.5.3
61762025-10-10T23:59:19.709Z Fresh omicron-zone-package v0.12.2
61772025-10-10T23:59:19.739Z Fresh doc-comment v0.3.3
61782025-10-10T23:59:19.739Z Fresh libtest-mimic v0.8.1
61792025-10-10T23:59:19.739Z Compiling similar-asserts v1.7.0
61802025-10-10T23:59:19.739Z Fresh proc-macro-crate v3.2.0
61812025-10-10T23:59:19.739Z Fresh fancy-regex v0.14.0
61822025-10-10T23:59:19.739Z Fresh relative-path v1.9.3
61832025-10-10T23:59:19.739Z Running `/home/build/.rustup/toolchains/1.89.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=b276fb40ea453c5f -C extra-filename=-930f3149299c57f3 --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-7fc67dc6d779fea4.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
61842025-10-10T23:59:19.739Z Fresh datatest-stable v0.3.2
61852025-10-10T23:59:19.739Z Fresh rstest_macros v0.25.0
61862025-10-10T23:59:19.739Z Fresh assert_cmd v2.0.17
61872025-10-10T23:59:19.739Z Fresh target-triple v0.1.3
61882025-10-10T23:59:19.739Z Fresh support-bundle-viewer v0.1.2
61892025-10-10T23:59:19.739Z Fresh multimap v0.10.1
61902025-10-10T23:59:19.739Z Fresh uzers v0.12.1
61912025-10-10T23:59:19.739Z Fresh termcolor v1.4.1
61922025-10-10T23:59:19.739Z Fresh rstest v0.25.0
61932025-10-10T23:59:19.739Z Fresh blake2b_simd v1.0.2
61942025-10-10T23:59:19.739Z Fresh trybuild v1.0.106
61952025-10-10T23:59:19.739Z Fresh partial-io v0.5.4
61962025-10-10T23:59:19.739Z Fresh drift v0.1.0
61972025-10-10T23:59:19.739Z Fresh rand_distr v0.5.1
61982025-10-10T23:59:19.739Z Fresh approx v0.5.1
61992025-10-10T23:59:19.739Z Fresh dropshot-api-manager v0.2.2
62002025-10-10T23:59:19.739Z Fresh rust-argon2 v2.1.0
62012025-10-10T23:59:19.739Z Fresh cargo_toml v0.21.0
62022025-10-10T23:59:19.739Z Fresh termios v0.3.3
62032025-10-10T23:59:19.739Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
62042025-10-10T23:59:19.739Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
62052025-10-10T23:59:19.739Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
62062025-10-10T23:59:19.739Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
62072025-10-10T23:59:19.739Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
62082025-10-10T23:59:19.740Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
62092025-10-10T23:59:19.740Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
62102025-10-10T23:59:19.740Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
62112025-10-10T23:59:19.740Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
62122025-10-10T23:59:19.740Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
62132025-10-10T23:59:19.740Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
62142025-10-10T23:59:19.740Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
62152025-10-10T23:59:19.740Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
62162025-10-10T23:59:19.740Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
62172025-10-10T23:59:19.740Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
62182025-10-10T23:59:19.740Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
62192025-10-10T23:59:19.740Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
62202025-10-10T23:59:19.740Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
62212025-10-10T23:59:19.740Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
62222025-10-10T23:59:19.740Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
62232025-10-10T23:59:19.740Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
62242025-10-10T23:59:19.740Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
62252025-10-10T23:59:19.740Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
62262025-10-10T23:59:19.740Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
62272025-10-10T23:59:19.740Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
62282025-10-10T23:59:19.740Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
62292025-10-10T23:59:19.740Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
62302025-10-10T23:59:19.740Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
62312025-10-10T23:59:19.740Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
62322025-10-10T23:59:19.740Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
62332025-10-10T23:59:19.740Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
62342025-10-10T23:59:19.740Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
62352025-10-10T23:59:19.740Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
62362025-10-10T23:59:19.740Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
62372025-10-10T23:59:19.740Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
62382025-10-10T23:59:19.740Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
62392025-10-10T23:59:19.740Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
62402025-10-10T23:59:19.740Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
62412025-10-10T23:59:19.740Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
62422025-10-10T23:59:19.740Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
62432025-10-10T23:59:19.740Z Running `/home/build/.rustup/toolchains/1.89.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=6c5ab7ff3abc5b56 -C extra-filename=-c5a13aa24135ff93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04027a02170ab2d8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5372835a47657365.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6fd588d6970d218a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c6a9695b5e708128.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7b9048366e66da40.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-339743ec37ec16d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-edb3465552655343.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8861b88c232480c6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-fb9a077048679193.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-959369266b84e76c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-798b5c011d7ba5c7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f176e3a8a13c3b4c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-8aaef7df7273e3ab.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d1641486ec1809bc.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-df9aa3ba5d427142.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3d6a8de934de9366.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ebad6b04596faf82.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71edc45b1b0e71fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-066fa3d51db4f528.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-57ab985b4c888431.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
62442025-10-10T23:59:19.740Z Running `/home/build/.rustup/toolchains/1.89.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=15c4baada4c1a416 -C extra-filename=-233230cd02ba23f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04027a02170ab2d8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5372835a47657365.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6fd588d6970d218a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c6a9695b5e708128.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7b9048366e66da40.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-339743ec37ec16d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-edb3465552655343.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8861b88c232480c6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-fb9a077048679193.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-959369266b84e76c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-798b5c011d7ba5c7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f176e3a8a13c3b4c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-8aaef7df7273e3ab.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d1641486ec1809bc.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-df9aa3ba5d427142.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3d6a8de934de9366.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ebad6b04596faf82.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71edc45b1b0e71fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-066fa3d51db4f528.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-57ab985b4c888431.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
62452025-10-10T23:59:19.740Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
62462025-10-10T23:59:19.741Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
62472025-10-10T23:59:19.741Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
62482025-10-10T23:59:19.741Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
62492025-10-10T23:59:19.741Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
62502025-10-10T23:59:19.741Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
62512025-10-10T23:59:19.741Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
62522025-10-10T23:59:19.741Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
62532025-10-10T23:59:19.741Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
62542025-10-10T23:59:19.741Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
62552025-10-10T23:59:19.741Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
62562025-10-10T23:59:19.741Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
62572025-10-10T23:59:19.741Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
62582025-10-10T23:59:19.741Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
62592025-10-10T23:59:19.741Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
62602025-10-10T23:59:19.741Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
62612025-10-10T23:59:19.741Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
62622025-10-10T23:59:19.741Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
62632025-10-10T23:59:19.741Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
62642025-10-10T23:59:19.741Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
62652025-10-10T23:59:19.741Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
62662025-10-10T23:59:19.741Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
62672025-10-10T23:59:19.741Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
62682025-10-10T23:59:19.741Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
62692025-10-10T23:59:19.741Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
62702025-10-10T23:59:19.741Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
62712025-10-10T23:59:19.741Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
62722025-10-10T23:59:19.741Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
62732025-10-10T23:59:19.741Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
62742025-10-10T23:59:19.741Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
62752025-10-10T23:59:19.741Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
62762025-10-10T23:59:19.741Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
62772025-10-10T23:59:19.768Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
62782025-10-10T23:59:19.768Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
62792025-10-10T23:59:19.768Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
62802025-10-10T23:59:19.768Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
62812025-10-10T23:59:19.768Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
62822025-10-10T23:59:19.768Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
62832025-10-10T23:59:19.768Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
62842025-10-10T23:59:19.769Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
62852025-10-10T23:59:19.769Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
62862025-10-10T23:59:19.769Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
62872025-10-10T23:59:19.769Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
62882025-10-10T23:59:19.769Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
62892025-10-10T23:59:19.769Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
62902025-10-10T23:59:19.769Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
62912025-10-10T23:59:19.769Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
62922025-10-10T23:59:19.769Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
62932025-10-10T23:59:19.769Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
62942025-10-10T23:59:19.769Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
62952025-10-10T23:59:19.769Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
62962025-10-10T23:59:19.769Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
62972025-10-10T23:59:19.769Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
62982025-10-10T23:59:19.769Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
62992025-10-10T23:59:19.769Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
63002025-10-10T23:59:19.769Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
63012025-10-10T23:59:19.769Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
63022025-10-10T23:59:19.769Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
63032025-10-10T23:59:19.769Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
63042025-10-10T23:59:19.769Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
63052025-10-10T23:59:19.769Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
63062025-10-10T23:59:19.769Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
63072025-10-10T23:59:19.769Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
63082025-10-10T23:59:19.769Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
63092025-10-10T23:59:19.769Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
63102025-10-10T23:59:19.769Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
63112025-10-10T23:59:19.769Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
63122025-10-10T23:59:19.769Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
63132025-10-10T23:59:19.769Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
63142025-10-10T23:59:19.769Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
63152025-10-10T23:59:19.769Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
63162025-10-10T23:59:19.769Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
63172025-10-10T23:59:19.769Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
63182025-10-10T23:59:19.769Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
63192025-10-10T23:59:19.769Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
63202025-10-10T23:59:19.769Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
63212025-10-10T23:59:19.769Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
63222025-10-10T23:59:19.769Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
63232025-10-10T23:59:19.770Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
63242025-10-10T23:59:19.770Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
63252025-10-10T23:59:19.770Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
63262025-10-10T23:59:19.770Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
63272025-10-10T23:59:19.770Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
63282025-10-10T23:59:19.770Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
63292025-10-10T23:59:19.770Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
63302025-10-10T23:59:19.770Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
63312025-10-10T23:59:19.770Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
63322025-10-10T23:59:19.770Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
63332025-10-10T23:59:19.770Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
63342025-10-10T23:59:19.770Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
63352025-10-10T23:59:19.770Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
63362025-10-10T23:59:19.770Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
63372025-10-10T23:59:19.770Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
63382025-10-10T23:59:19.770Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
63392025-10-10T23:59:19.770Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
63402025-10-10T23:59:19.770Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
63412025-10-10T23:59:19.770Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
63422025-10-10T23:59:19.770Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
63432025-10-10T23:59:19.770Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
63442025-10-10T23:59:19.770Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
63452025-10-10T23:59:19.770Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
63462025-10-10T23:59:19.770Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
63472025-10-10T23:59:19.770Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
63482025-10-10T23:59:19.770Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
63492025-10-10T23:59:19.770Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
63502025-10-10T23:59:19.770Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
63512025-10-10T23:59:19.770Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
63522025-10-10T23:59:19.770Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
63532025-10-10T23:59:19.770Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
63542025-10-10T23:59:19.770Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
63552025-10-10T23:59:19.770Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
63562025-10-10T23:59:19.770Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
63572025-10-10T23:59:19.770Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
63582025-10-10T23:59:19.770Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
63592025-10-10T23:59:19.770Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
63602025-10-10T23:59:19.770Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
63612025-10-10T23:59:21.252Z Running `/home/build/.rustup/toolchains/1.89.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=1da93a53178a4b53 -C extra-filename=-1b1f43ffd877d83f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1e7b920cfd1d6499.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04027a02170ab2d8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5372835a47657365.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6fd588d6970d218a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-06e4d26757e00926.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c6a9695b5e708128.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7b9048366e66da40.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-339743ec37ec16d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-edb3465552655343.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8861b88c232480c6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-fb9a077048679193.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-959369266b84e76c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-798b5c011d7ba5c7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f176e3a8a13c3b4c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-8aaef7df7273e3ab.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d1641486ec1809bc.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-df9aa3ba5d427142.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3d6a8de934de9366.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ebad6b04596faf82.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71edc45b1b0e71fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2791652c3d9d66c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-066fa3d51db4f528.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-57ab985b4c888431.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-930f3149299c57f3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ac03d82c3f3b9b43.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
63622025-10-10T23:59:21.302Z Running `/home/build/.rustup/toolchains/1.89.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=1421ae81fa853a1b -C extra-filename=-28c01496d1cb3113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1e7b920cfd1d6499.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04027a02170ab2d8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5372835a47657365.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6fd588d6970d218a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-06e4d26757e00926.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c6a9695b5e708128.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7b9048366e66da40.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-339743ec37ec16d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-edb3465552655343.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8861b88c232480c6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-fb9a077048679193.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-959369266b84e76c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-798b5c011d7ba5c7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f176e3a8a13c3b4c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-8aaef7df7273e3ab.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d1641486ec1809bc.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-df9aa3ba5d427142.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3d6a8de934de9366.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ebad6b04596faf82.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71edc45b1b0e71fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2791652c3d9d66c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-066fa3d51db4f528.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-57ab985b4c888431.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-930f3149299c57f3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ac03d82c3f3b9b43.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
63632025-10-10T23:59:21.302Z Running `/home/build/.rustup/toolchains/1.89.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=66c7257eed05b26a -C extra-filename=-3dc94ec932357180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1e7b920cfd1d6499.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04027a02170ab2d8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5372835a47657365.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6fd588d6970d218a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-06e4d26757e00926.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c6a9695b5e708128.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7b9048366e66da40.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-339743ec37ec16d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-edb3465552655343.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8861b88c232480c6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-fb9a077048679193.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-959369266b84e76c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-798b5c011d7ba5c7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f176e3a8a13c3b4c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-8aaef7df7273e3ab.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d1641486ec1809bc.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-df9aa3ba5d427142.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3d6a8de934de9366.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ebad6b04596faf82.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2791652c3d9d66c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-066fa3d51db4f528.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-57ab985b4c888431.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-930f3149299c57f3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ac03d82c3f3b9b43.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
63642025-10-10T23:59:21.303Z Running `/home/build/.rustup/toolchains/1.89.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=2c56df2a20c5cc38 -C extra-filename=-d335379d5fc1140c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1e7b920cfd1d6499.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-87b5b8d90c34e508.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04027a02170ab2d8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-396fb80a0a915448.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5674cdc6db40cb73.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-34417c94377c8141.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c11d4ad156d0ca29.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-5372835a47657365.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6fd588d6970d218a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-d52aba29819925cc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a0680f158a04252.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f2edab8f502de9b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d71d69ec2d477226.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-856a8896ec6f8bb8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3aa573fe7f592958.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-df57545275e79817.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-92fbff836cd1685a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-39e95183ef82f4c1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-138336d738eb2499.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-b674dd16dd22f44c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-06e4d26757e00926.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f37f24c98238e8bd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-250b58ec85590141.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-964f37db051ab742.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-1d6f926df0e34531.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5a2f5c4ea0ab90bf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-9b242467b04515e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-ac0e33b2af33f733.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c6a9695b5e708128.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3f001ffdf92df144.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7b9048366e66da40.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-339743ec37ec16d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7dad1af097762cba.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-33e4e334afe2df99.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-30af0db58d5c916a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1ca3870515d7706e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de5956f7e8b59b1c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2a7396bd45bcce30.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-edb3465552655343.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8861b88c232480c6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6876eec7e1cd25ac.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-fb9a077048679193.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-5a0f77c1a7e8dbf2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-959369266b84e76c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-798b5c011d7ba5c7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-f176e3a8a13c3b4c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-8aaef7df7273e3ab.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b1fdf288258de4d8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d1641486ec1809bc.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-df9aa3ba5d427142.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-3d6a8de934de9366.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b26f6174a0999cb3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ebad6b04596faf82.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-394fba360f8f41f8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b438fd721ef97649.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-49f2269d42b5819e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-11d3b67831f47e09.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bac91d3a5f49972d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c27fbe760458a500.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71edc45b1b0e71fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9ea34ebcc413ba85.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7137b07bf8a87165.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-793394facf41211e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0549ce485e4959c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-178a3bf33faae74a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e2d4a7a744d736ed.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fa1cf59ca29f0d95.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-35085b233b640699.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2791652c3d9d66c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c8120d1eb23b6b88.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4a3a85c0f921f3de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2d5909551587a11e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f36c95c1bf93e1c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0bbdffec64122808.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5b2298e3cb2ded9a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-682eba3edab68e2b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-7e89575cc437d63a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2e0e85019f9cd98f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d155f4fb60101b62.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-066fa3d51db4f528.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-57ab985b4c888431.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5abc6f59dc903098.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d4a776c31a0a00da.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-9198a76e2322449a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-930f3149299c57f3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ee74266881b3af4a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3db1e6b4308f5fdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ac03d82c3f3b9b43.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-7016dcfaa30975a2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b5013a1c5083beb9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4acd45e355d937bd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e0c5116aee1eb5b2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ae899ec7fe405ca0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-4d3ec98371e69837.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8215a1f0ec9740ce.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e45a2b21331a45c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9af23d869935c341.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f600ce30a4f63004.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
63652025-10-11T00:06:28.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 14s
63662025-10-11T00:06:29.137Z
63672025-10-11T00:06:29.137Zreal 7:14.657668508
63682025-10-11T00:06:29.137Zuser 15:42.634217062
63692025-10-11T00:06:29.137Zsys 1:17.237947750
63702025-10-11T00:06:29.137Ztrap 0.286435770
63712025-10-11T00:06:29.137Ztflt 0.997595497
63722025-10-11T00:06:29.137Zdflt 11.926217410
63732025-10-11T00:06:29.137Zkflt 0.085803231
63742025-10-11T00:06:29.138Zlock 42:48.312298246
63752025-10-11T00:06:29.138Zslp 49:23.593287757
63762025-10-11T00:06:29.138Zlat 4.732103406
63772025-10-11T00:06:29.138Zstop 8.849884977
63782025-10-11T00:06:29.164Z+ banner test
63792025-10-11T00:06:29.164Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose --test-threads -2
63802025-10-11T00:06:29.351Z
63812025-10-11T00:06:29.351Z ##### ###### #### #####
63822025-10-11T00:06:29.351Z # # # #
63832025-10-11T00:06:29.351Z # ##### #### #
63842025-10-11T00:06:29.351Z # # # #
63852025-10-11T00:06:29.351Z # # # # #
63862025-10-11T00:06:29.351Z # ###### #### #
63872025-10-11T00:06:29.351Z
63882025-10-11T00:06:31.563Zinfo: experimental features enabled: setup-scripts
63892025-10-11T00:06:33.872Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
63902025-10-11T00:06:33.929Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
63912025-10-11T00:06:33.969Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
63922025-10-11T00:06:34.005Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
63932025-10-11T00:06:49.135Z Finished `test` profile [unoptimized + debuginfo] target(s) in 17.55s
63942025-10-11T00:06:52.841Z────────────
63952025-10-11T00:06:52.841Z Nextest run ID 3a50d968-5c88-4bc7-9379-f3f0a1fede2e with nextest profile: ci
63962025-10-11T00:06:52.841Z Starting 2262 tests across 210 binaries (3 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
63972025-10-11T00:06:52.866Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
63982025-10-11T00:06:54.410Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
63992025-10-11T00:06:54.449Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
64002025-10-11T00:06:54.474Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
64012025-10-11T00:06:54.499Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
64022025-10-11T00:06:54.525Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
64032025-10-11T00:06:54.550Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
64042025-10-11T00:06:54.550Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
64052025-10-11T00:06:54.550Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
64062025-10-11T00:06:57.476Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
64072025-10-11T00:06:58.678Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
64082025-10-11T00:06:59.466Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
64092025-10-11T00:07:02.212Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
64102025-10-11T00:07:26.946Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
64112025-10-11T00:07:29.831Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64122025-10-11T00:07:32.989Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
64132025-10-11T00:07:46.156Z Finished `test` profile [unoptimized + debuginfo] target(s) in 53.22s
64142025-10-11T00:07:46.292Z Running `target/debug/crdb-seed`
64152025-10-11T00:07:46.364ZOct 11 00:07:46.012 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpIM7Pwm
64162025-10-11T00:07:46.364ZOct 11 00:07:46.015 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpU2tHhP,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpIM7Pwm/listen-url
64172025-10-11T00:07:46.364ZOct 11 00:07:46.015 INFO cockroach environment: BUILDOMAT_JOB_ID=01K78782B6CNYR4WMNWYC247RZ BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=dap/support-bundle-update GITHUB_REF=refs/heads/dap/support-bundle-update GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=051db059074932b16862875212436e3eb4d0e77f 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-a216011634f95693/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out:/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envUE1pOW NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d90a11d8e385de4b/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out:/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=3a50d968-5c88-4bc7-9379-f3f0a1fede2e PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.89.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
64182025-10-11T00:07:47.418ZOct 11 00:07:47.069 INFO cockroach pid: 12608
64192025-10-11T00:07:47.418ZOct 11 00:07:47.069 INFO cockroach listen URL: postgresql://root@[::1]:47475/omicron?sslmode=disable
64202025-10-11T00:07:47.444ZOct 11 00:07:47.094 INFO cockroach: populating
64212025-10-11T00:07:50.068ZOct 11 00:07:49.719 INFO cockroach: populated
64222025-10-11T00:07:51.713ZOct 11 00:07:51.363 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/6d65a1c09dcb1b73afdadb95eea74c79a1cd99bb033549c6339a1723e75d06be.tar`
64232025-10-11T00:07:51.739Z SETUP PASS [ 58.877s] crdb-seed: cargo run -p crdb-seed --profile test
64242025-10-11T00:07:51.739Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
64252025-10-11T00:07:53.200Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
64262025-10-11T00:07:53.200Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64272025-10-11T00:07:55.033Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
64282025-10-11T00:07:56.359Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
64292025-10-11T00:08:09.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.64s
64302025-10-11T00:08:09.590Z Running `target/debug/clickhouse-cluster-dev`
64312025-10-11T00:08:09.663ZOct 11 00:08:09.313 INFO Setting up a ClickHouse cluster
64322025-10-11T00:08:09.690ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
64332025-10-11T00:08:09.690ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
64342025-10-11T00:08:09.690ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
64352025-10-11T00:08:09.690ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
64362025-10-11T00:08:09.690ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
64372025-10-11T00:08:11.743ZOct 11 00:08:11.392 INFO ClickHouse server ready
64382025-10-11T00:08:11.770ZOct 11 00:08:11.393 INFO ClickHouse server ready
64392025-10-11T00:08:12.258ZOct 11 00:08:11.908 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
64402025-10-11T00:08:12.286Z SETUP PASS [ 20.545s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
64412025-10-11T00:08:31.881Z PASS [ 19.610s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
64422025-10-11T00:08:32.297Z PASS [ 20.026s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
64432025-10-11T00:08:37.211Z PASS [ 24.940s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
64442025-10-11T00:08:37.706Z PASS [ 25.433s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
64452025-10-11T00:09:00.880Z PASS [ 28.997s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
64462025-10-11T00:09:00.906Z PASS [ 28.596s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
64472025-10-11T00:09:05.623Z PASS [ 28.413s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
64482025-10-11T00:09:06.519Z PASS [ 28.814s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
64492025-10-11T00:09:12.273Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64502025-10-11T00:09:12.299Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64512025-10-11T00:09:33.009Z PASS [ 32.115s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
64522025-10-11T00:09:35.565Z PASS [ 29.046s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
64532025-10-11T00:09:36.025Z PASS [ 30.401s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
64542025-10-11T00:10:00.882Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
64552025-10-11T00:10:04.544Z PASS [ 31.535s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
64562025-10-11T00:10:05.004Z PASS [ 64.123s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
64572025-10-11T00:10:07.956Z PASS [ 32.391s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
64582025-10-11T00:10:12.275Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64592025-10-11T00:10:12.300Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64602025-10-11T00:10:28.776Z PASS [ 20.819s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
64612025-10-11T00:10:32.517Z PASS [ 27.513s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
64622025-10-11T00:10:36.028Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64632025-10-11T00:10:51.175Z PASS [ 22.399s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
64642025-10-11T00:10:51.209Z PASS [ 0.033s] api_identity test::test_identity
64652025-10-11T00:10:51.237Z PASS [ 0.028s] api_identity test::test_identity_no_field
64662025-10-11T00:10:51.304Z PASS [ 0.067s] authz-macros tests::test_authz_snapshots
64672025-10-11T00:10:51.349Z PASS [ 0.045s] bootstore schemes::tests::hello_roundtrip
64682025-10-11T00:10:52.462Z PASS [ 1.112s] bootstore schemes::v0::peer::tests::basic_3_nodes
64692025-10-11T00:10:52.512Z PASS [ 0.051s] bootstore schemes::v0::peer::tests::network_config
64702025-10-11T00:10:52.538Z PASS [ 0.025s] bootstore schemes::v0::share_pkg::tests::create_packages
64712025-10-11T00:10:52.563Z PASS [ 0.024s] bootstore trust_quorum::rack_secret::tests::create_and_verify
64722025-10-11T00:10:52.589Z PASS [ 0.026s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
64732025-10-11T00:10:56.312Z PASS [ 3.723s] bootstore::v0-fsm-proptest-learner run
64742025-10-11T00:11:02.937Z PASS [ 6.625s] bootstore::v0-fsm-proptest-rack-coordinator run
64752025-10-11T00:11:03.195Z PASS [ 0.257s] cert-dev::test-cert-dev test_cert_create
64762025-10-11T00:11:03.438Z PASS [ 0.243s] clickana chart::tests::gather_chart_data_failure
64772025-10-11T00:11:03.475Z PASS [ 0.036s] clickana chart::tests::gather_chart_data_for_disk_usage_success
64782025-10-11T00:11:03.501Z PASS [ 0.023s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
64792025-10-11T00:11:03.527Z PASS [ 0.026s] clickana chart::tests::gather_chart_data_for_query_count_success
64802025-10-11T00:11:03.553Z PASS [ 0.023s] clickana chart::tests::gather_chart_data_for_running_queries_success
64812025-10-11T00:11:03.605Z PASS [ 0.057s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
64822025-10-11T00:11:03.641Z PASS [ 0.036s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
64832025-10-11T00:11:03.670Z PASS [ 0.022s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
64842025-10-11T00:11:03.698Z PASS [ 0.025s] clickhouse-admin-types tests::test_empty_output_parse_fail
64852025-10-11T00:11:03.724Z PASS [ 0.024s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
64862025-10-11T00:11:03.762Z PASS [ 0.023s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
64872025-10-11T00:11:03.762Z PASS [ 0.022s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
64882025-10-11T00:11:03.790Z PASS [ 0.022s] clickhouse-admin-types tests::test_full_lgif_parse_success
64892025-10-11T00:11:03.816Z PASS [ 0.029s] clickhouse-admin-types tests::test_full_raft_config_parse_success
64902025-10-11T00:11:03.843Z PASS [ 0.036s] clickhouse-admin-types tests::test_generate_keeper_config
64912025-10-11T00:11:03.876Z PASS [ 0.029s] clickhouse-admin-types tests::test_generate_replica_config
64922025-10-11T00:11:03.903Z PASS [ 0.026s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
64932025-10-11T00:11:03.929Z PASS [ 0.022s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
64942025-10-11T00:11:03.955Z PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
64952025-10-11T00:11:03.981Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
64962025-10-11T00:11:04.006Z PASS [ 0.027s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
64972025-10-11T00:11:04.033Z PASS [ 0.026s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
64982025-10-11T00:11:04.060Z PASS [ 0.027s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
64992025-10-11T00:11:04.085Z PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
65002025-10-11T00:11:04.111Z PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
65012025-10-11T00:11:04.136Z PASS [ 0.025s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
65022025-10-11T00:11:04.162Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
65032025-10-11T00:11:04.188Z PASS [ 0.025s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
65042025-10-11T00:11:04.214Z PASS [ 0.037s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
65052025-10-11T00:11:04.239Z PASS [ 0.027s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
65062025-10-11T00:11:04.266Z PASS [ 0.027s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
65072025-10-11T00:11:04.292Z PASS [ 0.026s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
65082025-10-11T00:11:04.318Z PASS [ 0.025s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
65092025-10-11T00:11:04.343Z PASS [ 0.024s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
65102025-10-11T00:11:04.368Z PASS [ 0.028s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
65112025-10-11T00:11:04.396Z PASS [ 0.028s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
65122025-10-11T00:11:04.425Z PASS [ 0.028s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
65132025-10-11T00:11:04.451Z PASS [ 0.021s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
65142025-10-11T00:11:04.477Z PASS [ 0.028s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
65152025-10-11T00:11:04.546Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
65162025-10-11T00:11:04.571Z PASS [ 0.084s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
65172025-10-11T00:11:04.644Z PASS [ 0.086s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
65182025-10-11T00:11:04.670Z PASS [ 0.022s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
65192025-10-11T00:11:04.695Z PASS [ 0.017s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
65202025-10-11T00:11:04.721Z PASS [ 0.019s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
65212025-10-11T00:11:04.721Z PASS [ 0.018s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
65222025-10-11T00:11:04.746Z PASS [ 0.020s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
65232025-10-11T00:11:05.031Z PASS [ 0.290s] db-dev::test-db-dev test_db_dev_populate_no_args
65242025-10-11T00:11:05.087Z PASS [ 0.055s] db-dev::test-db-dev test_db_dev_wipe_no_args
65252025-10-11T00:11:11.724Z PASS [ 6.637s] db-dev::test-db-dev test_db_killed
65262025-10-11T00:11:12.275Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65272025-10-11T00:11:12.301Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65282025-10-11T00:11:29.043Z PASS [ 84.499s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
65292025-10-11T00:11:29.117Z PASS [ 0.074s] db-macros lookup::test::test_lookup_snapshots
65302025-10-11T00:11:29.142Z PASS [ 0.023s] db-macros tests::test_derive_metadata_identity_fails_for_enums
65312025-10-11T00:11:29.167Z PASS [ 0.023s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
65322025-10-11T00:11:29.192Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
65332025-10-11T00:11:29.217Z PASS [ 0.023s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
65342025-10-11T00:11:29.243Z PASS [ 0.037s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
65352025-10-11T00:11:29.277Z PASS [ 0.034s] db-macros tests::test_derive_snapshots
65362025-10-11T00:11:29.311Z PASS [ 0.033s] db-macros tests::test_derive_with_unknown_field
65372025-10-11T00:11:29.619Z PASS [ 0.307s] dns-server storage::test::test_update_basic
65382025-10-11T00:11:29.750Z PASS [ 0.131s] dns-server storage::test::test_update_in_progress
65392025-10-11T00:11:29.880Z PASS [ 0.130s] dns-server storage::test::test_update_interrupted
65402025-10-11T00:11:30.003Z PASS [ 0.123s] dns-server storage::test::test_zone_gets_soa_record
65412025-10-11T00:11:30.719Z PASS [ 0.715s] dns-server::basic_test a_crud
65422025-10-11T00:11:31.032Z PASS [ 0.314s] dns-server::basic_test aaaa_crud
65432025-10-11T00:11:31.292Z PASS [ 0.260s] dns-server::basic_test answers_match_question
65442025-10-11T00:11:31.534Z PASS [ 0.242s] dns-server::basic_test empty_record
65452025-10-11T00:11:31.819Z PASS [ 0.284s] dns-server::basic_test multi_record_crud
65462025-10-11T00:11:32.051Z PASS [ 0.232s] dns-server::basic_test name_contains_zone
65472025-10-11T00:11:32.314Z PASS [ 0.263s] dns-server::basic_test nxdomain
65482025-10-11T00:11:32.518Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
65492025-10-11T00:11:32.598Z PASS [ 0.284s] dns-server::basic_test servfail
65502025-10-11T00:11:32.878Z PASS [ 0.279s] dns-server::basic_test soa
65512025-10-11T00:11:33.109Z PASS [ 0.232s] dns-server::basic_test srv_crud
65522025-10-11T00:11:36.010Z PASS [ 24.286s] db-dev::test-db-dev test_db_run
65532025-10-11T00:11:36.035Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65542025-10-11T00:11:36.243Z PASS [ 3.133s] dns-server::commands_test test_dnsadm
65552025-10-11T00:11:36.294Z PASS [ 0.051s] ereport-types tests::test_arb_json_deserializes
65562025-10-11T00:11:36.319Z PASS [ 0.024s] ereport-types tests::test_ena_from_str
65572025-10-11T00:11:36.345Z PASS [ 0.020s] ereport-types tests::test_ena_from_str_roundtrip
65582025-10-11T00:11:36.383Z PASS [ 0.044s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
65592025-10-11T00:11:36.409Z PASS [ 0.021s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
65602025-10-11T00:11:36.435Z PASS [ 0.021s] gfss gf256::tests::test_all_multiplication
65612025-10-11T00:11:36.463Z PASS [ 0.014s] gfss gf256::tests::test_all_multiplicative_inverses
65622025-10-11T00:11:36.463Z PASS [ 0.016s] gfss gf256::tests::test_docs_example
65632025-10-11T00:11:36.532Z PASS [ 0.521s] dns-server::cross_version_test cross_version_works
65642025-10-11T00:11:37.778Z PASS [ 1.247s] gfss shamir::tests::split_and_combine
65652025-10-11T00:11:37.803Z PASS [ 0.018s] gfss shamir::tests::test_share_reconstruction
65662025-10-11T00:11:37.828Z PASS [ 0.027s] id-map tests::deserialize_rejects_duplicates
65672025-10-11T00:11:37.854Z PASS [ 0.018s] id-map tests::deserialize_rejects_mismatched_keys
65682025-10-11T00:11:37.969Z PASS [ 0.126s] id-map tests::get_mut_panics_if_id_changes
65692025-10-11T00:11:38.031Z PASS [ 0.061s] id-map tests::iter_mut_panics_if_id_changes
65702025-10-11T00:11:38.056Z PASS [ 0.017s] id-map tests::methods_allow_borrowed_ids
65712025-10-11T00:11:38.118Z PASS [ 0.070s] id-map tests::mut_into_iter_panics_if_id_changes
65722025-10-11T00:11:38.173Z PASS [ 0.055s] id-map tests::occupied_entry_panics_if_id_changed_via_get_mut
65732025-10-11T00:11:38.239Z PASS [ 0.065s] id-map tests::occupied_entry_panics_if_id_changed_via_into_mut
65742025-10-11T00:11:38.313Z PASS [ 0.074s] id-map tests::occupied_entry_panics_if_id_changes_on_insert
65752025-10-11T00:11:38.381Z PASS [ 0.068s] id-map tests::retain_panics_if_id_changes
65762025-10-11T00:11:38.447Z PASS [ 0.065s] id-map tests::serialization_is_transparent
65772025-10-11T00:11:38.553Z PASS [ 0.106s] id-map tests::serialization_roundtrip
65782025-10-11T00:11:38.609Z PASS [ 0.055s] id-map tests::vacant_entry_panics_if_id_changed_after_insert
65792025-10-11T00:11:38.666Z PASS [ 0.057s] id-map tests::vacant_entry_panics_if_id_changes_on_insert
65802025-10-11T00:11:38.742Z PASS [ 0.075s] illumos-utils destructor::test::test_delayed_delete
65812025-10-11T00:11:39.753Z PASS [ 1.011s] illumos-utils destructor::test::test_delayed_delete_with_error
65822025-10-11T00:11:39.781Z PASS [ 0.028s] illumos-utils destructor::test::test_destructor_bad_close
65832025-10-11T00:11:39.809Z PASS [ 0.028s] illumos-utils link::test::test_allocate
65842025-10-11T00:11:39.836Z PASS [ 0.027s] illumos-utils link::test::test_allocate_within_scopes
65852025-10-11T00:11:39.903Z PASS [ 0.066s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
65862025-10-11T00:11:39.928Z PASS [ 0.023s] illumos-utils running_zone::tests::test_is_oxide_smf_service
65872025-10-11T00:11:39.996Z PASS [ 0.070s] illumos-utils zfs::test::directory_mutability
65882025-10-11T00:11:40.058Z PASS [ 0.062s] illumos-utils zfs::test::get_values_of_rpool
65892025-10-11T00:11:40.089Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_avail
65902025-10-11T00:11:40.114Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_bad_quota
65912025-10-11T00:11:40.141Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_reservation
65922025-10-11T00:11:40.167Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_bad_usage
65932025-10-11T00:11:40.194Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_uuid
65942025-10-11T00:11:40.233Z PASS [ 0.039s] illumos-utils zfs::test::parse_dataset_missing_fields
65952025-10-11T00:11:40.267Z PASS [ 0.033s] illumos-utils zfs::test::parse_dataset_props
65962025-10-11T00:11:40.302Z PASS [ 0.035s] illumos-utils zfs::test::parse_dataset_props_with_optionals
65972025-10-11T00:11:40.349Z PASS [ 0.046s] illumos-utils zfs::test::parse_dataset_too_many_columns
65982025-10-11T00:11:40.374Z PASS [ 0.022s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
65992025-10-11T00:11:40.399Z PASS [ 0.018s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
66002025-10-11T00:11:40.424Z PASS [ 0.029s] illumos-utils zfs::test::parse_quota_ignored_if_default
66012025-10-11T00:11:40.449Z PASS [ 0.028s] illumos-utils zfs::test::parse_reservation_ignored_if_default
66022025-10-11T00:11:40.475Z PASS [ 0.024s] illumos-utils zfs::test::parse_sorts_and_dedups
66032025-10-11T00:11:40.511Z PASS [ 0.039s] illumos-utils zone::tests::delete_nonexistent_address
66042025-10-11T00:11:40.537Z PASS [ 0.024s] illumos-utils zone::tests::test_parse_ip_network
66052025-10-11T00:11:40.562Z PASS [ 0.024s] illumos-utils zpool::test::test_parse_zpool
66062025-10-11T00:11:40.587Z PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool_missing_column
66072025-10-11T00:11:44.087Z PASS [ 3.499s] installinator mock_peers::tests::proptest_fetch_artifact
66082025-10-11T00:11:44.613Z PASS [ 8.158s] gfss polynomial::tests::test_polynomial_eval
66092025-10-11T00:11:44.753Z PASS [ 0.140s] installinator-common block_size_writer::tests::proptest_block_writer
66102025-10-11T00:11:45.251Z PASS [ 0.498s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
66112025-10-11T00:11:45.512Z PASS [ 0.261s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
66122025-10-11T00:11:45.587Z PASS [ 1.501s] installinator write::tests::proptest_write_artifact
66132025-10-11T00:11:45.749Z PASS [ 0.236s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
66142025-10-11T00:11:46.070Z PASS [ 0.483s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
66152025-10-11T00:11:46.123Z PASS [ 0.374s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
66162025-10-11T00:11:46.355Z PASS [ 0.284s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
66172025-10-11T00:11:46.390Z PASS [ 0.035s] internal-dns-types config::test::display_hosts
66182025-10-11T00:11:46.415Z PASS [ 0.283s] internal-dns-resolver resolver::test::update_record
66192025-10-11T00:11:46.440Z PASS [ 0.042s] internal-dns-types config::test::display_srv_service
66202025-10-11T00:11:46.465Z PASS [ 0.050s] internal-dns-types config::test::test_builder_errors
66212025-10-11T00:11:46.490Z PASS [ 0.047s] internal-dns-types config::test::test_builder_output
66222025-10-11T00:11:46.516Z PASS [ 0.037s] internal-dns-types diff::test::diff_different
66232025-10-11T00:11:46.516Z PASS [ 0.027s] internal-dns-types diff::test::diff_equivalent
66242025-10-11T00:11:46.541Z PASS [ 0.024s] internal-dns-types diff::test::diff_invalid
66252025-10-11T00:11:46.541Z PASS [ 0.024s] ipcc tests::deserialize_fixed_value
66262025-10-11T00:11:46.566Z PASS [ 0.029s] ipcc tests::installinator_image_id_round_trip
66272025-10-11T00:11:46.566Z PASS [ 0.019s] ipcc tests::serialized_size
66282025-10-11T00:11:46.596Z PASS [ 0.046s] key-manager tests::different_ikm_produces_different_keys
66292025-10-11T00:11:46.647Z PASS [ 0.050s] key-manager tests::different_disks_produce_different_keys
66302025-10-11T00:11:46.683Z PASS [ 0.034s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
66312025-10-11T00:11:46.683Z PASS [ 0.039s] key-manager tests::disk_encryption_key_epoch_0
66322025-10-11T00:11:46.737Z PASS [ 0.102s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
66332025-10-11T00:11:46.737Z PASS [ 0.105s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
66342025-10-11T00:11:46.772Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
66352025-10-11T00:11:46.797Z PASS [ 0.045s] nexus-auth authn::external::session_cookie::test::test_get_token
66362025-10-11T00:11:46.822Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
66372025-10-11T00:11:46.822Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
66382025-10-11T00:11:46.847Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
66392025-10-11T00:11:46.872Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_other_cookie
66402025-10-11T00:11:46.897Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
66412025-10-11T00:11:46.898Z PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
66422025-10-11T00:11:46.923Z PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
66432025-10-11T00:11:46.948Z PASS [ 0.043s] nexus-auth authn::external::spoof::test::test_make_header_value
66442025-10-11T00:11:46.948Z PASS [ 0.032s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
66452025-10-11T00:11:46.973Z PASS [ 0.044s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
66462025-10-11T00:11:46.998Z PASS [ 0.034s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
66472025-10-11T00:11:47.023Z PASS [ 0.031s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
66482025-10-11T00:11:47.023Z PASS [ 0.036s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
66492025-10-11T00:11:47.049Z PASS [ 0.033s] nexus-auth authn::external::test::test_authn_sequence
66502025-10-11T00:11:47.049Z PASS [ 0.030s] nexus-auth authn::external::token::test::test_make_header_value
66512025-10-11T00:11:47.074Z PASS [ 0.031s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
66522025-10-11T00:11:47.100Z PASS [ 0.043s] nexus-auth authn::external::token::test::test_token_header_missing
66532025-10-11T00:11:47.125Z PASS [ 0.035s] nexus-auth authn::external::token::test::test_token_header_valid
66542025-10-11T00:11:47.151Z PASS [ 0.050s] nexus-auth authn::test::test_internal_users
66552025-10-11T00:11:47.178Z PASS [ 0.039s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
66562025-10-11T00:11:47.239Z PASS [ 0.135s] nexus-auth authz::context::test::test_unregistered_resource
66572025-10-11T00:11:47.271Z PASS [ 0.092s] nexus-auth context::test::test_background_context
66582025-10-11T00:11:47.320Z PASS [ 0.081s] nexus-auth context::test::test_child_context
66592025-10-11T00:11:47.371Z PASS [ 0.100s] nexus-auth context::test::test_test_context
66602025-10-11T00:11:47.406Z PASS [ 0.035s] nexus-config nexus_config::test::test_config_bad_toml
66612025-10-11T00:11:47.432Z PASS [ 0.103s] nexus-config nexus_config::test::test_bad_authn_schemes
66622025-10-11T00:11:47.432Z PASS [ 0.024s] nexus-config nexus_config::test::test_config_empty
66632025-10-11T00:11:47.457Z PASS [ 0.025s] nexus-config nexus_config::test::test_config_nonexistent
66642025-10-11T00:11:47.482Z PASS [ 0.033s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
66652025-10-11T00:11:47.507Z PASS [ 0.062s] nexus-config nexus_config::test::test_deployment_config_schema
66662025-10-11T00:11:47.544Z PASS [ 0.063s] nexus-config nexus_config::test::test_repo_configs_are_valid
66672025-10-11T00:11:47.569Z PASS [ 0.066s] nexus-config nexus_config::test::test_valid
66682025-10-11T00:11:47.596Z PASS [ 0.041s] nexus-config postgres_config::test::test_bad_url
66692025-10-11T00:11:47.596Z PASS [ 0.031s] nexus-config postgres_config::test::test_example_url
66702025-10-11T00:11:47.622Z PASS [ 0.027s] nexus-db-fixed-data test::test_allowlist_id_is_valid
66712025-10-11T00:11:47.647Z PASS [ 0.041s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
66722025-10-11T00:11:47.647Z PASS [ 0.025s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
66732025-10-11T00:11:47.672Z PASS [ 0.034s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
66742025-10-11T00:11:47.697Z PASS [ 0.036s] nexus-db-model alert_class::tests::test_from_str_roundtrips
66752025-10-11T00:11:47.722Z PASS [ 0.025s] nexus-db-model alert_class::tests::test_is_test
66762025-10-11T00:11:47.755Z PASS [ 0.033s] nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
66772025-10-11T00:11:47.801Z PASS [ 0.046s] nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
66782025-10-11T00:11:47.861Z PASS [ 0.060s] nexus-db-model alert_subscription::test::test_valid_subscription_parsing
66792025-10-11T00:11:47.890Z PASS [ 0.029s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
66802025-10-11T00:11:47.927Z PASS [ 0.036s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
66812025-10-11T00:11:47.962Z PASS [ 0.035s] nexus-db-model device_auth::test::test_generate_user_code
66822025-10-11T00:11:47.989Z PASS [ 0.027s] nexus-db-model instance_state::tests::test_from_str_roundtrips
66832025-10-11T00:11:48.029Z PASS [ 0.040s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
66842025-10-11T00:11:48.055Z PASS [ 0.026s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
66852025-10-11T00:11:48.102Z PASS [ 0.047s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
66862025-10-11T00:11:48.129Z PASS [ 0.027s] nexus-db-model schema_versions::test::test_known_versions
66872025-10-11T00:11:48.163Z PASS [ 0.033s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
66882025-10-11T00:11:48.198Z PASS [ 0.035s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
66892025-10-11T00:11:48.265Z PASS [ 0.066s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
66902025-10-11T00:11:48.300Z PASS [ 0.035s] nexus-db-model schema_versions::test::test_verify
66912025-10-11T00:11:48.335Z PASS [ 0.035s] nexus-db-model semver_version::test::test_to_from_sortable_string
66922025-10-11T00:11:48.382Z PASS [ 0.046s] nexus-db-model tests::test_ip_subnet_check_requestable_address
66932025-10-11T00:11:48.408Z PASS [ 0.027s] nexus-db-model tests::test_ipv6_net_random_subnet
66942025-10-11T00:11:48.442Z PASS [ 0.033s] nexus-db-model tests::test_roles_database_strings
66952025-10-11T00:11:48.477Z PASS [ 0.035s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
66962025-10-11T00:11:48.512Z PASS [ 0.035s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
66972025-10-11T00:11:48.541Z PASS [ 0.029s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
66982025-10-11T00:11:53.211Z PASS [ 5.568s] nexus-db-lookup::integration lookup::test_lookup
66992025-10-11T00:11:54.358Z PASS [ 5.817s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
67002025-10-11T00:11:57.120Z PASS [ 3.909s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
67012025-10-11T00:11:58.255Z PASS [ 3.897s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
67022025-10-11T00:12:00.747Z PASS [ 3.627s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
67032025-10-11T00:12:02.144Z PASS [ 3.889s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
67042025-10-11T00:12:04.528Z PASS [ 3.781s] nexus-db-queries db::collection_attach::test::test_attach_once
67052025-10-11T00:12:06.099Z PASS [ 3.955s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
67062025-10-11T00:12:08.687Z PASS [ 4.158s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
67072025-10-11T00:12:09.877Z PASS [ 3.778s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
67082025-10-11T00:12:09.911Z PASS [ 0.034s] nexus-db-queries db::collection_attach::test::test_verify_query
67092025-10-11T00:12:12.276Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67102025-10-11T00:12:12.302Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67112025-10-11T00:12:12.422Z PASS [ 3.735s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
67122025-10-11T00:12:13.625Z PASS [ 3.714s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
67132025-10-11T00:12:16.218Z PASS [ 3.796s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
67142025-10-11T00:12:17.655Z PASS [ 4.030s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
67152025-10-11T00:12:20.090Z PASS [ 3.872s] nexus-db-queries db::collection_detach::test::test_detach_once
67162025-10-11T00:12:21.701Z PASS [ 4.046s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
67172025-10-11T00:12:21.750Z PASS [ 0.048s] nexus-db-queries db::collection_detach::test::test_verify_query
67182025-10-11T00:12:23.544Z PASS [ 3.454s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
67192025-10-11T00:12:25.379Z PASS [ 3.629s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
67202025-10-11T00:12:27.162Z PASS [ 3.617s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
67212025-10-11T00:12:29.025Z PASS [ 3.646s] nexus-db-queries db::collection_detach_many::test::test_detach_many
67222025-10-11T00:12:30.731Z PASS [ 3.568s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
67232025-10-11T00:12:32.520Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
67242025-10-11T00:12:32.649Z PASS [ 3.624s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
67252025-10-11T00:12:34.580Z PASS [ 3.849s] nexus-db-queries db::collection_detach_many::test::test_detach_once
67262025-10-11T00:12:36.031Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67272025-10-11T00:12:36.696Z PASS [ 4.047s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
67282025-10-11T00:12:36.731Z PASS [ 0.034s] nexus-db-queries db::collection_detach_many::test::test_verify_query
67292025-10-11T00:12:38.313Z PASS [ 3.732s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
67302025-10-11T00:12:40.070Z PASS [ 3.339s] nexus-db-queries db::collection_insert::test::test_collection_not_present
67312025-10-11T00:12:40.110Z PASS [ 0.040s] nexus-db-queries db::collection_insert::test::test_verify_query
67322025-10-11T00:12:40.148Z PASS [ 0.038s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
67332025-10-11T00:12:40.190Z PASS [ 0.041s] nexus-db-queries db::column_walker::test::test_walk_columns
67342025-10-11T00:12:40.235Z PASS [ 0.045s] nexus-db-queries db::column_walker::test::test_walk_table
67352025-10-11T00:12:41.659Z PASS [ 3.346s] nexus-db-queries db::collection_insert::test::test_collection_present
67362025-10-11T00:12:46.740Z PASS [ 6.505s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
67372025-10-11T00:12:48.460Z PASS [ 6.801s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
67382025-10-11T00:12:54.628Z PASS [ 6.167s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
67392025-10-11T00:12:55.845Z PASS [ 9.105s] nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
67402025-10-11T00:13:01.191Z PASS [ 6.563s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
67412025-10-11T00:13:03.445Z PASS [ 7.600s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
67422025-10-11T00:13:07.281Z PASS [ 6.089s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
67432025-10-11T00:13:10.532Z PASS [ 7.086s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
67442025-10-11T00:13:12.278Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67452025-10-11T00:13:12.303Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67462025-10-11T00:13:13.548Z PASS [ 6.268s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
67472025-10-11T00:13:16.918Z PASS [ 6.386s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
67482025-10-11T00:13:20.045Z PASS [ 6.496s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
67492025-10-11T00:13:23.249Z PASS [ 6.331s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
67502025-10-11T00:13:26.499Z PASS [ 6.454s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
67512025-10-11T00:13:32.438Z PASS [ 9.189s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
67522025-10-11T00:13:32.520Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
67532025-10-11T00:13:32.716Z PASS [ 6.212s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
67542025-10-11T00:13:36.032Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67552025-10-11T00:13:39.124Z PASS [ 6.685s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
67562025-10-11T00:13:40.425Z PASS [ 7.713s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
67572025-10-11T00:13:45.366Z PASS [ 6.242s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
67582025-10-11T00:13:47.767Z PASS [ 7.343s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
67592025-10-11T00:13:51.372Z PASS [ 6.006s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
67602025-10-11T00:13:53.582Z PASS [ 5.814s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
67612025-10-11T00:13:57.605Z PASS [ 6.232s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
67622025-10-11T00:14:02.040Z PASS [ 8.459s] nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
67632025-10-11T00:14:05.501Z PASS [ 3.461s] nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
67642025-10-11T00:14:05.616Z PASS [ 8.012s] nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
67652025-10-11T00:14:11.750Z PASS [ 6.248s] nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
67662025-10-11T00:14:11.799Z PASS [ 6.183s] nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
67672025-10-11T00:14:12.279Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67682025-10-11T00:14:12.304Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67692025-10-11T00:14:17.425Z PASS [ 5.675s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
67702025-10-11T00:14:17.609Z PASS [ 5.809s] nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
67712025-10-11T00:14:23.492Z PASS [ 6.066s] nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
67722025-10-11T00:14:23.559Z PASS [ 5.949s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
67732025-10-11T00:14:29.033Z PASS [ 5.541s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
67742025-10-11T00:14:29.193Z PASS [ 5.635s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
67752025-10-11T00:14:32.522Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
67762025-10-11T00:14:34.461Z PASS [ 5.428s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
67772025-10-11T00:14:34.868Z PASS [ 5.675s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
67782025-10-11T00:14:36.033Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67792025-10-11T00:14:38.360Z PASS [ 3.899s] nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
67802025-10-11T00:14:39.287Z PASS [ 303.261s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67812025-10-11T00:14:39.858Z PASS [ 4.990s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
67822025-10-11T00:14:42.895Z PASS [ 4.534s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
67832025-10-11T00:14:43.540Z PASS [ 4.253s] nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
67842025-10-11T00:14:43.990Z PASS [ 4.132s] nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
67852025-10-11T00:14:46.887Z PASS [ 3.992s] nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
67862025-10-11T00:14:47.629Z PASS [ 4.088s] nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
67872025-10-11T00:14:47.863Z PASS [ 3.873s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
67882025-10-11T00:14:50.406Z PASS [ 3.519s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
67892025-10-11T00:14:51.173Z PASS [ 3.544s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
67902025-10-11T00:14:51.359Z PASS [ 3.496s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
67912025-10-11T00:14:53.401Z PASS [ 2.994s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
67922025-10-11T00:14:54.502Z PASS [ 3.329s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
67932025-10-11T00:14:54.638Z PASS [ 3.279s] nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
67942025-10-11T00:14:58.564Z PASS [ 5.163s] nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
67952025-10-11T00:15:00.173Z PASS [ 5.535s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
67962025-10-11T00:15:00.290Z PASS [ 5.788s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
67972025-10-11T00:15:04.228Z PASS [ 5.665s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
67982025-10-11T00:15:06.149Z PASS [ 5.859s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
67992025-10-11T00:15:06.764Z PASS [ 6.591s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
68002025-10-11T00:15:12.281Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68012025-10-11T00:15:12.307Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68022025-10-11T00:15:12.370Z PASS [ 6.220s] nexus-db-queries db::datastore::deployment::tests::test_set_target
68032025-10-11T00:15:12.991Z PASS [ 8.762s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
68042025-10-11T00:15:13.048Z PASS [ 0.057s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
68052025-10-11T00:15:13.259Z PASS [ 6.495s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
68062025-10-11T00:15:17.798Z PASS [ 5.428s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
68072025-10-11T00:15:18.293Z PASS [ 5.245s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
68082025-10-11T00:15:18.772Z PASS [ 5.513s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
68092025-10-11T00:15:23.538Z PASS [ 5.245s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
68102025-10-11T00:15:24.020Z PASS [ 6.222s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
68112025-10-11T00:15:24.161Z PASS [ 5.389s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
68122025-10-11T00:15:27.445Z PASS [ 3.424s] nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
68132025-10-11T00:15:27.635Z PASS [ 3.473s] nexus-db-queries db::datastore::ereport::tests::explain_host_restart_list_by_serial
68142025-10-11T00:15:28.990Z PASS [ 5.451s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
68152025-10-11T00:15:30.665Z PASS [ 3.030s] nexus-db-queries db::datastore::ereport::tests::explain_sp_restart_list_by_serial
68162025-10-11T00:15:30.665Z PASS [ 3.221s] nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
68172025-10-11T00:15:32.523Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
68182025-10-11T00:15:35.315Z PASS [ 6.325s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
68192025-10-11T00:15:36.439Z PASS [ 5.774s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
68202025-10-11T00:15:39.108Z PASS [ 8.442s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
68212025-10-11T00:15:41.630Z PASS [ 6.315s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
68222025-10-11T00:15:43.220Z PASS [ 6.781s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
68232025-10-11T00:15:45.858Z PASS [ 6.750s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
68242025-10-11T00:15:47.745Z PASS [ 6.115s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
68252025-10-11T00:15:48.803Z PASS [ 5.582s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
68262025-10-11T00:15:51.559Z PASS [ 5.701s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
68272025-10-11T00:15:53.525Z PASS [ 5.780s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
68282025-10-11T00:15:54.821Z PASS [ 6.018s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
68292025-10-11T00:15:57.150Z PASS [ 5.591s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
68302025-10-11T00:15:59.673Z PASS [ 6.147s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
68312025-10-11T00:16:03.556Z PASS [ 6.406s] nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
68322025-10-11T00:16:04.485Z PASS [ 9.664s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
68332025-10-11T00:16:05.969Z PASS [ 6.296s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
68342025-10-11T00:16:09.547Z PASS [ 5.991s] nexus-db-queries db::datastore::inventory::test::test_zone_image_source
68352025-10-11T00:16:10.139Z PASS [ 5.653s] nexus-db-queries db::datastore::ip_pool::test::cannot_insert_range_in_pool_with_different_ip_version
68362025-10-11T00:16:11.749Z PASS [ 5.780s] nexus-db-queries db::datastore::ip_pool::test::cannot_set_default_ip_pool_for_internal_silo
68372025-10-11T00:16:12.283Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68382025-10-11T00:16:12.283Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68392025-10-11T00:16:15.441Z PASS [ 5.894s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
68402025-10-11T00:16:15.760Z PASS [ 5.621s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
68412025-10-11T00:16:18.007Z PASS [ 6.257s] nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
68422025-10-11T00:16:21.733Z PASS [ 6.292s] nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
68432025-10-11T00:16:21.850Z PASS [ 6.091s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
68442025-10-11T00:16:25.415Z PASS [ 7.407s] nexus-db-queries db::datastore::nat_entry::test::nat_changeset
68452025-10-11T00:16:27.147Z PASS [ 5.413s] nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
68462025-10-11T00:16:27.364Z PASS [ 5.513s] nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
68472025-10-11T00:16:31.082Z PASS [ 5.667s] nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
68482025-10-11T00:16:32.524Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
68492025-10-11T00:16:32.984Z PASS [ 5.620s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
68502025-10-11T00:16:33.859Z PASS [ 6.713s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
68512025-10-11T00:16:37.604Z PASS [ 6.522s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
68522025-10-11T00:16:38.556Z PASS [ 506.283s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68532025-10-11T00:16:39.537Z PASS [ 5.677s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
68542025-10-11T00:16:44.847Z PASS [ 6.291s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
68552025-10-11T00:16:46.059Z PASS [ 6.522s] nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
68562025-10-11T00:16:49.094Z PASS [ 16.110s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
68572025-10-11T00:16:50.625Z PASS [ 378.107s] oximeter-db client::tests::test_replicated
68582025-10-11T00:16:50.697Z PASS [ 0.070s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
68592025-10-11T00:16:50.728Z PASS [ 0.032s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
68602025-10-11T00:16:50.755Z PASS [ 0.027s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
68612025-10-11T00:16:50.813Z PASS [ 0.055s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
68622025-10-11T00:16:50.865Z PASS [ 0.053s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
68632025-10-11T00:16:50.893Z PASS [ 6.046s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
68642025-10-11T00:16:51.448Z PASS [ 0.583s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
68652025-10-11T00:16:51.676Z PASS [ 0.228s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
68662025-10-11T00:16:51.859Z PASS [ 5.800s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
68672025-10-11T00:16:51.884Z PASS [ 0.201s] omicron-clickhouse-admin::integration_test test_lgif_parsing
68682025-10-11T00:16:52.069Z PASS [ 0.192s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
68692025-10-11T00:16:52.274Z PASS [ 0.205s] omicron-clickhouse-admin::integration_test test_teardown
68702025-10-11T00:16:52.420Z PASS [ 0.147s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
68712025-10-11T00:16:54.926Z PASS [ 5.831s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
68722025-10-11T00:16:55.872Z PASS [ 4.979s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
68732025-10-11T00:16:57.339Z PASS [ 5.480s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
68742025-10-11T00:16:59.853Z PASS [ 4.927s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
68752025-10-11T00:17:01.659Z PASS [ 5.787s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
68762025-10-11T00:17:01.942Z PASS [ 24.338s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
68772025-10-11T00:17:04.710Z PASS [ 7.370s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
68782025-10-11T00:17:05.932Z PASS [ 6.078s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
68792025-10-11T00:17:07.325Z PASS [ 5.666s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
68802025-10-11T00:17:07.791Z PASS [ 5.850s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
68812025-10-11T00:17:10.994Z PASS [ 6.284s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
68822025-10-11T00:17:12.284Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68832025-10-11T00:17:12.445Z PASS [ 6.513s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
68842025-10-11T00:17:12.488Z PASS [ 0.042s] nexus-db-queries db::datastore::region::test::test_extent_count
68852025-10-11T00:17:12.951Z PASS [ 5.159s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
68862025-10-11T00:17:13.687Z PASS [ 6.361s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
68872025-10-11T00:17:16.470Z PASS [ 5.476s] nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
68882025-10-11T00:17:17.553Z PASS [ 5.065s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
68892025-10-11T00:17:18.272Z PASS [ 5.320s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
68902025-10-11T00:17:19.057Z PASS [ 5.370s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
68912025-10-11T00:17:22.043Z PASS [ 5.574s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
68922025-10-11T00:17:23.034Z PASS [ 5.481s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
68932025-10-11T00:17:23.558Z PASS [ 5.286s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
68942025-10-11T00:17:24.438Z PASS [ 5.381s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
68952025-10-11T00:17:27.528Z PASS [ 5.484s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
68962025-10-11T00:17:28.419Z PASS [ 5.385s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
68972025-10-11T00:17:28.925Z PASS [ 5.367s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
68982025-10-11T00:17:29.883Z PASS [ 5.445s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
68992025-10-11T00:17:33.092Z PASS [ 5.564s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
69002025-10-11T00:17:33.700Z PASS [ 5.194s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
69012025-10-11T00:17:34.548Z PASS [ 5.623s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
69022025-10-11T00:17:35.145Z PASS [ 5.262s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
69032025-10-11T00:17:38.689Z PASS [ 5.597s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
69042025-10-11T00:17:39.015Z PASS [ 5.400s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
69052025-10-11T00:17:39.856Z PASS [ 5.308s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
69062025-10-11T00:17:41.233Z PASS [ 6.087s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
69072025-10-11T00:17:44.573Z PASS [ 5.883s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
69082025-10-11T00:17:44.892Z PASS [ 5.878s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
69092025-10-11T00:17:45.866Z PASS [ 6.010s] nexus-db-queries db::datastore::sled::test::affinity_multi_group
69102025-10-11T00:17:47.169Z PASS [ 5.936s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
69112025-10-11T00:17:50.880Z PASS [ 6.307s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail
69122025-10-11T00:17:51.003Z PASS [ 6.111s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
69132025-10-11T00:17:52.189Z PASS [ 6.323s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
69142025-10-11T00:17:52.422Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
69152025-10-11T00:17:53.421Z PASS [ 6.252s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
69162025-10-11T00:17:56.931Z PASS [ 6.051s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
69172025-10-11T00:17:57.086Z PASS [ 6.083s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
69182025-10-11T00:17:58.282Z PASS [ 6.092s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
69192025-10-11T00:17:59.383Z PASS [ 5.961s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
69202025-10-11T00:18:01.702Z PASS [ 69.281s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
69212025-10-11T00:18:02.915Z PASS [ 5.829s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
69222025-10-11T00:18:03.046Z PASS [ 6.115s] nexus-db-queries db::datastore::sled::test::sled_list_batch
69232025-10-11T00:18:03.795Z PASS [ 5.513s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
69242025-10-11T00:18:04.574Z PASS [ 2.872s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
69252025-10-11T00:18:04.859Z PASS [ 5.476s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
69262025-10-11T00:18:07.995Z PASS [ 5.080s] nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
69272025-10-11T00:18:08.936Z PASS [ 5.890s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
69282025-10-11T00:18:09.388Z PASS [ 5.593s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
69292025-10-11T00:18:12.286Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69302025-10-11T00:18:13.642Z PASS [ 5.646s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
69312025-10-11T00:18:14.441Z PASS [ 9.582s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
69322025-10-11T00:18:14.489Z PASS [ 5.552s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
69332025-10-11T00:18:15.138Z PASS [ 5.750s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
69342025-10-11T00:18:16.976Z PASS [ 12.401s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
69352025-10-11T00:18:20.692Z PASS [ 7.050s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
69362025-10-11T00:18:21.688Z PASS [ 7.200s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
69372025-10-11T00:18:21.714Z PASS [ 7.269s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
69382025-10-11T00:18:22.061Z PASS [ 6.922s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
69392025-10-11T00:18:26.672Z PASS [ 5.980s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
69402025-10-11T00:18:27.528Z PASS [ 5.818s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
69412025-10-11T00:18:27.602Z PASS [ 5.541s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
69422025-10-11T00:18:27.659Z PASS [ 5.971s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
69432025-10-11T00:18:32.241Z PASS [ 5.568s] nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
69442025-10-11T00:18:33.019Z PASS [ 5.491s] nexus-db-queries db::datastore::target_release::test::target_release_datastore
69452025-10-11T00:18:33.186Z PASS [ 5.526s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
69462025-10-11T00:18:33.582Z PASS [ 16.607s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
69472025-10-11T00:18:33.626Z PASS [ 6.025s] nexus-db-queries db::datastore::target_release::test::test_recent_distinct
69482025-10-11T00:18:35.296Z PASS [ 623.023s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69492025-10-11T00:18:37.481Z PASS [ 5.240s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
69502025-10-11T00:18:37.876Z PASS [ 4.690s] nexus-db-queries db::datastore::test::test_project_creation
69512025-10-11T00:18:38.006Z PASS [ 4.987s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
69522025-10-11T00:18:38.258Z PASS [ 4.675s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
69532025-10-11T00:18:38.560Z PASS [ 4.934s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
69542025-10-11T00:18:42.699Z PASS [ 5.218s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
69552025-10-11T00:18:43.128Z PASS [ 5.122s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
69562025-10-11T00:18:43.374Z PASS [ 5.498s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
69572025-10-11T00:18:45.874Z PASS [ 10.578s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
69582025-10-11T00:18:48.192Z PASS [ 4.818s] nexus-db-queries db::datastore::test::test_session_methods
69592025-10-11T00:18:48.421Z PASS [ 10.163s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
69602025-10-11T00:18:48.988Z PASS [ 10.428s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
69612025-10-11T00:18:50.756Z PASS [ 4.882s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
69622025-10-11T00:18:53.005Z PASS [ 4.584s] nexus-db-queries db::datastore::test::test_table_scan
69632025-10-11T00:18:53.144Z PASS [ 4.951s] nexus-db-queries db::datastore::test::test_ssh_keys
69642025-10-11T00:18:55.040Z PASS [ 11.912s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
69652025-10-11T00:18:55.322Z PASS [ 12.623s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
69662025-10-11T00:18:56.636Z PASS [ 5.879s] nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
69672025-10-11T00:18:57.943Z PASS [ 4.938s] nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
69682025-10-11T00:18:58.009Z PASS [ 4.865s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
69692025-10-11T00:19:00.177Z PASS [ 4.855s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
69702025-10-11T00:19:00.290Z PASS [ 5.250s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
69712025-10-11T00:19:01.626Z PASS [ 4.979s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
69722025-10-11T00:19:03.066Z PASS [ 5.058s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
69732025-10-11T00:19:04.143Z PASS [ 6.201s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
69742025-10-11T00:19:05.354Z PASS [ 5.176s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
69752025-10-11T00:19:05.972Z PASS [ 5.682s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
69762025-10-11T00:19:06.309Z PASS [ 4.694s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
69772025-10-11T00:19:08.712Z PASS [ 5.645s] nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
69782025-10-11T00:19:08.995Z PASS [ 4.851s] nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
69792025-10-11T00:19:10.219Z PASS [ 4.865s] nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
69802025-10-11T00:19:11.021Z PASS [ 5.049s] nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
69812025-10-11T00:19:11.295Z PASS [ 4.985s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
69822025-10-11T00:19:13.661Z PASS [ 4.666s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
69832025-10-11T00:19:13.686Z PASS [ 4.953s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
69842025-10-11T00:19:14.916Z PASS [ 4.697s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
69852025-10-11T00:19:14.953Z PASS [ 0.038s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
69862025-10-11T00:19:15.003Z PASS [ 0.049s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
69872025-10-11T00:19:16.038Z PASS [ 4.743s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
69882025-10-11T00:19:16.145Z PASS [ 5.124s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
69892025-10-11T00:19:18.457Z PASS [ 4.795s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
69902025-10-11T00:19:20.895Z PASS [ 4.750s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
69912025-10-11T00:19:23.194Z PASS [ 4.737s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
69922025-10-11T00:19:23.713Z PASS [ 10.047s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
69932025-10-11T00:19:23.871Z PASS [ 34.883s] nexus-db-queries db::datastore::update::test::test_list_unpruned
69942025-10-11T00:19:25.362Z PASS [ 10.359s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
69952025-10-11T00:19:25.562Z PASS [ 4.667s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
69962025-10-11T00:19:26.700Z PASS [ 10.663s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
69972025-10-11T00:19:27.050Z PASS [ 0.348s] nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
69982025-10-11T00:19:28.298Z PASS [ 5.104s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
69992025-10-11T00:19:28.723Z PASS [ 5.010s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
70002025-10-11T00:19:29.796Z PASS [ 2.747s] nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
70012025-10-11T00:19:30.552Z PASS [ 6.681s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
70022025-10-11T00:19:31.263Z PASS [ 2.540s] nexus-db-queries db::explain::test::test_explain_async
70032025-10-11T00:19:31.288Z PASS [ 5.913s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
70042025-10-11T00:19:31.923Z PASS [ 6.361s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
70052025-10-11T00:19:32.257Z PASS [ 2.460s] nexus-db-queries db::explain::test::test_explain_full_table_scan
70062025-10-11T00:19:33.049Z PASS [ 4.750s] nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
70072025-10-11T00:19:33.669Z PASS [ 3.117s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
70082025-10-11T00:19:34.665Z PASS [ 3.402s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
70092025-10-11T00:19:34.700Z PASS [ 0.035s] nexus-db-queries db::pagination::test::test_paginator
70102025-10-11T00:19:34.731Z PASS [ 3.456s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
70112025-10-11T00:19:35.271Z PASS [ 3.348s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
70122025-10-11T00:19:35.699Z PASS [ 3.443s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
70132025-10-11T00:19:36.324Z PASS [ 1.624s] nexus-db-queries db::pool::test::test_pool_can_be_terminated
70142025-10-11T00:19:36.350Z PASS [ 1.616s] nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
70152025-10-11T00:19:36.399Z PASS [ 3.350s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
70162025-10-11T00:19:36.963Z PASS [ 3.293s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
70172025-10-11T00:19:40.787Z PASS [ 5.516s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
70182025-10-11T00:19:41.143Z PASS [ 4.795s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
70192025-10-11T00:19:41.233Z PASS [ 5.534s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
70202025-10-11T00:19:41.280Z PASS [ 4.882s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
70212025-10-11T00:19:41.437Z PASS [ 5.112s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
70222025-10-11T00:19:41.798Z PASS [ 4.835s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
70232025-10-11T00:19:46.177Z PASS [ 5.390s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
70242025-10-11T00:19:46.274Z PASS [ 5.131s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
70252025-10-11T00:19:46.317Z PASS [ 0.042s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
70262025-10-11T00:19:46.385Z PASS [ 5.104s] nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
70272025-10-11T00:19:46.429Z PASS [ 5.196s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
70282025-10-11T00:19:46.699Z PASS [ 4.901s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
70292025-10-11T00:19:46.992Z PASS [ 5.554s] nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_address
70302025-10-11T00:19:51.312Z PASS [ 4.882s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
70312025-10-11T00:19:51.593Z PASS [ 5.276s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
70322025-10-11T00:19:51.692Z PASS [ 4.701s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
70332025-10-11T00:19:51.733Z PASS [ 5.034s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
70342025-10-11T00:19:51.758Z PASS [ 5.351s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
70352025-10-11T00:19:52.309Z PASS [ 6.131s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
70362025-10-11T00:19:56.474Z PASS [ 4.881s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
70372025-10-11T00:19:56.579Z PASS [ 4.887s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
70382025-10-11T00:19:56.605Z PASS [ 5.275s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
70392025-10-11T00:19:56.646Z PASS [ 4.900s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
70402025-10-11T00:19:56.690Z PASS [ 4.955s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
70412025-10-11T00:19:56.727Z PASS [ 0.036s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
70422025-10-11T00:19:57.413Z PASS [ 5.105s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
70432025-10-11T00:20:00.522Z PASS [ 3.109s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
70442025-10-11T00:20:01.760Z PASS [ 5.174s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
70452025-10-11T00:20:01.791Z PASS [ 5.317s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
70462025-10-11T00:20:01.816Z PASS [ 5.171s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
70472025-10-11T00:20:01.841Z PASS [ 0.034s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
70482025-10-11T00:20:01.881Z PASS [ 5.302s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
70492025-10-11T00:20:01.937Z PASS [ 5.210s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
70502025-10-11T00:20:02.147Z PASS [ 0.265s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
70512025-10-11T00:20:02.239Z PASS [ 0.302s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
70522025-10-11T00:20:03.608Z PASS [ 3.085s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
70532025-10-11T00:20:03.642Z PASS [ 0.035s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
70542025-10-11T00:20:03.684Z PASS [ 0.041s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
70552025-10-11T00:20:04.747Z PASS [ 2.599s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
70562025-10-11T00:20:04.776Z PASS [ 3.014s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
70572025-10-11T00:20:04.802Z PASS [ 2.999s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
70582025-10-11T00:20:04.827Z PASS [ 2.965s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
70592025-10-11T00:20:04.853Z PASS [ 1.148s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
70602025-10-11T00:20:05.019Z PASS [ 0.244s] nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
70612025-10-11T00:20:05.050Z PASS [ 0.245s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
70622025-10-11T00:20:05.077Z PASS [ 2.837s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
70632025-10-11T00:20:05.103Z PASS [ 0.251s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
70642025-10-11T00:20:05.260Z PASS [ 0.241s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
70652025-10-11T00:20:05.319Z PASS [ 0.235s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
70662025-10-11T00:20:05.489Z PASS [ 0.228s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
70672025-10-11T00:20:05.552Z PASS [ 0.233s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
70682025-10-11T00:20:05.728Z PASS [ 0.240s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
70692025-10-11T00:20:07.259Z PASS [ 2.467s] nexus-db-queries db::queries::regions_hard_delete::test::explainable
70702025-10-11T00:20:07.683Z PASS [ 2.606s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
70712025-10-11T00:20:07.761Z PASS [ 2.711s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
70722025-10-11T00:20:07.834Z PASS [ 0.073s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
70732025-10-11T00:20:07.870Z PASS [ 0.036s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
70742025-10-11T00:20:07.904Z PASS [ 0.034s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
70752025-10-11T00:20:07.942Z PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
70762025-10-11T00:20:07.975Z PASS [ 0.034s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
70772025-10-11T00:20:08.033Z PASS [ 3.287s] nexus-db-queries db::queries::region_allocation::test::explainable
70782025-10-11T00:20:08.262Z PASS [ 2.709s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
70792025-10-11T00:20:08.397Z PASS [ 2.668s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
70802025-10-11T00:20:09.910Z PASS [ 2.651s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
70812025-10-11T00:20:10.304Z PASS [ 2.620s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
70822025-10-11T00:20:10.669Z PASS [ 2.693s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
70832025-10-11T00:20:10.708Z PASS [ 2.675s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
70842025-10-11T00:20:10.740Z PASS [ 0.031s] nexus-defaults tests::test_random_vpc_ipv6_prefix
70852025-10-11T00:20:10.857Z PASS [ 2.595s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
70862025-10-11T00:20:10.893Z PASS [ 0.036s] nexus-inventory builder::test::test_empty
70872025-10-11T00:20:10.936Z PASS [ 0.042s] nexus-inventory builder::test::test_problems
70882025-10-11T00:20:11.019Z PASS [ 0.276s] nexus-inventory builder::test::test_basic
70892025-10-11T00:20:12.240Z PASS [ 1.298s] nexus-inventory collector::test::test_basic
70902025-10-11T00:20:12.322Z PASS [ 1.305s] nexus-inventory collector::test::test_multi_mgs
70912025-10-11T00:20:12.717Z PASS [ 0.485s] nexus-inventory collector::test::test_multi_mgs_failure
70922025-10-11T00:20:13.153Z PASS [ 0.831s] nexus-inventory collector::test::test_sled_agent_failure
70932025-10-11T00:20:15.095Z PASS [ 4.791s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
70942025-10-11T00:20:15.182Z PASS [ 4.513s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
70952025-10-11T00:20:17.287Z PASS [ 2.105s] nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
70962025-10-11T00:20:17.557Z PASS [ 2.461s] nexus-mgs-updates driver_update::test::test_rot_basic_failures
70972025-10-11T00:20:17.838Z PASS [ 9.442s] nexus-db-queries policy_test::test_conferred_roles
70982025-10-11T00:20:18.554Z PASS [ 5.836s] nexus-metrics-producer-gc tests::test_prune_expired_producers
70992025-10-11T00:20:18.579Z PASS [ 5.423s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
71002025-10-11T00:20:19.010Z PASS [ 1.172s] nexus-mgs-updates driver_update::test::test_sp_basic_failures
71012025-10-11T00:20:23.578Z PASS [ 4.567s] nexus-mgs-updates driver_update::test::test_sp_update_watched
71022025-10-11T00:20:24.336Z PASS [ 7.050s] nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
71032025-10-11T00:20:24.671Z PASS [ 7.113s] nexus-mgs-updates driver_update::test::test_rot_update_basic
71042025-10-11T00:20:26.161Z PASS [ 1.825s] nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
71052025-10-11T00:20:27.445Z PASS [ 8.891s] nexus-mgs-updates driver_update::test::test_sp_update_basic
71062025-10-11T00:20:27.691Z PASS [ 0.247s] nexus-mgs-updates test_util::step_through::test::test_basic
71072025-10-11T00:20:28.486Z PASS [ 0.794s] nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
71082025-10-11T00:20:28.713Z PASS [ 0.227s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
71092025-10-11T00:20:28.750Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
71102025-10-11T00:20:28.788Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
71112025-10-11T00:20:28.829Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
71122025-10-11T00:20:28.866Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
71132025-10-11T00:20:28.904Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
71142025-10-11T00:20:28.940Z PASS [ 0.035s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
71152025-10-11T00:20:28.979Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
71162025-10-11T00:20:29.024Z PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
71172025-10-11T00:20:29.065Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
71182025-10-11T00:20:29.107Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
71192025-10-11T00:20:29.141Z PASS [ 0.034s] nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
71202025-10-11T00:20:29.181Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
71212025-10-11T00:20:29.219Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
71222025-10-11T00:20:29.260Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
71232025-10-11T00:20:29.299Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
71242025-10-11T00:20:29.344Z PASS [ 0.045s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
71252025-10-11T00:20:29.384Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
71262025-10-11T00:20:29.409Z PASS [ 5.821s] nexus-mgs-updates driver_update::test_host_phase_1::basic
71272025-10-11T00:20:29.576Z PASS [ 0.178s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
71282025-10-11T00:20:33.200Z PASS [ 14.624s] nexus-mgs-updates driver_update::test::test_sp_update_takeover
71292025-10-11T00:20:36.244Z PASS [ 10.082s] nexus-mgs-updates driver_update::test_host_phase_1::update_watched
71302025-10-11T00:20:40.984Z PASS [ 7.783s] nexus-reconfigurator-execution database::test::test_database_nexus_access_create
71312025-10-11T00:20:42.670Z PASS [ 6.426s] nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
71322025-10-11T00:20:44.485Z PASS [ 19.815s] nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
71332025-10-11T00:20:44.678Z PASS [ 0.193s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
71342025-10-11T00:20:44.825Z PASS [ 0.147s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
71352025-10-11T00:20:44.872Z PASS [ 0.047s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
71362025-10-11T00:20:44.936Z PASS [ 0.063s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
71372025-10-11T00:20:49.485Z PASS [ 8.501s] nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
71382025-10-11T00:20:51.400Z PASS [ 8.731s] nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
71392025-10-11T00:21:09.911Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
71402025-10-11T00:21:14.382Z PASS [ 24.897s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
71412025-10-11T00:21:16.305Z PASS [ 24.905s] nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
71422025-10-11T00:21:29.387Z SLOW [> 60.000s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
71432025-10-11T00:21:29.579Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
71442025-10-11T00:21:30.559Z PASS [ 61.174s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
71452025-10-11T00:21:31.057Z PASS [ 0.498s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
71462025-10-11T00:21:31.094Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
71472025-10-11T00:21:31.131Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
71482025-10-11T00:21:31.215Z PASS [ 0.084s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
71492025-10-11T00:21:31.260Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
71502025-10-11T00:21:31.303Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
71512025-10-11T00:21:31.362Z PASS [ 0.058s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
71522025-10-11T00:21:31.402Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
71532025-10-11T00:21:31.447Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
71542025-10-11T00:21:31.480Z PASS [ 0.033s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
71552025-10-11T00:21:31.510Z PASS [ 0.028s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
71562025-10-11T00:21:31.541Z PASS [ 0.033s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
71572025-10-11T00:21:31.581Z PASS [ 0.031s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
71582025-10-11T00:21:31.630Z PASS [ 0.052s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
71592025-10-11T00:21:31.662Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
71602025-10-11T00:21:31.700Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
71612025-10-11T00:21:31.735Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
71622025-10-11T00:21:31.821Z PASS [ 0.084s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
71632025-10-11T00:21:38.018Z PASS [ 6.199s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
71642025-10-11T00:21:38.067Z PASS [ 0.049s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
71652025-10-11T00:21:38.408Z PASS [ 0.340s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
71662025-10-11T00:21:39.070Z PASS [ 0.661s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
71672025-10-11T00:21:39.243Z PASS [ 24.861s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
71682025-10-11T00:21:39.277Z PASS [ 0.207s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
71692025-10-11T00:21:39.314Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
71702025-10-11T00:21:39.362Z PASS [ 0.118s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
71712025-10-11T00:21:39.386Z PASS [ 0.065s] nexus-reconfigurator-planning example::tests::builder_zone_counts
71722025-10-11T00:21:39.410Z PASS [ 0.028s] nexus-reconfigurator-planning example::tests::instances_on_examples
71732025-10-11T00:21:39.434Z PASS [ 0.050s] nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
71742025-10-11T00:21:39.458Z PASS [ 0.046s] nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
71752025-10-11T00:21:39.482Z PASS [ 0.046s] nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
71762025-10-11T00:21:39.507Z PASS [ 0.054s] nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
71772025-10-11T00:21:39.531Z PASS [ 0.049s] nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
71782025-10-11T00:21:39.555Z PASS [ 0.062s] nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
71792025-10-11T00:21:39.579Z PASS [ 0.049s] nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
71802025-10-11T00:21:39.603Z PASS [ 0.044s] nexus-reconfigurator-planning mgs_updates::test::test_sp_move
71812025-10-11T00:21:39.667Z PASS [ 0.070s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
71822025-10-11T00:21:39.693Z PASS [ 0.104s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
71832025-10-11T00:21:39.759Z PASS [ 0.092s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
71842025-10-11T00:21:39.800Z PASS [ 0.123s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
71852025-10-11T00:21:39.825Z PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
71862025-10-11T00:21:39.885Z PASS [ 89.975s] nexus-db-queries policy_test::test_iam_roles_behavior
71872025-10-11T00:21:39.909Z PASS [ 0.074s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
71882025-10-11T00:21:39.942Z PASS [ 0.140s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
71892025-10-11T00:21:39.966Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
71902025-10-11T00:21:39.967Z PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
71912025-10-11T00:21:40.018Z PASS [ 0.063s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
71922025-10-11T00:21:40.042Z PASS [ 0.063s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
71932025-10-11T00:21:40.042Z PASS [ 0.098s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
71942025-10-11T00:21:40.076Z PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
71952025-10-11T00:21:40.107Z PASS [ 0.085s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
71962025-10-11T00:21:40.132Z PASS [ 0.079s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
71972025-10-11T00:21:40.159Z PASS [ 0.083s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
71982025-10-11T00:21:40.209Z PASS [ 0.090s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
71992025-10-11T00:21:40.233Z PASS [ 0.122s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
72002025-10-11T00:21:40.257Z PASS [ 0.077s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
72012025-10-11T00:21:40.303Z PASS [ 0.073s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
72022025-10-11T00:21:40.328Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
72032025-10-11T00:21:40.328Z PASS [ 0.101s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
72042025-10-11T00:21:40.369Z PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
72052025-10-11T00:21:40.954Z PASS [ 24.648s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
72062025-10-11T00:21:41.366Z PASS [ 0.997s] nexus-reconfigurator-planning planner::test::test_update_cockroach
72072025-10-11T00:21:41.393Z PASS [ 1.083s] nexus-reconfigurator-planning planner::test::test_update_boundary_ntp
72082025-10-11T00:21:41.483Z PASS [ 0.089s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
72092025-10-11T00:21:41.520Z PASS [ 1.214s] nexus-reconfigurator-planning planner::test::test_update_all_zones
72102025-10-11T00:21:41.938Z PASS [ 0.983s] nexus-reconfigurator-planning planner::test::test_update_crucible_pantry_before_nexus
72112025-10-11T00:21:42.006Z PASS [ 0.068s] nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
72122025-10-11T00:21:42.119Z PASS [ 0.113s] nexus-saga-recovery recovery::test::test_execution_basic
72132025-10-11T00:21:42.153Z PASS [ 0.034s] nexus-saga-recovery recovery::test::test_plan_basic
72142025-10-11T00:21:42.184Z PASS [ 0.031s] nexus-saga-recovery recovery::test::test_read_all_from_channel
72152025-10-11T00:21:42.221Z PASS [ 0.037s] nexus-saga-recovery test::test_basic
72162025-10-11T00:21:42.280Z PASS [ 0.059s] nexus-sled-agent-shared inventory::tests::test_artifact_id_to_install_dataset_file
72172025-10-11T00:21:42.314Z PASS [ 0.034s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
72182025-10-11T00:21:42.339Z PASS [ 0.964s] nexus-reconfigurator-planning planner::test::test_update_internal_dns
72192025-10-11T00:21:42.363Z PASS [ 0.025s] nexus-sled-agent-shared inventory::tests::test_zone_prefix_matches_artifact_in_install_dataset
72202025-10-11T00:21:42.421Z PASS [ 0.091s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
72212025-10-11T00:21:42.445Z PASS [ 0.091s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
72222025-10-11T00:21:42.470Z PASS [ 0.033s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
72232025-10-11T00:21:42.470Z PASS [ 0.031s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
72242025-10-11T00:21:42.494Z PASS [ 0.029s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
72252025-10-11T00:21:42.494Z PASS [ 0.029s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
72262025-10-11T00:21:42.519Z PASS [ 0.035s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
72272025-10-11T00:21:42.586Z PASS [ 0.067s] nexus-types deployment::test::test_serialize_pending_mgs_updates
72282025-10-11T00:21:42.669Z PASS [ 0.083s] nexus-types external_api::shared::test::test_policy_parsing
72292025-10-11T00:21:42.722Z PASS [ 0.053s] nexus-types external_api::shared::test::test_webhook_subscription_validation
72302025-10-11T00:21:42.750Z PASS [ 0.028s] nexus-types external_api::views::test::test_expected_one_of
72312025-10-11T00:21:42.782Z PASS [ 0.032s] nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status
72322025-10-11T00:21:42.820Z PASS [ 0.038s] nexus-types internal_api::views::test::test_can_serialize_mgs_updates
72332025-10-11T00:21:42.880Z PASS [ 0.060s] nexus-types quiesce::test::test_drained_blueprint
72342025-10-11T00:21:42.916Z PASS [ 0.035s] nexus-types quiesce::test::test_quiesce_block_on_first_recovery
72352025-10-11T00:21:42.951Z PASS [ 0.035s] nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
72362025-10-11T00:21:42.988Z PASS [ 0.037s] nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
72372025-10-11T00:21:43.021Z PASS [ 0.032s] nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
72382025-10-11T00:21:43.049Z PASS [ 0.029s] nexus-types quiesce::test::test_quiesce_block_on_reassignment
72392025-10-11T00:21:43.086Z PASS [ 0.036s] nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
72402025-10-11T00:21:43.122Z PASS [ 0.036s] nexus-types quiesce::test::test_quiesce_block_on_saga_started
72412025-10-11T00:21:43.153Z PASS [ 0.030s] nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
72422025-10-11T00:21:43.185Z PASS [ 0.032s] nexus-types quiesce::test::test_quiesce_noop
72432025-10-11T00:21:43.228Z PASS [ 0.043s] nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
72442025-10-11T00:21:43.377Z PASS [ 0.150s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
72452025-10-11T00:21:43.439Z PASS [ 0.060s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
72462025-10-11T00:21:43.507Z PASS [ 0.069s] omicron-certificates tests::test_cert_extended_key_usage
72472025-10-11T00:21:43.566Z PASS [ 0.058s] omicron-certificates tests::test_common_name_is_validated
72482025-10-11T00:21:43.654Z PASS [ 0.089s] omicron-certificates tests::test_subject_alternate_names_are_validated
72492025-10-11T00:21:43.952Z PASS [ 0.298s] omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
72502025-10-11T00:21:44.938Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
72512025-10-11T00:21:47.354Z PASS [ 3.401s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
72522025-10-11T00:21:53.834Z PASS [ 84.257s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
72532025-10-11T00:21:55.716Z PASS [ 1.882s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
72542025-10-11T00:21:56.031Z PASS [ 8.678s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
72552025-10-11T00:21:57.369Z PASS [ 1.652s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
72562025-10-11T00:21:58.677Z PASS [ 1.308s] omicron-cockroach-admin context::tests::test_node_id
72572025-10-11T00:21:58.730Z PASS [ 0.053s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
72582025-10-11T00:21:58.788Z PASS [ 0.058s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
72592025-10-11T00:21:59.080Z PASS [ 0.291s] omicron-cockroach-metrics tests::test_cluster_client_caching
72602025-10-11T00:21:59.108Z PASS [ 0.029s] omicron-cockroach-metrics tests::test_histogram_bucket_sorting
72612025-10-11T00:21:59.134Z PASS [ 0.026s] omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
72622025-10-11T00:21:59.160Z PASS [ 0.022s] omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
72632025-10-11T00:21:59.185Z PASS [ 0.028s] omicron-cockroach-metrics tests::test_prometheus_metrics_empty
72642025-10-11T00:21:59.209Z PASS [ 0.024s] omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
72652025-10-11T00:21:59.237Z PASS [ 0.028s] omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
72662025-10-11T00:21:59.262Z PASS [ 0.025s] omicron-cockroach-metrics tests::test_typed_cockroach_metrics
72672025-10-11T00:21:59.301Z PASS [ 0.039s] omicron-common address::test::test_dns_subnets
72682025-10-11T00:21:59.329Z PASS [ 0.027s] omicron-common address::test::test_ip_range_checks_non_decreasing
72692025-10-11T00:21:59.364Z PASS [ 0.036s] omicron-common address::test::test_ip_range_enum_deserialization
72702025-10-11T00:21:59.388Z PASS [ 0.023s] omicron-common address::test::test_ip_range_iter
72712025-10-11T00:21:59.415Z PASS [ 0.028s] omicron-common address::test::test_ip_range_length
72722025-10-11T00:21:59.440Z PASS [ 0.021s] omicron-common address::test::test_ip_range_try_from
72732025-10-11T00:21:59.471Z PASS [ 0.034s] omicron-common address::test::test_ipv6_subnet_deserialize
72742025-10-11T00:21:59.498Z PASS [ 0.027s] omicron-common address::test::test_sled_address
72752025-10-11T00:21:59.523Z PASS [ 0.022s] omicron-common api::external::error::test::test_bail_unless
72762025-10-11T00:21:59.547Z PASS [ 0.026s] omicron-common api::external::error::test::test_context
72772025-10-11T00:21:59.582Z PASS [ 0.035s] omicron-common api::external::http_pagination::test::test_pagination_examples
72782025-10-11T00:21:59.639Z PASS [ 0.056s] omicron-common api::external::http_pagination::test::test_pagination_schemas
72792025-10-11T00:21:59.678Z PASS [ 0.039s] omicron-common api::external::http_pagination::test::test_scan_by_id
72802025-10-11T00:21:59.703Z PASS [ 0.024s] omicron-common api::external::http_pagination::test::test_scan_by_name
72812025-10-11T00:21:59.727Z PASS [ 0.021s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
72822025-10-11T00:21:59.751Z PASS [ 0.020s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
72832025-10-11T00:21:59.776Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
72842025-10-11T00:21:59.800Z PASS [ 0.025s] omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
72852025-10-11T00:21:59.826Z PASS [ 0.025s] omicron-common api::external::test::test_bytecount
72862025-10-11T00:21:59.850Z PASS [ 0.022s] omicron-common api::external::test::test_bytecount_display
72872025-10-11T00:21:59.879Z PASS [ 0.035s] omicron-common api::external::test::test_digest
72882025-10-11T00:21:59.906Z PASS [ 0.027s] omicron-common api::external::test::test_firewall_deserialization
72892025-10-11T00:21:59.963Z PASS [ 0.056s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
72902025-10-11T00:21:59.988Z PASS [ 0.025s] omicron-common api::external::test::test_firewall_rule_proto_filter_parse
72912025-10-11T00:22:00.033Z PASS [ 0.045s] omicron-common api::external::test::test_firewall_rule_target_parse
72922025-10-11T00:22:00.058Z PASS [ 0.025s] omicron-common api::external::test::test_generation_display_parse
72932025-10-11T00:22:00.084Z PASS [ 0.026s] omicron-common api::external::test::test_generation_from_int
72942025-10-11T00:22:00.484Z PASS [ 0.400s] omicron-common api::external::test::test_generation_overflow
72952025-10-11T00:22:00.508Z PASS [ 0.022s] omicron-common api::external::test::test_generation_serde
72962025-10-11T00:22:00.539Z PASS [ 0.034s] omicron-common api::external::test::test_hostname_from_str
72972025-10-11T00:22:00.564Z PASS [ 0.022s] omicron-common api::external::test::test_ip_port_range_from_str
72982025-10-11T00:22:00.588Z PASS [ 0.022s] omicron-common api::external::test::test_ip_port_range_into_str
72992025-10-11T00:22:00.621Z PASS [ 0.036s] omicron-common api::external::test::test_ipv6_net_operations
73002025-10-11T00:22:00.652Z PASS [ 0.032s] omicron-common api::external::test::test_mac_system_iterator
73012025-10-11T00:22:00.679Z PASS [ 0.027s] omicron-common api::external::test::test_mac_to_int_conversions
73022025-10-11T00:22:00.703Z PASS [ 0.020s] omicron-common api::external::test::test_macaddr
73032025-10-11T00:22:00.727Z PASS [ 0.023s] omicron-common api::external::test::test_name_parse
73042025-10-11T00:22:00.751Z PASS [ 0.024s] omicron-common api::external::test::test_name_parse_from_param
73052025-10-11T00:22:00.778Z PASS [ 0.030s] omicron-common api::external::test::test_resource_name_parse
73062025-10-11T00:22:00.820Z PASS [ 0.042s] omicron-common api::external::test::test_route_destination_parse
73072025-10-11T00:22:00.866Z PASS [ 0.045s] omicron-common api::external::test::test_route_target_parse
73082025-10-11T00:22:00.894Z PASS [ 0.028s] omicron-common api::external::test::test_semver_serialize
73092025-10-11T00:22:00.918Z PASS [ 0.020s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
73102025-10-11T00:22:00.943Z PASS [ 0.018s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
73112025-10-11T00:22:00.967Z PASS [ 0.016s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
73122025-10-11T00:22:00.991Z PASS [ 0.025s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
73132025-10-11T00:22:01.015Z PASS [ 0.034s] omicron-common disk::tests::parse_dataset_name
73142025-10-11T00:22:01.054Z PASS [ 0.046s] omicron-common ledger::test::test_commit_handles_write_failures
73152025-10-11T00:22:01.081Z PASS [ 0.027s] omicron-common ledger::test::test_create_default_ledger
73162025-10-11T00:22:01.107Z PASS [ 0.026s] omicron-common ledger::test::test_create_ledger_reads_from_storage
73172025-10-11T00:22:01.140Z PASS [ 0.033s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
73182025-10-11T00:22:01.170Z PASS [ 0.030s] omicron-common zpool_name::test::test_parse_bad_zpool_names
73192025-10-11T00:22:01.194Z PASS [ 0.024s] omicron-common zpool_name::test::test_parse_external_zpool_name
73202025-10-11T00:22:01.220Z PASS [ 0.026s] omicron-common zpool_name::test::test_parse_internal_zpool_name
73212025-10-11T00:22:01.249Z PASS [ 0.028s] omicron-common zpool_name::test::test_parse_zpool_name_json
73222025-10-11T00:22:01.277Z PASS [ 0.029s] omicron-common zpool_name::test::test_zpool_name_regex
73232025-10-11T00:22:01.680Z PASS [ 19.189s] nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
73242025-10-11T00:22:02.458Z PASS [ 0.778s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
73252025-10-11T00:22:02.483Z PASS [ 1.190s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
73262025-10-11T00:22:03.259Z PASS [ 7.227s] omicron-cockroach-admin cockroach_cli::tests::test_schema_init
73272025-10-11T00:22:03.340Z PASS [ 0.081s] omicron-gateway management_switch::location_map::tests::test_config_validation
73282025-10-11T00:22:03.400Z PASS [ 0.059s] omicron-gateway management_switch::location_map::tests::test_resolve_location
73292025-10-11T00:22:03.916Z PASS [ 0.517s] omicron-gateway::test_all integration_tests::component_list::component_list
73302025-10-11T00:22:03.954Z PASS [ 0.038s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
73312025-10-11T00:22:04.242Z PASS [ 0.288s] omicron-gateway::test_all integration_tests::ereports::ereports_basic
73322025-10-11T00:22:04.501Z PASS [ 0.259s] omicron-gateway::test_all integration_tests::ereports::ereports_commit
73332025-10-11T00:22:04.750Z PASS [ 0.249s] omicron-gateway::test_all integration_tests::ereports::ereports_limit
73342025-10-11T00:22:04.785Z PASS [ 23.302s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
73352025-10-11T00:22:04.882Z PASS [ 23.362s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
73362025-10-11T00:22:05.068Z PASS [ 0.283s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
73372025-10-11T00:22:05.157Z PASS [ 0.275s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
73382025-10-11T00:22:05.244Z PASS [ 0.493s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
73392025-10-11T00:22:05.309Z PASS [ 0.065s] omicron-nexus app::alert::tests::test_alert_class_list
73402025-10-11T00:22:05.352Z PASS [ 0.284s] omicron-gateway::test_all integration_tests::task_dump::task_dump
73412025-10-11T00:22:09.033Z PASS [ 6.566s] omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
73422025-10-11T00:22:24.456Z PASS [ 19.103s] omicron-nexus app::background::driver::test::test_driver_basic
73432025-10-11T00:22:24.494Z PASS [ 22.036s] omicron-dev::test-omicron-dev test_run_all
73442025-10-11T00:22:25.453Z PASS [ 20.143s] omicron-nexus app::background::driver::test::test_activation_in_progress
73452025-10-11T00:22:25.596Z PASS [ 20.437s] omicron-ls-apis::test_dependencies test_api_dependencies
73462025-10-11T00:22:29.706Z PASS [ 20.672s] omicron-nexus app::background::init::test::test_dns_propagation_basic
73472025-10-11T00:22:44.942Z SLOW [>120.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
73482025-10-11T00:22:49.595Z PASS [ 24.000s] omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
73492025-10-11T00:22:52.473Z PASS [ 127.536s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
73502025-10-11T00:22:56.186Z PASS [ 26.478s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
73512025-10-11T00:22:56.722Z PASS [ 32.227s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
73522025-10-11T00:22:56.933Z PASS [ 32.477s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
73532025-10-11T00:22:58.512Z PASS [ 33.059s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
73542025-10-11T00:23:03.855Z PASS [ 7.133s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
73552025-10-11T00:23:03.925Z PASS [ 0.071s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
73562025-10-11T00:23:04.756Z PASS [ 7.823s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
73572025-10-11T00:23:05.721Z PASS [ 9.536s] omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
73582025-10-11T00:23:06.371Z PASS [ 7.859s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
73592025-10-11T00:23:10.640Z PASS [ 21.044s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
73602025-10-11T00:23:19.962Z PASS [ 27.487s] omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
73612025-10-11T00:23:25.790Z PASS [ 21.864s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
73622025-10-11T00:23:26.154Z PASS [ 21.398s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
73632025-10-11T00:23:27.497Z PASS [ 21.776s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
73642025-10-11T00:23:28.602Z PASS [ 22.229s] omicron-nexus app::background::tasks::dns_config::test::test_basic
73652025-10-11T00:23:32.521Z PASS [ 21.881s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
73662025-10-11T00:23:42.425Z PASS [ 22.464s] omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
73672025-10-11T00:23:48.453Z PASS [ 22.663s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
73682025-10-11T00:23:58.501Z PASS [ 31.004s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
73692025-10-11T00:24:03.399Z PASS [ 30.878s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
73702025-10-11T00:24:05.794Z PASS [ 7.293s] omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
73712025-10-11T00:24:10.303Z PASS [ 21.849s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
73722025-10-11T00:24:18.713Z PASS [ 52.559s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
73732025-10-11T00:24:22.392Z PASS [ 18.993s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
73742025-10-11T00:24:23.550Z PASS [ 41.125s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
73752025-10-11T00:24:28.603Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
73762025-10-11T00:24:29.704Z PASS [ 19.401s] omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
73772025-10-11T00:24:32.780Z PASS [ 26.985s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
73782025-10-11T00:24:39.230Z PASS [ 20.516s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
73792025-10-11T00:24:42.969Z PASS [ 20.577s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
73802025-10-11T00:24:44.996Z PASS [ 21.446s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
73812025-10-11T00:24:49.958Z PASS [ 20.253s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
73822025-10-11T00:24:52.570Z PASS [ 19.790s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
73832025-10-11T00:24:58.935Z PASS [ 19.705s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
73842025-10-11T00:25:01.873Z PASS [ 18.904s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
73852025-10-11T00:25:03.187Z PASS [ 18.190s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
73862025-10-11T00:25:07.935Z PASS [ 4.747s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
73872025-10-11T00:25:10.268Z PASS [ 101.667s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
73882025-10-11T00:25:14.064Z PASS [ 24.107s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
73892025-10-11T00:25:15.073Z PASS [ 4.804s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
73902025-10-11T00:25:18.610Z PASS [ 26.040s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
73912025-10-11T00:25:19.012Z PASS [ 20.077s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
73922025-10-11T00:25:21.061Z PASS [ 19.188s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
73932025-10-11T00:25:29.294Z PASS [ 21.359s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
73942025-10-11T00:25:33.969Z PASS [ 19.904s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
73952025-10-11T00:25:34.692Z PASS [ 19.619s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
73962025-10-11T00:25:37.269Z PASS [ 18.658s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
73972025-10-11T00:25:38.428Z PASS [ 19.416s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
73982025-10-11T00:25:39.979Z PASS [ 18.918s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
73992025-10-11T00:25:40.038Z PASS [ 0.058s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
74002025-10-11T00:25:40.453Z PASS [ 0.415s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
74012025-10-11T00:25:40.798Z PASS [ 0.344s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
74022025-10-11T00:25:41.350Z PASS [ 0.552s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
74032025-10-11T00:25:42.642Z PASS [ 1.291s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
74042025-10-11T00:25:42.705Z PASS [ 0.064s] omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
74052025-10-11T00:25:43.507Z PASS [ 0.801s] omicron-nexus app::external_endpoints::test::test_authority
74062025-10-11T00:25:43.623Z PASS [ 0.116s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
74072025-10-11T00:25:45.015Z PASS [ 1.391s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
74082025-10-11T00:25:45.114Z PASS [ 0.099s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
74092025-10-11T00:25:45.178Z PASS [ 0.064s] omicron-nexus app::external_endpoints::test::test_no_endpoint
74102025-10-11T00:25:45.237Z PASS [ 0.059s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
74112025-10-11T00:25:45.294Z PASS [ 0.057s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
74122025-10-11T00:25:45.352Z PASS [ 0.057s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
74132025-10-11T00:25:45.417Z PASS [ 0.065s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
74142025-10-11T00:25:45.486Z PASS [ 0.070s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
74152025-10-11T00:25:45.544Z PASS [ 0.058s] omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
74162025-10-11T00:25:45.599Z PASS [ 0.055s] omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
74172025-10-11T00:25:47.445Z PASS [ 18.151s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
74182025-10-11T00:25:53.364Z PASS [ 19.394s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
74192025-10-11T00:25:53.439Z PASS [ 18.747s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
74202025-10-11T00:25:53.497Z PASS [ 0.058s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
74212025-10-11T00:25:54.362Z PASS [ 17.093s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
74222025-10-11T00:25:57.951Z PASS [ 19.523s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
74232025-10-11T00:26:05.479Z PASS [ 19.879s] omicron-nexus app::quiesce::test::test_quiesce_easy
74242025-10-11T00:26:07.988Z PASS [ 20.543s] omicron-nexus app::quiesce::test::test_quiesce_full
74252025-10-11T00:26:10.464Z PASS [ 17.101s] omicron-nexus app::quiesce::test::test_quiesce_multi
74262025-10-11T00:26:18.980Z PASS [ 24.616s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
74272025-10-11T00:26:19.145Z PASS [ 25.648s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
74282025-10-11T00:26:23.948Z PASS [ 25.996s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
74292025-10-11T00:26:29.993Z PASS [ 22.005s] omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
74302025-10-11T00:26:32.226Z PASS [ 26.747s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
74312025-10-11T00:26:41.134Z PASS [ 30.669s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
74322025-10-11T00:26:41.359Z PASS [ 22.379s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
74332025-10-11T00:26:54.289Z PASS [ 35.144s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
74342025-10-11T00:26:56.209Z PASS [ 32.260s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
74352025-10-11T00:27:03.347Z PASS [ 33.353s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
74362025-10-11T00:27:06.226Z PASS [ 33.998s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
74372025-10-11T00:27:11.458Z PASS [ 30.101s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
74382025-10-11T00:27:12.397Z PASS [ 31.263s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
74392025-10-11T00:27:24.971Z PASS [ 30.680s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
74402025-10-11T00:27:26.627Z PASS [ 30.408s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
74412025-10-11T00:27:30.884Z PASS [ 27.537s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
74422025-10-11T00:27:37.425Z PASS [ 31.200s] omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
74432025-10-11T00:27:38.682Z PASS [ 27.223s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
74442025-10-11T00:27:39.324Z PASS [ 26.926s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
74452025-10-11T00:27:51.926Z PASS [ 26.957s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
74462025-10-11T00:27:57.611Z PASS [ 26.726s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
74472025-10-11T00:28:03.433Z PASS [ 25.893s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
74482025-10-11T00:28:09.618Z PASS [ 30.937s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
74492025-10-11T00:28:22.326Z PASS [ 30.399s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
74502025-10-11T00:28:26.625Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
74512025-10-11T00:28:28.029Z PASS [ 30.419s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
74522025-10-11T00:28:39.326Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
74532025-10-11T00:28:41.099Z PASS [ 31.480s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
74542025-10-11T00:28:54.941Z PASS [ 32.615s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
74552025-10-11T00:29:03.320Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
74562025-10-11T00:29:11.955Z PASS [ 30.855s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
74572025-10-11T00:29:18.344Z PASS [ 111.728s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
74582025-10-11T00:29:24.862Z PASS [ 29.921s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
74592025-10-11T00:29:28.032Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
74602025-10-11T00:29:39.327Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
74612025-10-11T00:29:47.860Z PASS [ 29.515s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
74622025-10-11T00:29:56.938Z PASS [ 32.075s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
74632025-10-11T00:30:01.635Z PASS [ 142.311s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
74642025-10-11T00:30:03.321Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
74652025-10-11T00:30:05.318Z PASS [ 121.999s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
74662025-10-11T00:30:11.956Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
74672025-10-11T00:30:28.033Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
74682025-10-11T00:30:29.260Z PASS [ 32.322s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
74692025-10-11T00:30:34.330Z PASS [ 32.694s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
74702025-10-11T00:30:35.520Z PASS [ 83.566s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
74712025-10-11T00:30:47.861Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
74722025-10-11T00:31:00.963Z PASS [ 31.703s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
74732025-10-11T00:31:05.320Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
74742025-10-11T00:31:06.888Z PASS [ 32.558s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
74752025-10-11T00:31:28.034Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
74762025-10-11T00:31:32.977Z PASS [ 32.012s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
74772025-10-11T00:31:35.053Z PASS [ 187.024s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
74782025-10-11T00:31:35.522Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
74792025-10-11T00:31:42.157Z PASS [ 96.838s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
74802025-10-11T00:31:47.863Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
74812025-10-11T00:32:03.416Z PASS [ 30.439s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
74822025-10-11T00:32:05.363Z PASS [ 30.309s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
74832025-10-11T00:32:06.890Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
74842025-10-11T00:32:19.528Z PASS [ 151.668s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
74852025-10-11T00:32:25.516Z PASS [ 43.360s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
74862025-10-11T00:32:26.194Z PASS [ 20.831s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
74872025-10-11T00:32:31.627Z PASS [ 28.193s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
74882025-10-11T00:32:35.523Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
74892025-10-11T00:32:37.151Z PASS [ 121.631s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
74902025-10-11T00:32:38.745Z PASS [ 19.216s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
74912025-10-11T00:32:44.900Z PASS [ 18.706s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
74922025-10-11T00:32:54.845Z PASS [ 29.329s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
74932025-10-11T00:32:56.545Z PASS [ 19.393s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
74942025-10-11T00:32:59.899Z PASS [ 28.290s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
74952025-10-11T00:33:06.892Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
74962025-10-11T00:33:10.645Z PASS [ 31.899s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
74972025-10-11T00:33:15.626Z PASS [ 30.725s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
74982025-10-11T00:33:15.687Z PASS [ 0.061s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
74992025-10-11T00:33:26.201Z PASS [ 29.656s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
75002025-10-11T00:33:26.436Z PASS [ 31.591s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
75012025-10-11T00:33:28.898Z PASS [ 18.254s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
75022025-10-11T00:33:29.437Z PASS [ 29.538s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
75032025-10-11T00:33:42.418Z PASS [ 26.728s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
75042025-10-11T00:33:42.529Z PASS [ 155.640s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
75052025-10-11T00:33:46.371Z PASS [ 17.472s] omicron-nexus app::sagas::test_saga::test_saga_stuck
75062025-10-11T00:33:51.012Z PASS [ 21.574s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
75072025-10-11T00:34:00.379Z PASS [ 33.941s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
75082025-10-11T00:34:01.017Z PASS [ 34.816s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
75092025-10-11T00:34:01.966Z PASS [ 19.552s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
75102025-10-11T00:34:02.675Z PASS [ 20.146s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
75112025-10-11T00:34:02.726Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_accept_gz
75122025-10-11T00:34:02.781Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
75132025-10-11T00:34:02.848Z PASS [ 0.067s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
75142025-10-11T00:34:02.895Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
75152025-10-11T00:34:02.940Z PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
75162025-10-11T00:34:02.991Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
75172025-10-11T00:34:03.051Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
75182025-10-11T00:34:03.108Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_relative_uri
75192025-10-11T00:34:03.163Z PASS [ 0.055s] omicron-nexus external_api::http_entrypoints::tests::test_is_new_target_release_version_allowed
75202025-10-11T00:34:05.249Z PASS [ 3.282s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
75212025-10-11T00:34:05.528Z PASS [ 19.157s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
75222025-10-11T00:34:09.716Z PASS [ 18.705s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
75232025-10-11T00:34:19.035Z PASS [ 18.655s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
75242025-10-11T00:34:19.688Z PASS [ 18.671s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
75252025-10-11T00:34:22.170Z PASS [ 16.921s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
75262025-10-11T00:34:22.652Z PASS [ 17.123s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
75272025-10-11T00:34:35.588Z PASS [ 25.871s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
75282025-10-11T00:34:39.026Z PASS [ 35.861s] omicron-nexus populate::test::test_populators
75292025-10-11T00:34:44.059Z PASS [ 25.026s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
75302025-10-11T00:34:45.369Z PASS [ 23.199s] omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
75312025-10-11T00:34:47.612Z PASS [ 24.960s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
75322025-10-11T00:34:58.917Z PASS [ 39.229s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
75332025-10-11T00:34:59.386Z PASS [ 23.798s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
75342025-10-11T00:35:05.096Z PASS [ 19.725s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
75352025-10-11T00:35:05.396Z PASS [ 21.337s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
75362025-10-11T00:35:07.183Z PASS [ 2.086s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
75372025-10-11T00:35:07.502Z PASS [ 2.104s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
75382025-10-11T00:35:07.675Z PASS [ 0.494s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
75392025-10-11T00:35:15.447Z PASS [ 36.422s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
75402025-10-11T00:35:16.335Z PASS [ 28.718s] omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
75412025-10-11T00:35:20.511Z PASS [ 21.589s] omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
75422025-10-11T00:35:23.203Z PASS [ 15.529s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
75432025-10-11T00:35:23.236Z PASS [ 23.850s] omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
75442025-10-11T00:35:24.570Z PASS [ 17.070s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
75452025-10-11T00:35:32.997Z PASS [ 17.550s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
75462025-10-11T00:35:33.102Z PASS [ 16.768s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
75472025-10-11T00:35:37.856Z PASS [ 17.349s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
75482025-10-11T00:35:39.057Z PASS [ 15.820s] omicron-nexus::test_all integration_tests::basic::test_ping
75492025-10-11T00:35:39.667Z PASS [ 16.463s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
75502025-10-11T00:35:49.466Z PASS [ 24.895s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
75512025-10-11T00:35:49.712Z PASS [ 16.612s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
75522025-10-11T00:35:53.935Z PASS [ 16.079s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
75532025-10-11T00:35:56.011Z PASS [ 16.043s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
75542025-10-11T00:35:56.035Z PASS [ 16.699s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
75552025-10-11T00:36:01.188Z PASS [ 28.191s] omicron-nexus::test_all integration_tests::basic::test_projects_list
75562025-10-11T00:36:05.512Z PASS [ 16.046s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
75572025-10-11T00:36:06.956Z PASS [ 17.242s] omicron-nexus::test_all integration_tests::certificates::test_crud
75582025-10-11T00:36:08.952Z PASS [ 1.998s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
75592025-10-11T00:36:09.951Z PASS [ 0.999s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
75602025-10-11T00:36:10.154Z PASS [ 0.203s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
75612025-10-11T00:36:10.671Z PASS [ 16.736s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
75622025-10-11T00:36:12.630Z PASS [ 16.874s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
75632025-10-11T00:36:17.466Z PASS [ 16.278s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
75642025-10-11T00:36:19.454Z PASS [ 23.742s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
75652025-10-11T00:36:22.471Z PASS [ 16.945s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
75662025-10-11T00:36:26.422Z PASS [ 16.267s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
75672025-10-11T00:36:26.863Z PASS [ 16.192s] omicron-nexus::test_all integration_tests::console_api::test_assets
75682025-10-11T00:36:29.063Z PASS [ 16.434s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
75692025-10-11T00:36:38.836Z PASS [ 21.371s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
75702025-10-11T00:36:39.149Z PASS [ 16.691s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
75712025-10-11T00:36:39.834Z PASS [ 20.381s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
75722025-10-11T00:36:43.460Z PASS [ 16.471s] omicron-nexus::test_all integration_tests::console_api::test_session_me
75732025-10-11T00:36:44.546Z PASS [ 18.124s] omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
75742025-10-11T00:36:45.526Z PASS [ 16.462s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
75752025-10-11T00:36:56.095Z PASS [ 16.946s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
75762025-10-11T00:36:59.808Z PASS [ 20.971s] omicron-nexus::test_all integration_tests::console_api::test_sessions
75772025-10-11T00:37:11.699Z PASS [ 31.865s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
75782025-10-11T00:37:12.642Z PASS [ 29.307s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
75792025-10-11T00:37:16.029Z PASS [ 31.483s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
75802025-10-11T00:37:17.976Z PASS [ 32.450s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
75812025-10-11T00:37:38.051Z PASS [ 41.955s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
75822025-10-11T00:37:41.684Z PASS [ 41.876s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
75832025-10-11T00:37:46.242Z PASS [ 33.599s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
75842025-10-11T00:37:52.793Z PASS [ 41.094s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
75852025-10-11T00:37:57.198Z PASS [ 41.169s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
75862025-10-11T00:37:58.190Z PASS [ 40.213s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
75872025-10-11T00:38:11.552Z PASS [ 25.309s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
75882025-10-11T00:38:18.883Z PASS [ 40.832s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
75892025-10-11T00:38:40.387Z PASS [ 42.198s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
75902025-10-11T00:38:41.686Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
75912025-10-11T00:38:42.556Z PASS [ 60.871s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
75922025-10-11T00:38:52.796Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
75932025-10-11T00:38:54.771Z PASS [ 43.219s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
75942025-10-11T00:38:57.200Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
75952025-10-11T00:39:09.155Z PASS [ 50.270s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
75962025-10-11T00:39:15.288Z PASS [ 20.516s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
75972025-10-11T00:39:16.674Z PASS [ 83.882s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
75982025-10-11T00:39:20.053Z PASS [ 82.854s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
75992025-10-11T00:39:33.223Z PASS [ 17.935s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
76002025-10-11T00:39:38.617Z PASS [ 21.942s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
76012025-10-11T00:39:39.798Z PASS [ 30.644s] omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
76022025-10-11T00:39:40.389Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
76032025-10-11T00:39:40.655Z PASS [ 20.602s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
76042025-10-11T00:39:42.559Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
76052025-10-11T00:39:49.842Z PASS [ 16.618s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
76062025-10-11T00:39:57.748Z PASS [ 77.360s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
76072025-10-11T00:40:07.545Z PASS [ 27.747s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
76082025-10-11T00:40:14.221Z PASS [ 24.379s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
76092025-10-11T00:40:16.561Z PASS [ 35.906s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
76102025-10-11T00:40:21.142Z PASS [ 23.394s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
76112025-10-11T00:40:31.551Z PASS [ 24.005s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
76122025-10-11T00:40:37.928Z PASS [ 23.707s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
76132025-10-11T00:40:38.618Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
76142025-10-11T00:40:39.171Z PASS [ 116.615s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
76152025-10-11T00:40:40.365Z PASS [ 23.803s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
76162025-10-11T00:40:43.473Z PASS [ 64.855s] omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
76172025-10-11T00:40:53.686Z PASS [ 22.135s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
76182025-10-11T00:40:57.888Z PASS [ 18.717s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
76192025-10-11T00:40:59.002Z PASS [ 18.638s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
76202025-10-11T00:41:00.409Z PASS [ 22.481s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
76212025-10-11T00:41:05.478Z PASS [ 22.005s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
76222025-10-11T00:41:11.648Z PASS [ 17.962s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
76232025-10-11T00:41:21.145Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
76242025-10-11T00:41:21.505Z PASS [ 23.617s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
76252025-10-11T00:41:22.381Z PASS [ 21.972s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
76262025-10-11T00:41:30.889Z PASS [ 25.411s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
76272025-10-11T00:41:33.271Z PASS [ 34.269s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
76282025-10-11T00:41:36.591Z PASS [ 24.942s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
76292025-10-11T00:41:47.849Z PASS [ 26.343s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
76302025-10-11T00:41:47.902Z PASS [ 25.520s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
76312025-10-11T00:41:54.631Z PASS [ 23.741s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
76322025-10-11T00:41:54.682Z PASS [ 21.409s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
76332025-10-11T00:42:00.116Z PASS [ 23.526s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
76342025-10-11T00:42:09.669Z PASS [ 21.818s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
76352025-10-11T00:42:10.100Z PASS [ 22.197s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
76362025-10-11T00:42:13.487Z PASS [ 18.805s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
76372025-10-11T00:42:14.461Z PASS [ 19.830s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
76382025-10-11T00:42:21.147Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
76392025-10-11T00:42:22.964Z PASS [ 22.848s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
76402025-10-11T00:42:31.476Z PASS [ 21.808s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
76412025-10-11T00:42:35.511Z PASS [ 22.023s] omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
76422025-10-11T00:42:35.977Z PASS [ 25.877s] omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
76432025-10-11T00:42:39.135Z PASS [ 24.674s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
76442025-10-11T00:42:51.478Z PASS [ 28.513s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
76452025-10-11T00:42:53.117Z PASS [ 17.140s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
76462025-10-11T00:43:04.198Z PASS [ 25.063s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
76472025-10-11T00:43:06.240Z PASS [ 34.763s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
76482025-10-11T00:43:09.516Z PASS [ 18.037s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
76492025-10-11T00:43:09.811Z PASS [ 34.299s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
76502025-10-11T00:43:18.256Z PASS [ 25.139s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
76512025-10-11T00:43:20.658Z PASS [ 16.458s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
76522025-10-11T00:43:21.149Z SLOW [>180.000s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
76532025-10-11T00:43:22.519Z PASS [ 16.279s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
76542025-10-11T00:43:25.892Z PASS [ 16.377s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
76552025-10-11T00:43:27.833Z PASS [ 18.022s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
76562025-10-11T00:43:35.791Z PASS [ 17.534s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
76572025-10-11T00:43:37.779Z PASS [ 17.122s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
76582025-10-11T00:43:41.928Z PASS [ 19.407s] omicron-nexus::test_all integration_tests::images::test_image_create
76592025-10-11T00:43:47.008Z PASS [ 21.115s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
76602025-10-11T00:43:51.074Z PASS [ 23.241s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
76612025-10-11T00:43:56.761Z PASS [ 20.971s] omicron-nexus::test_all integration_tests::images::test_image_promotion
76622025-10-11T00:43:57.641Z PASS [ 19.861s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
76632025-10-11T00:44:01.441Z PASS [ 19.507s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
76642025-10-11T00:44:03.757Z PASS [ 6.115s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
76652025-10-11T00:44:06.248Z PASS [ 19.240s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
76662025-10-11T00:44:07.189Z PASS [ 5.749s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
76672025-10-11T00:44:07.363Z PASS [ 3.607s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
76682025-10-11T00:44:08.064Z PASS [ 16.989s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
76692025-10-11T00:44:11.739Z PASS [ 14.977s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
76702025-10-11T00:44:15.350Z PASS [ 9.102s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
76712025-10-11T00:44:21.151Z SLOW [>240.000s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
76722025-10-11T00:44:28.779Z PASS [ 20.716s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
76732025-10-11T00:44:32.752Z PASS [ 25.388s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
76742025-10-11T00:44:36.591Z PASS [ 24.853s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
76752025-10-11T00:44:38.471Z PASS [ 31.281s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
76762025-10-11T00:44:38.633Z PASS [ 23.283s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
76772025-10-11T00:44:54.619Z PASS [ 25.839s] omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
76782025-10-11T00:44:55.199Z PASS [ 16.729s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
76792025-10-11T00:44:55.281Z PASS [ 16.648s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
76802025-10-11T00:45:00.564Z PASS [ 23.973s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
76812025-10-11T00:45:05.082Z PASS [ 32.330s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
76822025-10-11T00:45:11.134Z PASS [ 15.852s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
76832025-10-11T00:45:18.301Z PASS [ 23.682s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
76842025-10-11T00:45:21.152Z SLOW [>300.000s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
76852025-10-11T00:45:24.356Z PASS [ 19.274s] omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
76862025-10-11T00:45:24.654Z PASS [ 29.454s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
76872025-10-11T00:45:29.935Z PASS [ 18.801s] omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
76882025-10-11T00:45:30.295Z PASS [ 29.730s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
76892025-10-11T00:45:46.092Z PASS [ 21.438s] omicron-nexus::test_all integration_tests::instances::test_instance_access
76902025-10-11T00:45:46.285Z PASS [ 16.350s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
76912025-10-11T00:45:55.117Z PASS [ 24.823s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
76922025-10-11T00:45:55.997Z PASS [ 31.641s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
76932025-10-11T00:46:04.482Z PASS [ 46.180s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
76942025-10-11T00:46:13.216Z PASS [ 27.124s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
76952025-10-11T00:46:13.965Z PASS [ 27.680s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
76962025-10-11T00:46:21.154Z SLOW [>360.000s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
76972025-10-11T00:46:21.187Z PASS [ 25.189s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
76982025-10-11T00:46:21.383Z FAIL [ 360.193s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
76992025-10-11T00:46:21.383Z stdout ───
77002025-10-11T00:46:21.383Z
77012025-10-11T00:46:21.383Z running 1 test
77022025-10-11T00:46:21.383Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
77032025-10-11T00:46:21.384Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: System }, version: Some(RouterVersion { router_id: a8a83e2b-1598-4353-b0b5-4bdfbcf0cc3a, version: 3 }), routes: {ResolvedVpcRoute { dest: V6(Ipv6Net { addr: fd21:6126:483a::, width: 64 }), target: VpcSubnet(V6(Ipv6Net { addr: fd21:6126:483a::, width: 64 })) }, ResolvedVpcRoute { dest: V6(Ipv6Net { addr: ::, width: 0 }), target: InternetGateway(Instance(e1ae1569-b19a-40e5-af8f-a3e5a1f1382d)) }, ResolvedVpcRoute { dest: V4(Ipv4Net { addr: 172.30.0.0, width: 22 }), target: VpcSubnet(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, ResolvedVpcRoute { dest: V4(Ipv4Net { addr: 0.0.0.0, width: 0 }), target: InternetGateway(Instance(e1ae1569-b19a-40e5-af8f-a3e5a1f1382d)) }} }
77042025-10-11T00:46:21.384Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
77052025-10-11T00:46:21.384Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
77062025-10-11T00:46:21.384Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: System }, version: Some(RouterVersion { router_id: a8a83e2b-1598-4353-b0b5-4bdfbcf0cc3a, version: 4 }), routes: {ResolvedVpcRoute { dest: V4(Ipv4Net { addr: 0.0.0.0, width: 0 }), target: InternetGateway(Instance(e1ae1569-b19a-40e5-af8f-a3e5a1f1382d)) }, ResolvedVpcRoute { dest: V6(Ipv6Net { addr: ::, width: 0 }), target: InternetGateway(Instance(e1ae1569-b19a-40e5-af8f-a3e5a1f1382d)) }, ResolvedVpcRoute { dest: V4(Ipv4Net { addr: 172.30.0.0, width: 22 }), target: VpcSubnet(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, ResolvedVpcRoute { dest: V6(Ipv6Net { addr: fd21:6126:483a::, width: 64 }), target: VpcSubnet(V6(Ipv6Net { addr: fd21:6126:483a::, width: 64 })) }} }
77072025-10-11T00:46:21.384Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
77082025-10-11T00:46:21.384Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
77092025-10-11T00:46:21.384Z test integration_tests::disks::test_disk_move_between_instances has been running for over 60 seconds
77102025-10-11T00:46:21.384Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
77112025-10-11T00:46:21.384Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
77122025-10-11T00:46:21.384Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
77132025-10-11T00:46:21.384Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
77142025-10-11T00:46:21.384Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
77152025-10-11T00:46:21.384Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
77162025-10-11T00:46:21.384Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
77172025-10-11T00:46:21.384Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
77182025-10-11T00:46:21.384Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
77192025-10-11T00:46:21.384Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(6573047), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
77202025-10-11T00:46:21.384Z test integration_tests::disks::test_disk_move_between_instances ... FAILED
77212025-10-11T00:46:21.384Z
77222025-10-11T00:46:21.384Z failures:
77232025-10-11T00:46:21.385Z
77242025-10-11T00:46:21.385Z failures:
77252025-10-11T00:46:21.385Z integration_tests::disks::test_disk_move_between_instances
77262025-10-11T00:46:21.385Z
77272025-10-11T00:46:21.385Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 469 filtered out; finished in 359.77s
77282025-10-11T00:46:21.385Z
77292025-10-11T00:46:21.385Z stderr ───
77302025-10-11T00:46:21.385Z log file: /var/tmp/omicron_tmp/test_all-d335379d5fc1140c-test_disk_move_between_instances.23925.0.log
77312025-10-11T00:46:21.385Z note: configured to log to "/var/tmp/omicron_tmp/test_all-d335379d5fc1140c-test_disk_move_between_instances.23925.0.log"
77322025-10-11T00:46:21.385Z DB URL: postgresql://root@[::1]:44148/omicron?sslmode=disable
77332025-10-11T00:46:21.385Z DB address: [::1]:44148
77342025-10-11T00:46:21.385Z log file: /var/tmp/omicron_tmp/test_all-d335379d5fc1140c-test_disk_move_between_instances.23925.2.log
77352025-10-11T00:46:21.385Z note: configured to log to "/var/tmp/omicron_tmp/test_all-d335379d5fc1140c-test_disk_move_between_instances.23925.2.log"
77362025-10-11T00:46:21.385Z
77372025-10-11T00:46:21.385Z thread 'integration_tests::disks::test_disk_move_between_instances' panicked at nexus/tests/integration_tests/instances.rs:7697:19:
77382025-10-11T00:46:21.385Z instance 9e982e19-f25f-43cb-81f7-17501cc70b91 did not transition to Stopped after 320s: timed out after 321.172888216s
77392025-10-11T00:46:21.385Z stack backtrace:
77402025-10-11T00:46:21.385Z 0: __rustc::rust_begin_unwind
77412025-10-11T00:46:21.385Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/panicking.rs:697:5
77422025-10-11T00:46:21.385Z 1: core::panicking::panic_fmt
77432025-10-11T00:46:21.385Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/panicking.rs:75:14
77442025-10-11T00:46:21.385Z 2: {async_fn#0}
77452025-10-11T00:46:21.385Z at ./tests/integration_tests/instances.rs:7697:19
77462025-10-11T00:46:21.385Z 3: {async_fn#0}
77472025-10-11T00:46:21.385Z at ./tests/integration_tests/instances.rs:7648:6
77482025-10-11T00:46:21.385Z 4: {async_fn#0}
77492025-10-11T00:46:21.386Z at ./tests/integration_tests/disks.rs:546:10
77502025-10-11T00:46:21.386Z 5: {async_block#0}
77512025-10-11T00:46:21.386Z at ./tests/integration_tests/disks.rs:485:1
77522025-10-11T00:46:21.386Z 6: poll<&mut dyn core::future::future::Future<Output=()>>
77532025-10-11T00:46:21.386Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/future/future.rs:124:9
77542025-10-11T00:46:21.386Z 7: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
77552025-10-11T00:46:21.386Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/future/future.rs:124:9
77562025-10-11T00:46:21.386Z 8: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
77572025-10-11T00:46:21.412Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:742:70
77582025-10-11T00:46:21.412Z 9: 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=()>>>>>
77592025-10-11T00:46:21.412Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/task/coop/mod.rs:167:5
77602025-10-11T00:46:21.412Z 10: 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=()>>>>>
77612025-10-11T00:46:21.412Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/task/coop/mod.rs:133:5
77622025-10-11T00:46:21.412Z 11: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
77632025-10-11T00:46:21.412Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:742:25
77642025-10-11T00:46:21.412Z 12: tokio::runtime::scheduler::current_thread::Context::enter
77652025-10-11T00:46:21.412Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:432:19
77662025-10-11T00:46:21.412Z 13: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
77672025-10-11T00:46:21.412Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:741:44
77682025-10-11T00:46:21.413Z 14: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
77692025-10-11T00:46:21.413Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:829:68
77702025-10-11T00:46:21.413Z 15: tokio::runtime::context::scoped::Scoped<T>::set
77712025-10-11T00:46:21.413Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/context/scoped.rs:40:9
77722025-10-11T00:46:21.413Z 16: tokio::runtime::context::set_scheduler::{{closure}}
77732025-10-11T00:46:21.413Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/context.rs:176:38
77742025-10-11T00:46:21.413Z 17: 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<()>)>
77752025-10-11T00:46:21.413Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/thread/local.rs:315:12
77762025-10-11T00:46:21.413Z 18: std::thread::local::LocalKey<T>::with
77772025-10-11T00:46:21.413Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/thread/local.rs:279:20
77782025-10-11T00:46:21.413Z 19: tokio::runtime::context::set_scheduler
77792025-10-11T00:46:21.413Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/context.rs:176:17
77802025-10-11T00:46:21.413Z 20: tokio::runtime::scheduler::current_thread::CoreGuard::enter
77812025-10-11T00:46:21.413Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:829:27
77822025-10-11T00:46:21.413Z 21: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
77832025-10-11T00:46:21.413Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:729:24
77842025-10-11T00:46:21.413Z 22: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
77852025-10-11T00:46:21.413Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:200:33
77862025-10-11T00:46:21.413Z 23: tokio::runtime::context::runtime::enter_runtime
77872025-10-11T00:46:21.413Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/context/runtime.rs:65:16
77882025-10-11T00:46:21.413Z 24: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
77892025-10-11T00:46:21.413Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:188:9
77902025-10-11T00:46:21.413Z 25: tokio::runtime::runtime::Runtime::block_on_inner
77912025-10-11T00:46:21.413Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/runtime.rs:356:52
77922025-10-11T00:46:21.413Z 26: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
77932025-10-11T00:46:21.413Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/runtime.rs:330:18
77942025-10-11T00:46:21.414Z 27: test_disk_move_between_instances
77952025-10-11T00:46:21.414Z at ./tests/integration_tests/disks.rs:485:1
77962025-10-11T00:46:21.414Z 28: test_all::integration_tests::disks::test_disk_move_between_instances::{{closure}}
77972025-10-11T00:46:21.414Z at ./tests/integration_tests/disks.rs:486:79
77982025-10-11T00:46:21.414Z 29: core::ops::function::FnOnce::call_once
77992025-10-11T00:46:21.414Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/ops/function.rs:250:5
78002025-10-11T00:46:21.414Z 30: core::ops::function::FnOnce::call_once
78012025-10-11T00:46:21.414Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/ops/function.rs:250:5
78022025-10-11T00:46:21.414Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
78032025-10-11T00:46:21.414Z WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
78042025-10-11T00:46:21.414Z WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmpwCWt7k"
78052025-10-11T00:46:21.414Z If you would like to access the database for debugging, run the following:
78062025-10-11T00:46:21.414Z
78072025-10-11T00:46:21.414Z # Run the database
78082025-10-11T00:46:21.414Z cargo xtask db-dev run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmpwCWt7k/data"
78092025-10-11T00:46:21.414Z # Access the database. Note the port may change if you run multiple databases.
78102025-10-11T00:46:21.414Z cockroach sql --host=localhost:32221 --insecure
78112025-10-11T00:46:21.414Z WARN: dropped ClickHouse process without cleaning it up first (there may still be a child process running (PID 23939) and a temporary directory leaked, /var/tmp/omicron_tmp/test_all-d335379d5fc1140c-test_disk_move_between_instances.23925.1-clickhouse-ub6Rg4)
78122025-10-11T00:46:21.414Z failed to clean up ClickHouse data dir:
78132025-10-11T00:46:21.414Z - /var/tmp/omicron_tmp/test_all-d335379d5fc1140c-test_disk_move_between_instances.23925.1-clickhouse-ub6Rg4: File exists (os error 17)
78142025-10-11T00:46:21.414Z WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
78152025-10-11T00:46:21.414Z WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpRPHu72
78162025-10-11T00:46:21.414Z WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
78172025-10-11T00:46:21.414Z WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpoefmyY
78182025-10-11T00:46:21.415Z
78192025-10-11T00:46:21.955Z PASS [ 26.837s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
78202025-10-11T00:46:31.209Z PASS [ 26.727s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
78212025-10-11T00:46:35.060Z PASS [ 21.095s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
78222025-10-11T00:46:37.088Z PASS [ 23.872s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
78232025-10-11T00:46:46.763Z PASS [ 25.576s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
78242025-10-11T00:46:52.133Z PASS [ 30.795s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
78252025-10-11T00:46:54.169Z PASS [ 22.960s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
78262025-10-11T00:46:56.265Z PASS [ 21.204s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
78272025-10-11T00:47:02.688Z PASS [ 25.600s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
78282025-10-11T00:47:05.846Z PASS [ 43.891s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
78292025-10-11T00:47:11.880Z PASS [ 25.117s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
78302025-10-11T00:47:17.133Z PASS [ 25.001s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
78312025-10-11T00:47:21.496Z PASS [ 25.231s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
78322025-10-11T00:47:21.532Z PASS [ 27.363s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
78332025-10-11T00:47:27.384Z PASS [ 24.696s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
78342025-10-11T00:47:48.044Z PASS [ 30.911s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
78352025-10-11T00:47:48.441Z PASS [ 26.908s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
78362025-10-11T00:47:53.502Z PASS [ 41.622s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
78372025-10-11T00:47:53.795Z PASS [ 32.299s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
78382025-10-11T00:47:54.110Z PASS [ 26.726s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
78392025-10-11T00:48:05.849Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
78402025-10-11T00:48:09.131Z PASS [ 63.284s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
78412025-10-11T00:48:11.457Z PASS [ 23.017s] omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
78422025-10-11T00:48:15.784Z PASS [ 27.740s] omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
78432025-10-11T00:48:17.049Z PASS [ 23.547s] omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
78442025-10-11T00:48:28.712Z PASS [ 19.581s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
78452025-10-11T00:48:29.229Z PASS [ 35.433s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
78462025-10-11T00:48:32.361Z PASS [ 16.576s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
78472025-10-11T00:48:33.917Z PASS [ 39.806s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
78482025-10-11T00:48:42.772Z PASS [ 31.313s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
78492025-10-11T00:48:44.396Z PASS [ 27.347s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
78502025-10-11T00:48:46.861Z PASS [ 18.149s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
78512025-10-11T00:48:51.629Z PASS [ 17.711s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
78522025-10-11T00:48:52.375Z PASS [ 23.146s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
78532025-10-11T00:48:55.275Z PASS [ 22.914s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
78542025-10-11T00:49:06.731Z PASS [ 23.960s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
78552025-10-11T00:49:07.479Z PASS [ 23.083s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
78562025-10-11T00:49:11.021Z PASS [ 15.745s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
78572025-10-11T00:49:13.786Z PASS [ 22.158s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
78582025-10-11T00:49:17.274Z PASS [ 24.899s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
78592025-10-11T00:49:19.727Z PASS [ 32.866s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
78602025-10-11T00:49:23.699Z PASS [ 16.968s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
78612025-10-11T00:49:24.161Z PASS [ 16.681s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
78622025-10-11T00:49:28.452Z PASS [ 17.432s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
78632025-10-11T00:49:33.078Z PASS [ 15.803s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
78642025-10-11T00:49:41.262Z PASS [ 27.476s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
78652025-10-11T00:49:48.589Z PASS [ 28.861s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
78662025-10-11T00:49:49.423Z PASS [ 25.262s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
78672025-10-11T00:49:49.931Z PASS [ 26.232s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
78682025-10-11T00:49:56.285Z PASS [ 27.832s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
78692025-10-11T00:49:58.729Z PASS [ 25.651s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
78702025-10-11T00:49:58.814Z PASS [ 17.552s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
78712025-10-11T00:50:07.713Z PASS [ 17.782s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
78722025-10-11T00:50:07.824Z PASS [ 18.401s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
78732025-10-11T00:50:08.210Z PASS [ 19.621s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
78742025-10-11T00:50:12.750Z PASS [ 16.465s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
78752025-10-11T00:50:13.330Z PASS [ 14.516s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
78762025-10-11T00:50:13.872Z PASS [ 15.143s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
78772025-10-11T00:50:24.866Z PASS [ 17.152s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
78782025-10-11T00:50:25.323Z PASS [ 17.498s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
78792025-10-11T00:50:27.271Z PASS [ 19.061s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
78802025-10-11T00:50:30.300Z PASS [ 17.550s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
78812025-10-11T00:50:33.293Z PASS [ 19.421s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
78822025-10-11T00:50:34.146Z PASS [ 20.815s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
78832025-10-11T00:50:41.327Z PASS [ 16.004s] omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
78842025-10-11T00:50:43.665Z PASS [ 16.394s] omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
78852025-10-11T00:50:50.467Z PASS [ 25.600s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
78862025-10-11T00:50:54.116Z PASS [ 19.970s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
78872025-10-11T00:51:01.331Z PASS [ 17.666s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
78882025-10-11T00:51:03.223Z PASS [ 32.923s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
78892025-10-11T00:51:06.926Z PASS [ 16.459s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
78902025-10-11T00:51:13.994Z PASS [ 19.878s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
78912025-10-11T00:51:19.806Z PASS [ 46.513s] omicron-nexus::test_all integration_tests::metrics::test_metrics
78922025-10-11T00:51:23.148Z PASS [ 41.821s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
78932025-10-11T00:51:28.753Z PASS [ 21.827s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
78942025-10-11T00:51:31.066Z PASS [ 29.734s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
78952025-10-11T00:51:35.396Z PASS [ 21.401s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
78962025-10-11T00:51:41.336Z PASS [ 38.114s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
78972025-10-11T00:51:42.047Z PASS [ 22.240s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
78982025-10-11T00:51:53.437Z PASS [ 22.371s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
78992025-10-11T00:51:59.395Z PASS [ 36.247s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
79002025-10-11T00:52:05.528Z PASS [ 36.775s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
79012025-10-11T00:52:09.800Z PASS [ 27.753s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
79022025-10-11T00:52:10.076Z PASS [ 28.739s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
79032025-10-11T00:52:11.798Z PASS [ 36.402s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
79042025-10-11T00:52:22.757Z PASS [ 23.361s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
79052025-10-11T00:52:23.026Z PASS [ 29.588s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
79062025-10-11T00:52:31.517Z PASS [ 19.719s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
79072025-10-11T00:52:39.224Z PASS [ 16.467s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
79082025-10-11T00:52:39.449Z PASS [ 16.423s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
79092025-10-11T00:52:43.327Z PASS [ 37.798s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
79102025-10-11T00:52:47.876Z PASS [ 38.075s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
79112025-10-11T00:52:48.480Z PASS [ 16.962s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
79122025-10-11T00:53:01.382Z PASS [ 22.157s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
79132025-10-11T00:53:01.725Z PASS [ 22.276s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
79142025-10-11T00:53:02.275Z PASS [ 18.948s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
79152025-10-11T00:53:10.079Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
79162025-10-11T00:53:10.104Z PASS [ 22.219s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
79172025-10-11T00:53:13.515Z PASS [ 25.035s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
79182025-10-11T00:53:19.921Z PASS [ 17.645s] omicron-nexus::test_all integration_tests::quiesce::test_quiesce
79192025-10-11T00:53:20.927Z PASS [ 19.201s] omicron-nexus::test_all integration_tests::projects::test_projects
79202025-10-11T00:53:21.630Z PASS [ 20.223s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
79212025-10-11T00:53:23.004Z PASS [ 72.927s] omicron-nexus::test_all integration_tests::password_login::test_local_users
79222025-10-11T00:53:29.318Z PASS [ 19.222s] omicron-nexus::test_all integration_tests::quotas::test_negative_quota
79232025-10-11T00:53:33.414Z PASS [ 19.899s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
79242025-10-11T00:53:35.313Z PASS [ 14.386s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
79252025-10-11T00:53:37.649Z PASS [ 16.044s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
79262025-10-11T00:53:41.058Z PASS [ 18.053s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
79272025-10-11T00:53:46.367Z PASS [ 17.049s] omicron-nexus::test_all integration_tests::rack::test_sled_add
79282025-10-11T00:53:50.130Z PASS [ 16.716s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
79292025-10-11T00:53:51.899Z PASS [ 16.585s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
79302025-10-11T00:53:55.930Z PASS [ 18.281s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
79312025-10-11T00:53:57.022Z PASS [ 15.964s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
79322025-10-11T00:54:00.806Z PASS [ 40.885s] omicron-nexus::test_all integration_tests::quotas::test_quotas
79332025-10-11T00:54:02.242Z PASS [ 15.875s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
79342025-10-11T00:54:02.356Z PASS [ 0.113s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
79352025-10-11T00:54:02.464Z PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
79362025-10-11T00:54:02.573Z PASS [ 0.109s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
79372025-10-11T00:54:02.737Z PASS [ 0.163s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
79382025-10-11T00:54:02.878Z PASS [ 0.141s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
79392025-10-11T00:54:10.376Z PASS [ 20.246s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
79402025-10-11T00:54:12.464Z PASS [ 20.565s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
79412025-10-11T00:54:15.007Z PASS [ 17.985s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
79422025-10-11T00:54:20.189Z PASS [ 19.382s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
79432025-10-11T00:54:20.560Z PASS [ 17.682s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
79442025-10-11T00:54:20.666Z PASS [ 24.735s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
79452025-10-11T00:54:20.788Z PASS [ 0.123s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
79462025-10-11T00:54:27.078Z PASS [ 16.702s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
79472025-10-11T00:54:29.739Z PASS [ 17.275s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
79482025-10-11T00:54:29.841Z PASS [ 0.102s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
79492025-10-11T00:54:29.935Z PASS [ 0.094s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
79502025-10-11T00:54:31.937Z PASS [ 16.930s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
79512025-10-11T00:54:37.131Z PASS [ 16.942s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
79522025-10-11T00:54:37.203Z PASS [ 16.643s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
79532025-10-11T00:54:38.760Z PASS [ 17.972s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
79542025-10-11T00:54:43.239Z PASS [ 16.160s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
79552025-10-11T00:54:45.572Z PASS [ 15.637s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
79562025-10-11T00:54:47.095Z PASS [ 15.158s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
79572025-10-11T00:54:49.440Z PASS [ 2.345s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
79582025-10-11T00:54:49.960Z PASS [ 12.830s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
79592025-10-11T00:54:50.345Z PASS [ 13.142s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
79602025-10-11T00:54:51.550Z PASS [ 2.110s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
79612025-10-11T00:54:53.335Z PASS [ 1.785s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
79622025-10-11T00:54:55.064Z PASS [ 1.728s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
79632025-10-11T00:54:56.925Z PASS [ 1.861s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
79642025-10-11T00:54:58.788Z PASS [ 1.863s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
79652025-10-11T00:55:58.789Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
79662025-10-11T00:56:16.897Z PASS [ 78.109s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
79672025-10-11T00:56:18.240Z PASS [ 1.342s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
79682025-10-11T00:57:14.124Z PASS [ 55.883s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
79692025-10-11T00:57:32.278Z PASS [ 18.154s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
79702025-10-11T00:58:22.181Z PASS [ 49.903s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
79712025-10-11T00:58:33.976Z PASS [ 11.794s] omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
79722025-10-11T00:58:34.414Z PASS [ 12.232s] omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
79732025-10-11T00:58:45.059Z PASS [ 11.083s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
79742025-10-11T00:58:46.258Z PASS [ 11.843s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
79752025-10-11T00:58:55.998Z PASS [ 10.939s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
79762025-10-11T00:58:58.398Z PASS [ 12.140s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
79772025-10-11T00:59:07.754Z PASS [ 11.756s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
79782025-10-11T00:59:10.392Z PASS [ 11.994s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
79792025-10-11T00:59:19.683Z PASS [ 11.928s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
79802025-10-11T00:59:22.184Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
79812025-10-11T00:59:22.456Z PASS [ 12.064s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
79822025-10-11T00:59:24.453Z PASS [ 62.272s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
79832025-10-11T00:59:36.994Z PASS [ 17.311s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
79842025-10-11T00:59:39.458Z PASS [ 17.002s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
79852025-10-11T00:59:40.837Z PASS [ 16.383s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
79862025-10-11T00:59:41.563Z PASS [ 17.109s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
79872025-10-11T00:59:41.658Z PASS [ 17.204s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
79882025-10-11T00:59:42.985Z PASS [ 18.531s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
79892025-10-11T00:59:56.677Z PASS [ 17.219s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
79902025-10-11T00:59:58.043Z PASS [ 16.480s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
79912025-10-11T00:59:58.424Z PASS [ 16.766s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
79922025-10-11T00:59:59.002Z PASS [ 22.008s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
79932025-10-11T00:59:59.422Z PASS [ 18.585s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
79942025-10-11T01:00:00.023Z PASS [ 17.037s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
79952025-10-11T01:00:13.620Z PASS [ 16.943s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
79962025-10-11T01:00:14.804Z PASS [ 16.761s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
79972025-10-11T01:00:17.514Z PASS [ 18.092s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
79982025-10-11T01:00:19.495Z PASS [ 21.071s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
79992025-10-11T01:00:21.845Z PASS [ 21.822s] omicron-nexus::test_all integration_tests::silos::test_silos
80002025-10-11T01:00:22.111Z PASS [ 23.108s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
80012025-10-11T01:00:29.784Z PASS [ 16.163s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
80022025-10-11T01:00:35.443Z PASS [ 17.928s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
80032025-10-11T01:00:38.756Z PASS [ 23.951s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
80042025-10-11T01:00:40.657Z PASS [ 18.812s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
80052025-10-11T01:00:41.707Z PASS [ 22.212s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
80062025-10-11T01:00:50.598Z PASS [ 28.487s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
80072025-10-11T01:00:54.687Z PASS [ 15.930s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
80082025-10-11T01:00:58.793Z PASS [ 29.009s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
80092025-10-11T01:00:58.931Z PASS [ 18.274s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
80102025-10-11T01:00:59.968Z PASS [ 18.260s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
80112025-10-11T01:01:01.581Z PASS [ 26.137s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
80122025-10-11T01:01:09.239Z PASS [ 18.640s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
80132025-10-11T01:01:23.147Z PASS [ 24.354s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
80142025-10-11T01:01:25.292Z PASS [ 30.606s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
80152025-10-11T01:01:25.490Z PASS [ 25.523s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
80162025-10-11T01:01:26.370Z PASS [ 17.131s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
80172025-10-11T01:01:26.795Z PASS [ 27.863s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
80182025-10-11T01:01:27.137Z PASS [ 25.556s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
80192025-10-11T01:01:44.268Z PASS [ 17.473s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
80202025-10-11T01:01:45.129Z PASS [ 19.837s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
80212025-10-11T01:01:45.350Z PASS [ 19.859s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
80222025-10-11T01:01:46.652Z PASS [ 20.282s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
80232025-10-11T01:01:47.281Z PASS [ 20.143s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
80242025-10-11T01:01:49.198Z PASS [ 1.917s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
80252025-10-11T01:01:51.371Z PASS [ 28.223s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
80262025-10-11T01:02:03.685Z PASS [ 18.334s] omicron-nexus::test_all integration_tests::target_release::get_set_target_release
80272025-10-11T01:02:03.870Z PASS [ 19.602s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
80282025-10-11T01:02:04.534Z PASS [ 19.405s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
80292025-10-11T01:02:08.715Z PASS [ 17.344s] omicron-nexus::test_all integration_tests::updates::test_repo_prune
80302025-10-11T01:02:09.670Z PASS [ 20.473s] omicron-nexus::test_all integration_tests::updates::test_repo_list
80312025-10-11T01:02:19.970Z PASS [ 16.100s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
80322025-10-11T01:02:22.899Z PASS [ 18.364s] omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
80332025-10-11T01:02:26.575Z PASS [ 17.860s] omicron-nexus::test_all integration_tests::updates::test_update_status
80342025-10-11T01:02:27.284Z PASS [ 17.613s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
80352025-10-11T01:02:28.480Z PASS [ 24.795s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
80362025-10-11T01:02:44.962Z PASS [ 24.990s] omicron-nexus::test_all integration_tests::utilization::test_utilization_list
80372025-10-11T01:02:46.654Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
80382025-10-11T01:02:51.939Z PASS [ 29.041s] omicron-nexus::test_all integration_tests::utilization::test_utilization_view
80392025-10-11T01:02:52.403Z PASS [ 23.923s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
80402025-10-11T01:02:52.847Z PASS [ 26.272s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
80412025-10-11T01:02:56.886Z PASS [ 29.602s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
80422025-10-11T01:03:13.443Z PASS [ 28.482s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
80432025-10-11T01:03:19.880Z PASS [ 27.941s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
80442025-10-11T01:03:20.073Z PASS [ 27.669s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
80452025-10-11T01:03:20.827Z PASS [ 27.980s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
80462025-10-11T01:03:25.396Z PASS [ 28.510s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
80472025-10-11T01:03:28.619Z PASS [ 101.966s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
80482025-10-11T01:03:41.157Z PASS [ 27.714s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
80492025-10-11T01:03:42.906Z PASS [ 22.833s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
80502025-10-11T01:03:46.411Z PASS [ 26.530s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
80512025-10-11T01:03:50.432Z PASS [ 21.813s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
80522025-10-11T01:04:04.385Z PASS [ 21.479s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
80532025-10-11T01:04:09.472Z PASS [ 28.315s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
80542025-10-11T01:04:09.784Z PASS [ 44.388s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
80552025-10-11T01:04:11.125Z PASS [ 50.297s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
80562025-10-11T01:04:12.876Z PASS [ 26.465s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
80572025-10-11T01:04:22.404Z PASS [ 31.972s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
80582025-10-11T01:04:34.809Z PASS [ 30.423s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
80592025-10-11T01:04:42.822Z PASS [ 33.037s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
80602025-10-11T01:04:43.615Z PASS [ 34.143s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
80612025-10-11T01:04:44.991Z PASS [ 33.866s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
80622025-10-11T01:04:46.740Z PASS [ 33.863s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
80632025-10-11T01:04:47.211Z PASS [ 24.807s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
80642025-10-11T01:04:59.548Z PASS [ 24.739s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
80652025-10-11T01:05:09.597Z PASS [ 22.386s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
80662025-10-11T01:05:12.146Z PASS [ 29.323s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
80672025-10-11T01:05:22.557Z PASS [ 23.008s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
80682025-10-11T01:05:24.808Z PASS [ 39.817s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
80692025-10-11T01:05:30.569Z PASS [ 43.829s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
80702025-10-11T01:05:32.122Z PASS [ 22.524s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
80712025-10-11T01:05:35.392Z PASS [ 23.247s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
80722025-10-11T01:05:43.617Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
80732025-10-11T01:05:46.212Z PASS [ 23.655s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
80742025-10-11T01:05:48.493Z PASS [ 16.371s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
80752025-10-11T01:05:51.983Z PASS [ 16.590s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
80762025-10-11T01:05:53.746Z PASS [ 28.937s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
80772025-10-11T01:05:58.116Z PASS [ 27.547s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
80782025-10-11T01:06:02.895Z PASS [ 16.683s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
80792025-10-11T01:06:03.046Z PASS [ 79.430s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
80802025-10-11T01:06:05.143Z PASS [ 16.649s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
80812025-10-11T01:06:07.505Z PASS [ 15.522s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
80822025-10-11T01:06:10.490Z PASS [ 16.744s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
80832025-10-11T01:06:15.210Z PASS [ 17.094s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
80842025-10-11T01:06:19.178Z PASS [ 16.281s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
80852025-10-11T01:06:19.776Z PASS [ 16.730s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
80862025-10-11T01:06:22.394Z PASS [ 14.890s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
80872025-10-11T01:06:23.759Z PASS [ 18.617s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
80882025-10-11T01:06:25.158Z PASS [ 14.668s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
80892025-10-11T01:06:31.738Z PASS [ 16.528s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
80902025-10-11T01:06:35.191Z PASS [ 16.013s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
80912025-10-11T01:06:35.413Z PASS [ 15.637s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
80922025-10-11T01:06:37.302Z PASS [ 14.907s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
80932025-10-11T01:06:42.295Z PASS [ 17.137s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
80942025-10-11T01:06:47.587Z PASS [ 15.849s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
80952025-10-11T01:06:51.381Z PASS [ 15.968s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
80962025-10-11T01:06:51.546Z PASS [ 16.355s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
80972025-10-11T01:06:51.654Z PASS [ 27.895s] omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
80982025-10-11T01:06:53.490Z PASS [ 16.188s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
80992025-10-11T01:06:58.597Z PASS [ 16.302s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
81002025-10-11T01:07:08.138Z PASS [ 16.591s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
81012025-10-11T01:07:08.621Z PASS [ 16.966s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
81022025-10-11T01:07:11.150Z PASS [ 17.660s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
81032025-10-11T01:07:14.643Z PASS [ 27.055s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
81042025-10-11T01:07:15.086Z PASS [ 16.489s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
81052025-10-11T01:07:19.992Z PASS [ 28.611s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
81062025-10-11T01:07:24.980Z PASS [ 16.842s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
81072025-10-11T01:07:29.224Z PASS [ 18.074s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
81082025-10-11T01:07:33.516Z PASS [ 18.429s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
81092025-10-11T01:07:34.851Z PASS [ 26.231s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
81102025-10-11T01:07:35.116Z PASS [ 20.473s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
81112025-10-11T01:07:38.169Z PASS [ 18.177s] omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
81122025-10-11T01:07:45.802Z PASS [ 20.822s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
81132025-10-11T01:07:52.971Z PASS [ 23.748s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
81142025-10-11T01:07:55.082Z PASS [ 21.566s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
81152025-10-11T01:08:01.634Z PASS [ 23.465s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
81162025-10-11T01:08:01.717Z PASS [ 26.601s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
81172025-10-11T01:08:08.318Z PASS [ 22.515s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
81182025-10-11T01:08:11.190Z PASS [ 16.108s] omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
81192025-10-11T01:08:14.429Z PASS [ 39.577s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
81202025-10-11T01:08:17.529Z PASS [ 15.895s] omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
81212025-10-11T01:08:18.788Z PASS [ 17.071s] omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
81222025-10-11T01:08:24.854Z PASS [ 16.536s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
81232025-10-11T01:08:27.317Z PASS [ 16.127s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
81242025-10-11T01:08:39.019Z PASS [ 14.165s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
81252025-10-11T01:08:41.578Z PASS [ 14.260s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
81262025-10-11T01:08:44.291Z PASS [ 51.319s] omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
81272025-10-11T01:08:52.463Z PASS [ 13.443s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
81282025-10-11T01:08:53.598Z PASS [ 12.020s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
81292025-10-11T01:08:53.633Z PASS [ 0.035s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
81302025-10-11T01:08:53.658Z PASS [ 0.021s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
81312025-10-11T01:08:53.682Z PASS [ 0.023s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
81322025-10-11T01:08:53.707Z PASS [ 0.016s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
81332025-10-11T01:08:53.732Z PASS [ 0.024s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
81342025-10-11T01:08:53.757Z PASS [ 0.018s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
81352025-10-11T01:08:53.757Z PASS [ 0.021s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
81362025-10-11T01:08:53.782Z PASS [ 0.026s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
81372025-10-11T01:08:53.807Z PASS [ 0.020s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
81382025-10-11T01:08:53.832Z PASS [ 0.018s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
81392025-10-11T01:08:53.857Z PASS [ 0.023s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
81402025-10-11T01:08:53.882Z PASS [ 0.020s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
81412025-10-11T01:08:53.906Z PASS [ 0.023s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
81422025-10-11T01:08:53.931Z PASS [ 0.024s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
81432025-10-11T01:08:53.931Z PASS [ 0.019s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
81442025-10-11T01:08:56.409Z PASS [ 12.118s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
81452025-10-11T01:08:58.837Z PASS [ 44.408s] omicron-nexus::test_all integration_tests::webhooks::test_probe
81462025-10-11T01:09:04.981Z PASS [ 12.519s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
81472025-10-11T01:09:05.021Z PASS [ 0.039s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
81482025-10-11T01:09:05.046Z PASS [ 0.023s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
81492025-10-11T01:09:05.106Z PASS [ 0.062s] omicron-package config::tests::multi_preset_arg
81502025-10-11T01:09:05.147Z PASS [ 0.041s] omicron-package dot::test::test_bad_dependency
81512025-10-11T01:09:05.177Z PASS [ 0.029s] omicron-package dot::test::test_dot_output
81522025-10-11T01:09:06.885Z PASS [ 49.355s] omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
81532025-10-11T01:09:06.910Z PASS [ 0.014s] omicron-passwords test::test_password_constraints
81542025-10-11T01:09:07.899Z PASS [ 9.062s] omicron-omdb::test_all_output test_omdb_usage_errors
81552025-10-11T01:09:10.210Z PASS [ 51.421s] omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
81562025-10-11T01:09:10.247Z PASS [ 0.037s] omicron-passwords test::test_stable
81572025-10-11T01:09:10.272Z PASS [ 0.018s] omicron-passwords test::test_weak_hashes
81582025-10-11T01:09:10.297Z PASS [ 3.379s] omicron-passwords test::test_reproducible
81592025-10-11T01:09:10.297Z PASS [ 0.018s] omicron-rpaths internal::tests::test_configure_from_path
81602025-10-11T01:09:10.321Z PASS [ 0.014s] omicron-rpaths internal::tests::test_emit_rpath
81612025-10-11T01:09:10.346Z PASS [ 0.042s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
81622025-10-11T01:09:10.644Z PASS [ 0.346s] omicron-sled-agent artifact_store::test::generations
81632025-10-11T01:09:10.669Z PASS [ 0.328s] omicron-sled-agent artifact_store::test::issue_7796
81642025-10-11T01:09:10.762Z PASS [ 0.112s] omicron-sled-agent artifact_store::test::no_dataset
81652025-10-11T01:09:10.787Z PASS [ 0.127s] omicron-sled-agent artifact_store::test::list_get_put
81662025-10-11T01:09:10.825Z PASS [ 0.054s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
81672025-10-11T01:09:10.868Z PASS [ 0.106s] omicron-sled-agent artifact_store::test::wrong_hash
81682025-10-11T01:09:10.893Z PASS [ 0.047s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
81692025-10-11T01:09:10.917Z PASS [ 0.029s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
81702025-10-11T01:09:10.917Z PASS [ 0.048s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
81712025-10-11T01:09:10.942Z PASS [ 0.025s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
81722025-10-11T01:09:10.967Z PASS [ 0.027s] omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
81732025-10-11T01:09:10.967Z PASS [ 0.028s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
81742025-10-11T01:09:10.992Z PASS [ 0.026s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
81752025-10-11T01:09:10.992Z PASS [ 0.026s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
81762025-10-11T01:09:11.017Z PASS [ 0.044s] omicron-sled-agent config::test::test_smf_configs
81772025-10-11T01:09:11.330Z PASS [ 0.316s] omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
81782025-10-11T01:09:11.355Z PASS [ 0.358s] omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
81792025-10-11T01:09:11.705Z PASS [ 0.374s] omicron-sled-agent instance::tests::test_instance_create_events_normal
81802025-10-11T01:09:12.525Z PASS [ 1.186s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
81812025-10-11T01:09:12.552Z PASS [ 0.847s] omicron-sled-agent instance::tests::test_instance_manager_creation
81822025-10-11T01:09:13.037Z PASS [ 0.372s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
81832025-10-11T01:09:13.037Z PASS [ 0.025s] omicron-sled-agent probe_manager::test::probe_state_set_ops
81842025-10-11T01:09:13.037Z PASS [ 0.034s] omicron-sled-agent profile::tests::empty_profile
81852025-10-11T01:09:13.037Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_disabled_instance
81862025-10-11T01:09:13.037Z PASS [ 0.027s] omicron-sled-agent profile::tests::test_instance
81872025-10-11T01:09:13.062Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_multiple
81882025-10-11T01:09:13.089Z PASS [ 0.026s] omicron-sled-agent profile::tests::test_property
81892025-10-11T01:09:13.113Z PASS [ 0.021s] omicron-sled-agent profile::tests::test_property_group
81902025-10-11T01:09:13.138Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_service
81912025-10-11T01:09:13.163Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_service_property_group
81922025-10-11T01:09:13.187Z PASS [ 0.024s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
81932025-10-11T01:09:13.212Z PASS [ 0.025s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
81942025-10-11T01:09:13.245Z PASS [ 0.040s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
81952025-10-11T01:09:13.270Z PASS [ 8.093s] omicron-passwords test::test_compatible
81962025-10-11T01:09:13.294Z PASS [ 0.048s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
81972025-10-11T01:09:13.321Z PASS [ 0.051s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
81982025-10-11T01:09:13.345Z PASS [ 0.040s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
81992025-10-11T01:09:13.370Z PASS [ 0.033s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
82002025-10-11T01:09:13.370Z PASS [ 0.031s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
82012025-10-11T01:09:13.399Z PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
82022025-10-11T01:09:13.424Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
82032025-10-11T01:09:13.449Z PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
82042025-10-11T01:09:13.449Z PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
82052025-10-11T01:09:13.474Z PASS [ 0.033s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
82062025-10-11T01:09:13.498Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
82072025-10-11T01:09:13.524Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
82082025-10-11T01:09:13.561Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
82092025-10-11T01:09:13.592Z PASS [ 0.030s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
82102025-10-11T01:09:13.625Z PASS [ 0.033s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
82112025-10-11T01:09:13.662Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
82122025-10-11T01:09:13.696Z PASS [ 0.034s] omicron-sled-agent sim::storage::test::nested_dataset
82132025-10-11T01:09:13.729Z PASS [ 0.033s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
82142025-10-11T01:09:13.759Z PASS [ 0.030s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
82152025-10-11T01:09:13.792Z PASS [ 0.032s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
82162025-10-11T01:09:13.819Z PASS [ 0.027s] omicron-sled-agent sim::storage::test::snapshot_needs_region
82172025-10-11T01:09:16.576Z PASS [ 3.108s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
82182025-10-11T01:09:16.876Z PASS [ 22.945s] omicron-omdb::test_all_output test_omdb_env_settings
82192025-10-11T01:09:16.921Z PASS [ 3.102s] omicron-sled-agent support_bundle::storage::tests::basic_crud
82202025-10-11T01:09:19.712Z PASS [ 3.135s] omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
82212025-10-11T01:09:20.351Z PASS [ 3.475s] omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
82222025-10-11T01:09:20.435Z PASS [ 3.513s] omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
82232025-10-11T01:09:23.680Z PASS [ 3.245s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
82242025-10-11T01:09:23.754Z PASS [ 3.397s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
82252025-10-11T01:09:23.823Z PASS [ 4.111s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
82262025-10-11T01:09:26.833Z PASS [ 3.151s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
82272025-10-11T01:09:27.254Z PASS [ 3.505s] omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
82282025-10-11T01:09:27.327Z PASS [ 3.504s] omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
82292025-10-11T01:09:27.362Z PASS [ 0.033s] omicron-sled-agent updates::test::test_query_no_components
82302025-10-11T01:09:27.394Z PASS [ 0.034s] omicron-sled-agent updates::test::test_query_sled_agent_version
82312025-10-11T01:09:27.441Z PASS [ 0.042s] omicron-sled-agent updates::test::test_query_zone_version
82322025-10-11T01:09:27.470Z PASS [ 0.033s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
82332025-10-11T01:09:28.699Z PASS [ 20.799s] omicron-passwords test::test_smoke
82342025-10-11T01:09:29.844Z PASS [ 2.374s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
82352025-10-11T01:09:29.888Z PASS [ 0.044s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
82362025-10-11T01:09:30.722Z PASS [ 3.891s] omicron-sled-agent support_bundle::storage::tests::ranges
82372025-10-11T01:09:30.804Z PASS [ 3.550s] omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
82382025-10-11T01:09:31.292Z PASS [ 2.594s] omicron-sled-agent zone_bundle::illumos_tests::test_context
82392025-10-11T01:09:31.347Z PASS [ 0.054s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
82402025-10-11T01:09:31.384Z PASS [ 0.037s] omicron-sled-agent zone_bundle::tests::test_dir_size
82412025-10-11T01:09:31.428Z PASS [ 0.044s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
82422025-10-11T01:09:31.869Z PASS [ 0.441s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
82432025-10-11T01:09:32.236Z PASS [ 0.367s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
82442025-10-11T01:09:32.344Z PASS [ 0.108s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
82452025-10-11T01:09:32.836Z PASS [ 2.948s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
82462025-10-11T01:09:32.879Z PASS [ 0.042s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
82472025-10-11T01:09:32.906Z PASS [ 0.025s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
82482025-10-11T01:09:33.180Z PASS [ 0.835s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
82492025-10-11T01:09:33.229Z FAIL [ 36.777s] omicron-omdb::test_all_output test_omdb_success_cases
82502025-10-11T01:09:33.229Z stdout ───
82512025-10-11T01:09:33.229Z
82522025-10-11T01:09:33.229Z running 1 test
82532025-10-11T01:09:33.229Z running commands with args: ["db", "db-metadata", "ls-nexus"]
82542025-10-11T01:09:33.229Z running commands with args: ["--destructive", "db", "db-metadata", "force-mark-nexus-quiesced", "--skip-confirmation", "913233fe-92a8-4635-9572-183f495429c4"]
82552025-10-11T01:09:33.229Z running commands with args: ["db", "disks", "list"]
82562025-10-11T01:09:33.229Z running commands with args: ["db", "dns", "show"]
82572025-10-11T01:09:33.229Z running commands with args: ["db", "dns", "diff", "external", "2"]
82582025-10-11T01:09:33.229Z running commands with args: ["db", "dns", "names", "external", "2"]
82592025-10-11T01:09:33.229Z running commands with args: ["db", "instances"]
82602025-10-11T01:09:33.230Z running commands with args: ["db", "sleds"]
82612025-10-11T01:09:33.230Z running commands with args: ["db", "sleds", "-F", "discretionary"]
82622025-10-11T01:09:33.230Z running commands with args: ["mgs", "inventory"]
82632025-10-11T01:09:33.230Z running commands with args: ["nexus", "background-tasks", "doc"]
82642025-10-11T01:09:33.230Z running commands with args: ["nexus", "background-tasks", "show", "--no-executing-info"]
82652025-10-11T01:09:33.230Z running commands with args: ["nexus", "background-tasks", "show", "saga_recovery", "--no-executing-info"]
82662025-10-11T01:09:33.230Z running commands with args: ["nexus", "background-tasks", "show", "blueprint_loader", "blueprint_executor", "--no-executing-info"]
82672025-10-11T01:09:33.230Z running commands with args: ["nexus", "background-tasks", "show", "dns_internal", "--no-executing-info"]
82682025-10-11T01:09:33.230Z running commands with args: ["nexus", "background-tasks", "show", "dns_external", "--no-executing-info"]
82692025-10-11T01:09:33.230Z running commands with args: ["nexus", "background-tasks", "show", "all", "--no-executing-info"]
82702025-10-11T01:09:33.230Z running commands with args: ["nexus", "sagas", "list"]
82712025-10-11T01:09:33.230Z running commands with args: ["--destructive", "nexus", "sagas", "demo-create"]
82722025-10-11T01:09:33.230Z running commands with args: ["nexus", "sagas", "list"]
82732025-10-11T01:09:33.230Z running commands with args: ["--destructive", "nexus", "background-tasks", "activate", "inventory_collection"]
82742025-10-11T01:09:33.230Z running commands with args: ["nexus", "blueprints", "list"]
82752025-10-11T01:09:33.230Z running commands with args: ["nexus", "blueprints", "show", "46dcaea8-7ce2-440b-9831-823003a87148"]
82762025-10-11T01:09:33.230Z running commands with args: ["nexus", "blueprints", "show", "current-target"]
82772025-10-11T01:09:33.230Z running commands with args: ["nexus", "blueprints", "diff", "46dcaea8-7ce2-440b-9831-823003a87148", "current-target"]
82782025-10-11T01:09:33.230Z running commands with args: ["nexus", "blueprints", "diff", "46dcaea8-7ce2-440b-9831-823003a87148"]
82792025-10-11T01:09:33.230Z running commands with args: ["nexus", "reconfigurator-config", "show", "current"]
82802025-10-11T01:09:33.230Z running commands with args: ["-w", "nexus", "reconfigurator-config", "set", "--planner-enabled", "true"]
82812025-10-11T01:09:33.230Z running commands with args: ["-w", "nexus", "reconfigurator-config", "set", "--add-zones-with-mupdate-override", "true"]
82822025-10-11T01:09:33.230Z running commands with args: ["nexus", "reconfigurator-config", "show", "current"]
82832025-10-11T01:09:33.230Z running commands with args: ["reconfigurator", "export", "/var/tmp/omicron_tmp/.tmplfKNJ6/reconfigurator-export.out"]
82842025-10-11T01:09:33.230Z running commands with args: ["--destructive", "db", "db-metadata", "force-mark-nexus-quiesced", "--skip-confirmation", "--skip-blueprint-validation", "913233fe-92a8-4635-9572-183f495429c4"]
82852025-10-11T01:09:33.230Z @@ -1804,11 +1804,11 @@
82862025-10-11T01:09:33.230Z ---------------------------------------------
82872025-10-11T01:09:33.230Z stderr:
82882025-10-11T01:09:33.230Z note: using database URL postgresql://root@[::1]:REDACTED_PORT/omicron?sslmode=disable
82892025-10-11T01:09:33.230Z note: database schema version matches expected (<redacted database version>)
82902025-10-11T01:09:33.230Z assembling reconfigurator state ... done
82912025-10-11T01:09:33.230Z -wrote <TMP_PATH_REDACTED>
82922025-10-11T01:09:33.230Z +saving to <TMP_PATH_REDACTED> ... done
82932025-10-11T01:09:33.230Z =============================================
82942025-10-11T01:09:33.230Z EXECUTING COMMAND: omdb ["--destructive", "db", "db-metadata", "force-mark-nexus-quiesced", "--skip-confirmation", "--skip-blueprint-validation", "..........<REDACTED_UUID>..........."]
82952025-10-11T01:09:33.230Z termination: Exited(0)
82962025-10-11T01:09:33.230Z ---------------------------------------------
82972025-10-11T01:09:33.230Z stdout:
82982025-10-11T01:09:33.230Z
82992025-10-11T01:09:33.231Z test test_omdb_success_cases ... FAILED
83002025-10-11T01:09:33.231Z
83012025-10-11T01:09:33.231Z failures:
83022025-10-11T01:09:33.231Z
83032025-10-11T01:09:33.231Z failures:
83042025-10-11T01:09:33.231Z test_omdb_success_cases
83052025-10-11T01:09:33.231Z
83062025-10-11T01:09:33.231Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 2 filtered out; finished in 36.38s
83072025-10-11T01:09:33.231Z
83082025-10-11T01:09:33.231Z stderr ───
83092025-10-11T01:09:33.231Z log file: /var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.0.log
83102025-10-11T01:09:33.231Z note: configured to log to "/var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.0.log"
83112025-10-11T01:09:33.231Z DB URL: postgresql://root@[::1]:57314/omicron?sslmode=disable
83122025-10-11T01:09:33.231Z DB address: [::1]:57314
83132025-10-11T01:09:33.231Z log file: /var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.2.log
83142025-10-11T01:09:33.231Z note: configured to log to "/var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.2.log"
83152025-10-11T01:09:33.231Z log file: /var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.3.log
83162025-10-11T01:09:33.231Z note: configured to log to "/var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.3.log"
83172025-10-11T01:09:33.231Z
83182025-10-11T01:09:33.231Z thread 'test_omdb_success_cases' panicked at dev-tools/omdb/tests/test_all_output.rs:378:5:
83192025-10-11T01:09:33.231Z assertion failed: string doesn't match the contents of file: "tests/successes.out" see diffset above
83202025-10-11T01:09:33.231Z set EXPECTORATE=overwrite if these changes are intentional
83212025-10-11T01:09:33.231Z stack backtrace:
83222025-10-11T01:09:33.231Z 0: __rustc::rust_begin_unwind
83232025-10-11T01:09:33.231Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/panicking.rs:697:5
83242025-10-11T01:09:33.231Z 1: core::panicking::panic_fmt
83252025-10-11T01:09:33.231Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/panicking.rs:75:14
83262025-10-11T01:09:33.231Z 2: expectorate::assert_contents
83272025-10-11T01:09:33.231Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs:67:9
83282025-10-11T01:09:33.231Z 3: {async_fn#0}
83292025-10-11T01:09:33.231Z at ./tests/test_all_output.rs:378:5
83302025-10-11T01:09:33.231Z 4: {async_block#0}
83312025-10-11T01:09:33.231Z at ./tests/test_all_output.rs:132:1
83322025-10-11T01:09:33.231Z 5: poll<&mut dyn core::future::future::Future<Output=()>>
83332025-10-11T01:09:33.231Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/future/future.rs:124:9
83342025-10-11T01:09:33.231Z 6: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
83352025-10-11T01:09:33.231Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/future/future.rs:124:9
83362025-10-11T01:09:33.231Z 7: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
83372025-10-11T01:09:33.231Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:742:70
83382025-10-11T01:09:33.232Z 8: 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=()>>>>>
83392025-10-11T01:09:33.232Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/task/coop/mod.rs:167:5
83402025-10-11T01:09:33.232Z 9: 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=()>>>>>
83412025-10-11T01:09:33.232Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/task/coop/mod.rs:133:5
83422025-10-11T01:09:33.232Z 10: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
83432025-10-11T01:09:33.232Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:742:25
83442025-10-11T01:09:33.232Z 11: tokio::runtime::scheduler::current_thread::Context::enter
83452025-10-11T01:09:33.232Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:432:19
83462025-10-11T01:09:33.232Z 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
83472025-10-11T01:09:33.232Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:741:44
83482025-10-11T01:09:33.232Z 13: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
83492025-10-11T01:09:33.258Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:829:68
83502025-10-11T01:09:33.258Z 14: tokio::runtime::context::scoped::Scoped<T>::set
83512025-10-11T01:09:33.258Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/context/scoped.rs:40:9
83522025-10-11T01:09:33.258Z 15: tokio::runtime::context::set_scheduler::{{closure}}
83532025-10-11T01:09:33.258Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/context.rs:176:38
83542025-10-11T01:09:33.258Z 16: 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<()>)>
83552025-10-11T01:09:33.258Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/thread/local.rs:315:12
83562025-10-11T01:09:33.258Z 17: std::thread::local::LocalKey<T>::with
83572025-10-11T01:09:33.258Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/thread/local.rs:279:20
83582025-10-11T01:09:33.258Z 18: tokio::runtime::context::set_scheduler
83592025-10-11T01:09:33.258Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/context.rs:176:17
83602025-10-11T01:09:33.258Z 19: tokio::runtime::scheduler::current_thread::CoreGuard::enter
83612025-10-11T01:09:33.258Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:829:27
83622025-10-11T01:09:33.258Z 20: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
83632025-10-11T01:09:33.258Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:729:24
83642025-10-11T01:09:33.258Z 21: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
83652025-10-11T01:09:33.258Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:200:33
83662025-10-11T01:09:33.258Z 22: tokio::runtime::context::runtime::enter_runtime
83672025-10-11T01:09:33.258Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/context/runtime.rs:65:16
83682025-10-11T01:09:33.258Z 23: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
83692025-10-11T01:09:33.258Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/scheduler/current_thread/mod.rs:188:9
83702025-10-11T01:09:33.258Z 24: tokio::runtime::runtime::Runtime::block_on_inner
83712025-10-11T01:09:33.258Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/runtime.rs:356:52
83722025-10-11T01:09:33.258Z 25: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
83732025-10-11T01:09:33.258Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/runtime/runtime.rs:330:18
83742025-10-11T01:09:33.258Z 26: test_omdb_success_cases
83752025-10-11T01:09:33.258Z at ./tests/test_all_output.rs:132:1
83762025-10-11T01:09:33.258Z 27: test_all_output::test_omdb_success_cases::{{closure}}
83772025-10-11T01:09:33.258Z at ./tests/test_all_output.rs:133:70
83782025-10-11T01:09:33.258Z 28: core::ops::function::FnOnce::call_once
83792025-10-11T01:09:33.258Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/ops/function.rs:250:5
83802025-10-11T01:09:33.258Z 29: core::ops::function::FnOnce::call_once
83812025-10-11T01:09:33.258Z at /rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/ops/function.rs:250:5
83822025-10-11T01:09:33.258Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
83832025-10-11T01:09:33.259Z WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
83842025-10-11T01:09:33.259Z WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmp7mxbzG"
83852025-10-11T01:09:33.259Z If you would like to access the database for debugging, run the following:
83862025-10-11T01:09:33.259Z
83872025-10-11T01:09:33.259Z # Run the database
83882025-10-11T01:09:33.259Z cargo xtask db-dev run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmp7mxbzG/data"
83892025-10-11T01:09:33.259Z # Access the database. Note the port may change if you run multiple databases.
83902025-10-11T01:09:33.259Z cockroach sql --host=localhost:32221 --insecure
83912025-10-11T01:09:33.259Z WARN: dropped ClickHouse process without cleaning it up first (there may still be a child process running (PID 1663) and a temporary directory leaked, /var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.1-clickhouse-gZgp5w)
83922025-10-11T01:09:33.259Z failed to clean up ClickHouse data dir:
83932025-10-11T01:09:33.259Z - /var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.1-clickhouse-gZgp5w: File exists (os error 17)
83942025-10-11T01:09:33.259Z WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
83952025-10-11T01:09:33.259Z WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmp3Qm8px
83962025-10-11T01:09:33.259Z WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
83972025-10-11T01:09:33.259Z WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpHIY4B5
83982025-10-11T01:09:33.259Z WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
83992025-10-11T01:09:33.259Z WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpVPV2Iy
84002025-10-11T01:09:33.259Z WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
84012025-10-11T01:09:33.259Z WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpq7mc32
84022025-10-11T01:09:33.259Z
84032025-10-11T01:09:33.259Z PASS [ 2.468s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
84042025-10-11T01:09:33.259Z PASS [ 0.035s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
84052025-10-11T01:09:33.259Z PASS [ 0.030s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
84062025-10-11T01:09:33.285Z PASS [ 2.474s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
84072025-10-11T01:09:33.484Z PASS [ 0.579s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
84082025-10-11T01:09:33.510Z PASS [ 0.307s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
84092025-10-11T01:09:33.535Z PASS [ 0.260s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
84102025-10-11T01:09:33.709Z PASS [ 0.224s] omicron-test-utils dev::db::test::test_bad_cmd
84112025-10-11T01:09:33.735Z PASS [ 0.434s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
84122025-10-11T01:09:34.237Z PASS [ 0.422s] omicron-test-utils dev::db::test::test_cmd_fails
84132025-10-11T01:09:34.237Z PASS [ 0.034s] omicron-test-utils dev::db::test::test_make_pg_config_fail
84142025-10-11T01:09:34.237Z PASS [ 0.027s] omicron-test-utils dev::db::test::test_make_pg_config_ok
84152025-10-11T01:09:34.237Z PASS [ 0.263s] omicron-test-utils dev::db::test::test_database_start_hang
84162025-10-11T01:09:34.237Z PASS [ 0.030s] omicron-test-utils dev::db::test::test_parse_http_addr
84172025-10-11T01:09:34.237Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_process_exit_abnormal
84182025-10-11T01:09:34.237Z PASS [ 0.036s] omicron-test-utils dev::db::test::test_process_exit_normal
84192025-10-11T01:09:34.262Z PASS [ 1.033s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
84202025-10-11T01:09:34.498Z PASS [ 0.498s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
84212025-10-11T01:09:34.528Z PASS [ 0.030s] omicron-test-utils dev::db::test::test_starter_tmpdir
84222025-10-11T01:09:34.573Z PASS [ 0.860s] omicron-test-utils dev::db::test::test_http_addr_integration
84232025-10-11T01:09:34.598Z PASS [ 0.045s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
84242025-10-11T01:09:34.598Z PASS [ 0.025s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
84252025-10-11T01:09:34.623Z PASS [ 0.029s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
84262025-10-11T01:09:34.648Z PASS [ 0.028s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
84272025-10-11T01:09:34.674Z PASS [ 0.057s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
84282025-10-11T01:09:34.699Z PASS [ 0.054s] omicron-test-utils dev::test_cmds::tests::test_redact_section
84292025-10-11T01:09:34.737Z PASS [ 0.058s] omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
84302025-10-11T01:09:35.079Z PASS [ 0.342s] oximeter test::timeseries_schema_consistency
84312025-10-11T01:09:35.104Z PASS [ 0.442s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
84322025-10-11T01:09:35.311Z PASS [ 1.795s] omicron-test-utils dev::db::test::test_database_concurrent
84332025-10-11T01:09:35.427Z PASS [ 0.325s] oximeter-collector agent::tests::test_self_stat_error_counter
84342025-10-11T01:09:35.452Z PASS [ 0.349s] oximeter-collector agent::tests::test_self_stat_collection_count
84352025-10-11T01:09:35.452Z PASS [ 0.122s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
84362025-10-11T01:09:35.476Z PASS [ 0.028s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
84372025-10-11T01:09:35.501Z PASS [ 0.024s] oximeter-collector self_stats::tests::test_failure_reason_serialization
84382025-10-11T01:09:35.529Z PASS [ 1.297s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
84392025-10-11T01:09:35.553Z PASS [ 0.031s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
84402025-10-11T01:09:35.554Z PASS [ 0.124s] oximeter-collector agent::tests::verify_producer_details
84412025-10-11T01:09:35.579Z PASS [ 0.133s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
84422025-10-11T01:09:35.579Z PASS [ 0.030s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
84432025-10-11T01:09:35.603Z PASS [ 0.028s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
84442025-10-11T01:09:35.603Z PASS [ 0.027s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
84452025-10-11T01:09:35.628Z PASS [ 0.028s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
84462025-10-11T01:09:35.768Z PASS [ 0.284s] oximeter-collector::test_commands test_oximeter_no_args
84472025-10-11T01:09:36.518Z PASS [ 0.937s] oximeter-db client::oxql::tests::test_get_entire_table
84482025-10-11T01:09:36.559Z PASS [ 0.953s] oximeter-db client::oxql::tests::test_get_one_timeseries
84492025-10-11T01:09:36.584Z PASS [ 0.988s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
84502025-10-11T01:09:36.655Z PASS [ 0.058s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
84512025-10-11T01:09:36.756Z PASS [ 0.988s] oximeter-db client::oxql::tests::test_limit_operations
84522025-10-11T01:09:37.110Z PASS [ 0.590s] oximeter-db client::tests::can_ping_clickhouse
84532025-10-11T01:09:37.846Z PASS [ 0.738s] oximeter-db client::tests::read_latest_version_reports_max
84542025-10-11T01:09:38.605Z PASS [ 0.759s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
84552025-10-11T01:09:38.734Z PASS [ 2.100s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
84562025-10-11T01:09:39.004Z PASS [ 2.247s] oximeter-db client::tests::insert_samples_fails_fast
84572025-10-11T01:09:39.228Z PASS [ 0.622s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
84582025-10-11T01:09:39.487Z PASS [ 0.752s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
84592025-10-11T01:09:39.899Z PASS [ 0.669s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
84602025-10-11T01:09:39.925Z PASS [ 0.916s] oximeter-db client::tests::select_timeseries_with_select_one
84612025-10-11T01:09:40.312Z PASS [ 0.824s] oximeter-db client::tests::test_client_select_timeseries_one
84622025-10-11T01:09:40.679Z PASS [ 0.759s] oximeter-db client::tests::test_database_version_will_not_downgrade
84632025-10-11T01:09:40.704Z PASS [ 0.789s] oximeter-db client::tests::test_database_version_update_is_idempotent
84642025-10-11T01:09:41.048Z PASS [ 0.736s] oximeter-db client::tests::test_database_version_will_not_upgrade
84652025-10-11T01:09:41.434Z PASS [ 0.755s] oximeter-db client::tests::test_differentiate_by_timeseries_name
84662025-10-11T01:09:41.463Z PASS [ 0.777s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
84672025-10-11T01:09:41.784Z PASS [ 0.737s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
84682025-10-11T01:09:42.261Z PASS [ 0.826s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
84692025-10-11T01:09:42.555Z PASS [ 0.771s] oximeter-db client::tests::test_field_record_count
84702025-10-11T01:09:42.688Z PASS [ 1.224s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
84712025-10-11T01:09:43.079Z PASS [ 0.819s] oximeter-db client::tests::test_get_schema_no_new_values
84722025-10-11T01:09:43.345Z PASS [ 0.790s] oximeter-db client::tests::test_insert_samples
84732025-10-11T01:09:43.405Z PASS [ 0.718s] oximeter-db client::tests::test_is_oximeter_cluster
84742025-10-11T01:09:43.442Z PASS [ 0.036s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
84752025-10-11T01:09:43.477Z PASS [ 0.035s] oximeter-db client::tests::test_read_timeseries_to_delete
84762025-10-11T01:09:43.506Z PASS [ 0.029s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
84772025-10-11T01:09:43.535Z PASS [ 0.029s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
84782025-10-11T01:09:43.681Z PASS [ 9.646s] omicron-test-utils dev::db::test::test_setup_database_default_dir
84792025-10-11T01:09:43.904Z PASS [ 0.824s] oximeter-db client::tests::test_list_timeseries
84802025-10-11T01:09:44.117Z PASS [ 0.771s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
84812025-10-11T01:09:44.432Z PASS [ 0.751s] oximeter-db client::tests::test_schema_mismatch
84822025-10-11T01:09:44.664Z PASS [ 0.760s] oximeter-db client::tests::test_schema_update
84832025-10-11T01:09:44.688Z PASS [ 32.127s] omicron-sled-agent nexus::test::nexus_self_notification_test
84842025-10-11T01:09:44.762Z PASS [ 1.226s] oximeter-db client::tests::test_recall_of_all_fields
84852025-10-11T01:09:44.939Z PASS [ 0.822s] oximeter-db client::tests::test_select_all_datum_types
84862025-10-11T01:09:45.210Z PASS [ 0.777s] oximeter-db client::tests::test_select_all_field_types
84872025-10-11T01:09:45.488Z PASS [ 0.824s] oximeter-db client::tests::test_select_timeseries_with_all
84882025-10-11T01:09:45.699Z PASS [ 1.019s] oximeter-db client::tests::test_select_timeseries_with_limit
84892025-10-11T01:09:45.759Z PASS [ 0.994s] oximeter-db client::tests::test_select_timeseries_with_order
84902025-10-11T01:09:45.783Z PASS [ 0.826s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
84912025-10-11T01:09:45.808Z PASS [ 0.023s] oximeter-db client::tests::test_unravel_index
84922025-10-11T01:09:46.024Z PASS [ 0.813s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
84932025-10-11T01:09:46.056Z PASS [ 0.032s] oximeter-db client::tests::test_verify_schema_upgrades
84942025-10-11T01:09:46.080Z PASS [ 0.024s] oximeter-db model::fields::tests::test_extract_fields_as_block
84952025-10-11T01:09:46.106Z PASS [ 0.021s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
84962025-10-11T01:09:46.130Z PASS [ 0.023s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
84972025-10-11T01:09:46.155Z PASS [ 0.027s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
84982025-10-11T01:09:46.179Z PASS [ 0.025s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
84992025-10-11T01:09:46.204Z PASS [ 0.018s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
85002025-10-11T01:09:46.229Z PASS [ 0.023s] oximeter-db native::block::tests::concat_blocks
85012025-10-11T01:09:46.253Z PASS [ 0.021s] oximeter-db native::block::tests::datetime64_scale_checks_range
85022025-10-11T01:09:46.278Z PASS [ 0.026s] oximeter-db native::block::tests::parse_date_time
85032025-10-11T01:09:46.302Z PASS [ 0.024s] oximeter-db native::block::tests::parse_date_time64
85042025-10-11T01:09:46.302Z PASS [ 0.806s] oximeter-db client::tests::test_select_timeseries_with_start_time
85052025-10-11T01:09:46.327Z PASS [ 0.022s] oximeter-db native::block::tests::parse_escaped_date_time64
85062025-10-11T01:09:46.327Z PASS [ 0.024s] oximeter-db native::block::tests::test_data_type_to_string
85072025-10-11T01:09:46.352Z PASS [ 0.022s] oximeter-db native::block::tests::test_datetime64_conversions
85082025-10-11T01:09:46.352Z PASS [ 0.021s] oximeter-db native::block::tests::test_parse_all_known_timezones
85092025-10-11T01:09:46.377Z PASS [ 0.024s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
85102025-10-11T01:09:46.377Z PASS [ 0.024s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
85112025-10-11T01:09:46.402Z PASS [ 0.025s] oximeter-db native::block::tests::test_parse_enum8
85122025-10-11T01:09:46.402Z PASS [ 0.022s] oximeter-db native::block::tests::test_parse_enum_variant
85132025-10-11T01:09:46.426Z PASS [ 0.024s] oximeter-db native::block::tests::test_parse_invalid_data_type
85142025-10-11T01:09:46.532Z PASS [ 0.772s] oximeter-db client::tests::test_timeseries_schema_list
85152025-10-11T01:09:46.558Z PASS [ 0.770s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
85162025-10-11T01:09:46.918Z PASS [ 1.219s] oximeter-db client::tests::test_sql_query_output
85172025-10-11T01:09:46.978Z PASS [ 0.591s] oximeter-db native::connection::tests::test_basic_select_query
85182025-10-11T01:09:47.106Z PASS [ 0.700s] oximeter-db native::connection::tests::test_can_cancel_query
85192025-10-11T01:09:47.131Z PASS [ 0.595s] oximeter-db native::connection::tests::test_exchange_hello
85202025-10-11T01:09:47.163Z PASS [ 0.604s] oximeter-db native::connection::tests::test_insert_and_select_data
85212025-10-11T01:09:47.512Z PASS [ 0.594s] oximeter-db native::connection::tests::test_insert_and_select_uuid
85222025-10-11T01:09:47.537Z PASS [ 0.024s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
85232025-10-11T01:09:47.564Z PASS [ 0.028s] oximeter-db native::io::block::tests::test_decode_full_block
85242025-10-11T01:09:47.589Z PASS [ 0.591s] oximeter-db native::connection::tests::test_select_array_column
85252025-10-11T01:09:47.589Z PASS [ 0.021s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
85262025-10-11T01:09:47.613Z PASS [ 0.025s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
85272025-10-11T01:09:47.638Z PASS [ 0.032s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
85282025-10-11T01:09:47.638Z PASS [ 0.029s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
85292025-10-11T01:09:47.663Z PASS [ 0.033s] oximeter-db native::io::column::tests::test_decode_string_column
85302025-10-11T01:09:47.663Z PASS [ 0.033s] oximeter-db native::io::column::tests::test_decode_uint64_column
85312025-10-11T01:09:47.688Z PASS [ 0.027s] oximeter-db native::io::column::tests::test_decode_uint8_column
85322025-10-11T01:09:47.688Z PASS [ 0.025s] oximeter-db native::io::column::tests::test_decode_uuid_column
85332025-10-11T01:09:47.712Z PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
85342025-10-11T01:09:47.713Z PASS [ 0.032s] oximeter-db native::io::column::tests::test_encode_decode_column
85352025-10-11T01:09:47.737Z PASS [ 0.614s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
85362025-10-11T01:09:47.737Z PASS [ 0.603s] oximeter-db native::connection::tests::test_select_nullable_column
85372025-10-11T01:09:47.737Z PASS [ 0.022s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
85382025-10-11T01:09:47.737Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
85392025-10-11T01:09:47.762Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
85402025-10-11T01:09:47.762Z PASS [ 0.022s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
85412025-10-11T01:09:47.762Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
85422025-10-11T01:09:47.762Z PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_pong
85432025-10-11T01:09:47.762Z PASS [ 0.596s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
85442025-10-11T01:09:47.788Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
85452025-10-11T01:09:47.788Z PASS [ 0.025s] oximeter-db native::io::string::test::test_encode_decode
85462025-10-11T01:09:47.788Z PASS [ 0.024s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
85472025-10-11T01:09:47.788Z PASS [ 0.025s] oximeter-db native::io::table_columns::tests::test_column_count
85482025-10-11T01:09:47.788Z PASS [ 0.026s] oximeter-db native::io::string::test::test_encode_hello_world
85492025-10-11T01:09:47.812Z PASS [ 0.022s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
85502025-10-11T01:09:47.812Z PASS [ 0.021s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
85512025-10-11T01:09:47.812Z PASS [ 0.026s] oximeter-db native::io::table_columns::tests::test_column_descriptions
85522025-10-11T01:09:47.812Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
85532025-10-11T01:09:47.812Z PASS [ 0.026s] oximeter-db native::io::varuint::test_encode_decode_varuint
85542025-10-11T01:09:47.837Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
85552025-10-11T01:09:47.838Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_comparison
85562025-10-11T01:09:47.838Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
85572025-10-11T01:09:47.838Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_double_literal
85582025-10-11T01:09:47.838Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
85592025-10-11T01:09:47.863Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
85602025-10-11T01:09:47.863Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
85612025-10-11T01:09:47.888Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
85622025-10-11T01:09:47.888Z PASS [ 0.043s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
85632025-10-11T01:09:47.888Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
85642025-10-11T01:09:47.888Z PASS [ 0.042s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
85652025-10-11T01:09:47.913Z PASS [ 0.047s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
85662025-10-11T01:09:47.913Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_group_by
85672025-10-11T01:09:47.913Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
85682025-10-11T01:09:47.913Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
85692025-10-11T01:09:47.913Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_ident
85702025-10-11T01:09:47.913Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
85712025-10-11T01:09:47.939Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
85722025-10-11T01:09:47.939Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
85732025-10-11T01:09:47.939Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
85742025-10-11T01:09:47.939Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
85752025-10-11T01:09:47.940Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
85762025-10-11T01:09:47.965Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
85772025-10-11T01:09:47.966Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
85782025-10-11T01:09:47.966Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_query
85792025-10-11T01:09:47.966Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
85802025-10-11T01:09:47.990Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
85812025-10-11T01:09:47.991Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
85822025-10-11T01:09:47.991Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
85832025-10-11T01:09:47.991Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_reducer
85842025-10-11T01:09:48.016Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
85852025-10-11T01:09:48.016Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
85862025-10-11T01:09:48.016Z PASS [ 0.022s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
85872025-10-11T01:09:48.016Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
85882025-10-11T01:09:48.016Z PASS [ 0.022s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
85892025-10-11T01:09:48.042Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
85902025-10-11T01:09:48.042Z PASS [ 0.027s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
85912025-10-11T01:09:48.042Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
85922025-10-11T01:09:48.042Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
85932025-10-11T01:09:48.066Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
85942025-10-11T01:09:48.066Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
85952025-10-11T01:09:48.066Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
85962025-10-11T01:09:48.066Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
85972025-10-11T01:09:48.091Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
85982025-10-11T01:09:48.092Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
85992025-10-11T01:09:48.092Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
86002025-10-11T01:09:48.092Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
86012025-10-11T01:09:48.116Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
86022025-10-11T01:09:48.116Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
86032025-10-11T01:09:48.116Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
86042025-10-11T01:09:48.116Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
86052025-10-11T01:09:48.142Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
86062025-10-11T01:09:48.142Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
86072025-10-11T01:09:48.142Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
86082025-10-11T01:09:48.142Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
86092025-10-11T01:09:48.167Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
86102025-10-11T01:09:48.167Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
86112025-10-11T01:09:48.167Z PASS [ 0.022s] oximeter-db oxql::plan::align::test::test_align_input_schema
86122025-10-11T01:09:48.237Z PASS [ 0.105s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
86132025-10-11T01:09:48.262Z PASS [ 0.102s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
86142025-10-11T01:09:48.262Z PASS [ 0.107s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
86152025-10-11T01:09:48.262Z PASS [ 0.102s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
86162025-10-11T01:09:48.339Z PASS [ 0.101s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
86172025-10-11T01:09:48.364Z PASS [ 0.107s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
86182025-10-11T01:09:48.364Z PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
86192025-10-11T01:09:48.364Z PASS [ 0.105s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
86202025-10-11T01:09:48.441Z PASS [ 0.102s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
86212025-10-11T01:09:48.466Z PASS [ 0.104s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
86222025-10-11T01:09:48.466Z PASS [ 0.104s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
86232025-10-11T01:09:48.466Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
86242025-10-11T01:09:48.551Z PASS [ 0.109s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
86252025-10-11T01:09:48.576Z PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
86262025-10-11T01:09:48.576Z PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
86272025-10-11T01:09:48.576Z PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
86282025-10-11T01:09:48.656Z PASS [ 0.106s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
86292025-10-11T01:09:48.682Z PASS [ 0.112s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
86302025-10-11T01:09:48.682Z PASS [ 0.115s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
86312025-10-11T01:09:48.712Z PASS [ 0.116s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
86322025-10-11T01:09:48.741Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits
86332025-10-11T01:09:48.741Z PASS [ 0.020s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
86342025-10-11T01:09:48.768Z PASS [ 0.018s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
86352025-10-11T01:09:48.768Z PASS [ 0.110s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
86362025-10-11T01:09:48.802Z PASS [ 0.019s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
86372025-10-11T01:09:48.802Z PASS [ 0.111s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
86382025-10-11T01:09:48.802Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
86392025-10-11T01:09:48.802Z PASS [ 0.112s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
86402025-10-11T01:09:48.802Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
86412025-10-11T01:09:48.831Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
86422025-10-11T01:09:48.831Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
86432025-10-11T01:09:48.831Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
86442025-10-11T01:09:48.831Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_predicates
86452025-10-11T01:09:48.857Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
86462025-10-11T01:09:48.857Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
86472025-10-11T01:09:48.857Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_insert_filters
86482025-10-11T01:09:48.857Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
86492025-10-11T01:09:48.885Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
86502025-10-11T01:09:48.885Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_query_end_time
86512025-10-11T01:09:48.885Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
86522025-10-11T01:09:48.885Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
86532025-10-11T01:09:48.911Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
86542025-10-11T01:09:48.911Z PASS [ 0.023s] oximeter-db query::tests::test_field_cmp
86552025-10-11T01:09:48.911Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
86562025-10-11T01:09:48.942Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_split_query
86572025-10-11T01:09:48.942Z PASS [ 0.020s] oximeter-db query::tests::test_field_selector_as_query
86582025-10-11T01:09:48.942Z PASS [ 0.024s] oximeter-db query::tests::test_field_value_as_db_str
86592025-10-11T01:09:48.942Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_field_selectors
86602025-10-11T01:09:48.977Z PASS [ 0.026s] oximeter-db query::tests::test_select_query_builder_from_parts
86612025-10-11T01:09:48.977Z PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_filter_raw
86622025-10-11T01:09:48.977Z PASS [ 0.023s] oximeter-db query::tests::test_select_query_builder_limit_offset
86632025-10-11T01:09:48.977Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_full
86642025-10-11T01:09:48.977Z PASS [ 0.025s] oximeter-db query::tests::test_select_query_builder_no_fields
86652025-10-11T01:09:49.005Z PASS [ 0.025s] oximeter-db query::tests::test_select_query_builder_no_selectors
86662025-10-11T01:09:49.005Z PASS [ 0.022s] oximeter-db query::tests::test_time_range
86672025-10-11T01:09:49.005Z PASS [ 1.052s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
86682025-10-11T01:09:49.005Z PASS [ 0.032s] oximeter-db query::tests::test_string_field_selector
86692025-10-11T01:09:49.005Z PASS [ 0.029s] oximeter-db sql::tests::test_allow_limit_offset
86702025-10-11T01:09:49.005Z PASS [ 0.028s] oximeter-db sql::tests::test_allow_subqueries
86712025-10-11T01:09:49.030Z PASS [ 0.029s] oximeter-db sql::tests::test_cannot_name_database
86722025-10-11T01:09:49.030Z PASS [ 0.033s] oximeter-db sql::tests::test_ctes_are_not_supported
86732025-10-11T01:09:49.030Z PASS [ 0.031s] oximeter-db sql::tests::test_function_allow_list
86742025-10-11T01:09:49.030Z PASS [ 0.026s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
86752025-10-11T01:09:49.055Z PASS [ 0.036s] oximeter-db sql::tests::test_query_must_be_select_statement
86762025-10-11T01:09:49.055Z PASS [ 0.033s] oximeter-db sql::tests::test_require_table_is_timeseries_name
86772025-10-11T01:09:49.055Z PASS [ 0.035s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
86782025-10-11T01:09:49.055Z PASS [ 0.054s] oximeter-db sql::tests::test_join_must_be_inner
86792025-10-11T01:09:49.080Z PASS [ 0.041s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
86802025-10-11T01:09:49.080Z PASS [ 0.032s] oximeter-db sql::tests::test_with_comma_join_fails
86812025-10-11T01:09:49.080Z PASS [ 0.027s] oximeter-db tests::test_timeseries_key_field_stability
86822025-10-11T01:09:49.080Z PASS [ 0.027s] oximeter-db tests::test_timeseries_key_sample_stability
86832025-10-11T01:09:49.120Z PASS [ 0.044s] oximeter-instruments http::tests::test_latency_tracker
86842025-10-11T01:09:49.168Z PASS [ 0.048s] oximeter-instruments kstat::link::tests::test_kstat_interested
86852025-10-11T01:09:49.193Z PASS [ 0.106s] oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
86862025-10-11T01:09:49.268Z PASS [ 0.100s] oximeter-instruments kstat::link::tests::test_kstat_sampler
86872025-10-11T01:09:49.293Z PASS [ 0.091s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
86882025-10-11T01:09:49.333Z PASS [ 0.058s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
86892025-10-11T01:09:49.357Z PASS [ 0.070s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
86902025-10-11T01:09:49.395Z PASS [ 0.062s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
86912025-10-11T01:09:49.419Z PASS [ 0.059s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
86922025-10-11T01:09:49.444Z PASS [ 0.043s] oximeter-instruments kstat::link::tests::test_sled_datalink
86932025-10-11T01:09:49.469Z PASS [ 0.050s] oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
86942025-10-11T01:09:49.469Z PASS [ 0.027s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
86952025-10-11T01:09:49.469Z PASS [ 0.018s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
86962025-10-11T01:09:49.494Z PASS [ 0.015s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
86972025-10-11T01:09:49.494Z PASS [ 0.014s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
86982025-10-11T01:09:49.494Z PASS [ 0.012s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
86992025-10-11T01:09:49.520Z PASS [ 0.014s] oximeter-macro-impl tests::test_metric_annotated_field
87002025-10-11T01:09:49.520Z PASS [ 0.018s] oximeter-macro-impl tests::test_metric_datum_field
87012025-10-11T01:09:49.520Z PASS [ 0.023s] oximeter-macro-impl tests::test_metric_enum
87022025-10-11T01:09:49.545Z PASS [ 0.014s] oximeter-macro-impl tests::test_metric_without_datum_field
87032025-10-11T01:09:49.545Z PASS [ 0.017s] oximeter-macro-impl tests::test_target
87042025-10-11T01:09:49.545Z PASS [ 0.016s] oximeter-macro-impl tests::test_target_empty_struct
87052025-10-11T01:09:49.570Z PASS [ 0.015s] oximeter-macro-impl tests::test_target_enum
87062025-10-11T01:09:49.570Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_unit_struct
87072025-10-11T01:09:49.570Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_with_datum_field
87082025-10-11T01:09:49.625Z PASS [ 0.058s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
87092025-10-11T01:09:49.650Z PASS [ 0.025s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
87102025-10-11T01:09:49.675Z PASS [ 0.022s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
87112025-10-11T01:09:49.700Z PASS [ 0.024s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
87122025-10-11T01:09:49.725Z PASS [ 0.024s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
87132025-10-11T01:09:49.749Z PASS [ 0.028s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
87142025-10-11T01:09:49.773Z PASS [ 0.022s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
87152025-10-11T01:09:49.799Z PASS [ 0.028s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
87162025-10-11T01:09:49.824Z PASS [ 0.019s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
87172025-10-11T01:09:49.849Z PASS [ 0.026s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
87182025-10-11T01:09:49.874Z PASS [ 0.024s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
87192025-10-11T01:09:49.899Z PASS [ 0.026s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
87202025-10-11T01:09:49.924Z PASS [ 0.017s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
87212025-10-11T01:09:49.949Z PASS [ 0.019s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
87222025-10-11T01:09:49.974Z PASS [ 0.019s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
87232025-10-11T01:09:49.974Z PASS [ 0.017s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
87242025-10-11T01:09:49.999Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
87252025-10-11T01:09:50.024Z PASS [ 0.021s] oximeter-schema ir::tests::fail_on_empty_descriptions
87262025-10-11T01:09:50.049Z PASS [ 0.021s] oximeter-schema ir::tests::fail_on_empty_metric_name
87272025-10-11T01:09:50.074Z PASS [ 0.020s] oximeter-schema ir::tests::fail_on_empty_target_name
87282025-10-11T01:09:50.074Z PASS [ 0.020s] oximeter-schema ir::tests::fail_on_very_long_field_names
87292025-10-11T01:09:50.099Z PASS [ 0.024s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
87302025-10-11T01:09:50.124Z PASS [ 0.018s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
87312025-10-11T01:09:50.149Z PASS [ 0.029s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
87322025-10-11T01:09:50.174Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
87332025-10-11T01:09:50.209Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
87342025-10-11T01:09:50.235Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
87352025-10-11T01:09:50.261Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
87362025-10-11T01:09:50.261Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
87372025-10-11T01:09:50.285Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
87382025-10-11T01:09:50.310Z PASS [ 0.019s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
87392025-10-11T01:09:50.335Z PASS [ 0.018s] oximeter-schema ir::tests::only_support_format_version_1
87402025-10-11T01:09:50.335Z PASS [ 0.015s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
87412025-10-11T01:09:50.360Z PASS [ 0.014s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
87422025-10-11T01:09:50.416Z PASS [ 0.068s] oximeter-test-utils tests::test_gen_test_samples
87432025-10-11T01:09:50.441Z PASS [ 0.023s] oximeter-test-utils tests::test_sample_struct
87442025-10-11T01:09:50.467Z PASS [ 0.022s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
87452025-10-11T01:09:50.492Z PASS [ 0.019s] oximeter-test-utils tests::test_timeseries_schema_from_parts
87462025-10-11T01:09:50.516Z PASS [ 0.018s] oximeter-test-utils tests::test_timeseries_schema_from_sample
87472025-10-11T01:09:50.541Z PASS [ 0.021s] oximeter-types histogram::tests::test_bin_range
87482025-10-11T01:09:50.541Z PASS [ 0.015s] oximeter-types histogram::tests::test_bin_range_from
87492025-10-11T01:09:50.566Z PASS [ 0.015s] oximeter-types histogram::tests::test_bin_range_to
87502025-10-11T01:09:50.590Z PASS [ 0.018s] oximeter-types histogram::tests::test_empty_bins_not_supported
87512025-10-11T01:09:50.590Z PASS [ 0.014s] oximeter-types histogram::tests::test_ensure_finite
87522025-10-11T01:09:50.615Z PASS [ 0.023s] oximeter-types histogram::tests::test_histogram
87532025-10-11T01:09:50.639Z PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_construct_with
87542025-10-11T01:09:50.664Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_extreme_bins
87552025-10-11T01:09:50.664Z PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_extreme_samples
87562025-10-11T01:09:50.692Z PASS [ 0.014s] oximeter-types histogram::tests::test_histogram_float_bins
87572025-10-11T01:09:50.716Z PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_unbounded_samples
87582025-10-11T01:09:50.716Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_unsorted_bins
87592025-10-11T01:09:50.741Z PASS [ 0.015s] oximeter-types histogram::tests::test_histogram_with_bins
87602025-10-11T01:09:50.765Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
87612025-10-11T01:09:50.765Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
87622025-10-11T01:09:50.790Z PASS [ 0.015s] oximeter-types histogram::tests::test_log_bins_u64
87632025-10-11T01:09:50.815Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_bins_u8
87642025-10-11T01:09:50.840Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
87652025-10-11T01:09:50.840Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
87662025-10-11T01:09:50.865Z PASS [ 0.014s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
87672025-10-11T01:09:50.890Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
87682025-10-11T01:09:50.890Z PASS [ 0.016s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
87692025-10-11T01:09:50.915Z PASS [ 0.014s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
87702025-10-11T01:09:50.915Z PASS [ 0.016s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
87712025-10-11T01:09:50.940Z PASS [ 0.015s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
87722025-10-11T01:09:50.965Z PASS [ 0.014s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
87732025-10-11T01:09:50.965Z PASS [ 0.014s] oximeter-types histogram::tests::test_span_decades
87742025-10-11T01:09:50.990Z PASS [ 0.014s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
87752025-10-11T01:09:50.990Z PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
87762025-10-11T01:09:51.016Z PASS [ 0.014s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
87772025-10-11T01:09:51.041Z PASS [ 0.020s] oximeter-types quantile::tests::test_default_percentiles
87782025-10-11T01:09:51.041Z PASS [ 0.014s] oximeter-types quantile::tests::test_empty_observations
87792025-10-11T01:09:51.066Z PASS [ 0.014s] oximeter-types quantile::tests::test_find_cells
87802025-10-11T01:09:51.067Z PASS [ 0.014s] oximeter-types quantile::tests::test_float_observations
87812025-10-11T01:09:51.093Z PASS [ 0.019s] oximeter-types quantile::tests::test_integer_observations
87822025-10-11T01:09:51.117Z PASS [ 0.016s] oximeter-types quantile::tests::test_invalid_p_value
87832025-10-11T01:09:51.118Z PASS [ 0.015s] oximeter-types quantile::tests::test_max_p
87842025-10-11T01:09:51.143Z PASS [ 0.016s] oximeter-types quantile::tests::test_min_p
87852025-10-11T01:09:51.167Z PASS [ 0.014s] oximeter-types quantile::tests::test_non_filled_observations
87862025-10-11T01:09:51.167Z PASS [ 0.020s] oximeter-types quantile::tests::test_rounding
87872025-10-11T01:09:51.192Z PASS [ 0.016s] oximeter-types schema::tests::test_field_schema_ordering
87882025-10-11T01:09:51.220Z PASS [ 0.038s] oximeter-types schema::tests::test_timeseries_name
87892025-10-11T01:09:51.245Z PASS [ 0.025s] oximeter-types schema::tests::test_timeseries_name_from_str
87902025-10-11T01:09:51.270Z PASS [ 0.020s] oximeter-types traits::tests::test_metric_trait
87912025-10-11T01:09:51.295Z PASS [ 0.024s] oximeter-types traits::tests::test_producer_trait
87922025-10-11T01:09:51.320Z PASS [ 0.022s] oximeter-types traits::tests::test_target_trait
87932025-10-11T01:09:51.345Z PASS [ 0.018s] oximeter-types types::tests::test_cumulative_f64
87942025-10-11T01:09:51.369Z PASS [ 0.019s] oximeter-types types::tests::test_cumulative_i64
87952025-10-11T01:09:51.369Z PASS [ 0.018s] oximeter-types types::tests::test_datum
87962025-10-11T01:09:51.394Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
87972025-10-11T01:09:51.419Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
87982025-10-11T01:09:51.444Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
87992025-10-11T01:09:51.444Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
88002025-10-11T01:09:51.468Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
88012025-10-11T01:09:51.493Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
88022025-10-11T01:09:51.518Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
88032025-10-11T01:09:51.518Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
88042025-10-11T01:09:51.543Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
88052025-10-11T01:09:51.567Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
88062025-10-11T01:09:51.567Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
88072025-10-11T01:09:51.592Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
88082025-10-11T01:09:51.617Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
88092025-10-11T01:09:51.641Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
88102025-10-11T01:09:51.641Z PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
88112025-10-11T01:09:51.667Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
88122025-10-11T01:09:51.667Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
88132025-10-11T01:09:51.692Z PASS [ 0.019s] oximeter-types types::tests::test_measurement
88142025-10-11T01:09:51.716Z PASS [ 0.017s] oximeter-types types::tests::test_verify_field_names
88152025-10-11T01:09:51.742Z PASS [ 0.020s] oxlog tests::test_daterange_filter
88162025-10-11T01:09:51.742Z PASS [ 0.014s] oxlog tests::test_is_oxide_smf_log_file
88172025-10-11T01:09:51.767Z PASS [ 0.013s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
88182025-10-11T01:09:51.767Z PASS [ 0.012s] oxlog tests::test_sort_logs
88192025-10-11T01:09:51.800Z PASS [ 0.038s] oxlog::bin/oxlog tests::test_parse_timestamp
88202025-10-11T01:09:51.871Z PASS [ 0.071s] oxql-types point::tests::test_cast_points_from_bool
88212025-10-11T01:09:51.896Z PASS [ 0.019s] oxql-types point::tests::test_cast_points_from_double
88222025-10-11T01:09:51.921Z PASS [ 0.025s] oxql-types point::tests::test_cast_points_from_double_distribution
88232025-10-11T01:09:51.945Z PASS [ 0.015s] oxql-types point::tests::test_cast_points_from_int_distribution
88242025-10-11T01:09:51.946Z PASS [ 0.014s] oxql-types point::tests::test_cast_points_from_integer
88252025-10-11T01:09:51.970Z PASS [ 0.021s] oxql-types point::tests::test_cast_points_from_string
88262025-10-11T01:09:51.995Z PASS [ 0.017s] oxql-types point::tests::test_join_point_arrays
88272025-10-11T01:09:52.020Z PASS [ 0.015s] oxql-types point::tests::test_point_delta_between
88282025-10-11T01:09:52.020Z PASS [ 0.018s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
88292025-10-11T01:09:52.045Z PASS [ 0.017s] oxql-types point::tests::test_point_delta_between_with_new_epoch
88302025-10-11T01:09:52.070Z PASS [ 0.017s] oxql-types point::tests::test_push_concrete_values
88312025-10-11T01:09:52.095Z PASS [ 0.021s] oxql-types point::tests::test_sub_between_histogram_distributions
88322025-10-11T01:09:52.152Z PASS [ 0.081s] parallel-task-set test::test_spawn_many
88332025-10-11T01:09:52.184Z PASS [ 0.032s] range-requests test::get_response_no_range
88342025-10-11T01:09:52.214Z PASS [ 0.030s] range-requests test::get_response_with_range
88352025-10-11T01:09:52.239Z PASS [ 0.013s] range-requests test::invalid_ranges
88362025-10-11T01:09:52.264Z PASS [ 0.013s] range-requests test::parse_range_invalid
88372025-10-11T01:09:52.264Z PASS [ 0.011s] range-requests test::parse_range_valid
88382025-10-11T01:09:52.289Z PASS [ 0.021s] range-requests test::potential_range_parsing_does_not_crash
88392025-10-11T01:09:52.289Z PASS [ 0.013s] range-requests test::range_into_str
88402025-10-11T01:09:52.314Z PASS [ 0.016s] range-requests test::single_range_parsing_does_not_crash
88412025-10-11T01:09:52.472Z PASS [ 2.915s] oximeter-producer tests::test_producer_registration_task
88422025-10-11T01:09:52.846Z PASS [ 0.540s] reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
88432025-10-11T01:09:53.067Z PASS [ 0.224s] reconfigurator-cli::test-scripts script::cmds-example.txt
88442025-10-11T01:09:53.232Z PASS [ 0.163s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
88452025-10-11T01:09:53.373Z PASS [ 0.143s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
88462025-10-11T01:09:53.514Z PASS [ 0.138s] reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
88472025-10-11T01:09:53.589Z PASS [ 1.115s] reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
88482025-10-11T01:09:53.659Z PASS [ 0.146s] reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
88492025-10-11T01:09:54.493Z PASS [ 0.904s] reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
88502025-10-11T01:09:55.603Z PASS [ 1.944s] reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
88512025-10-11T01:09:55.637Z PASS [ 1.144s] reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
88522025-10-11T01:09:55.732Z PASS [ 0.129s] reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
88532025-10-11T01:09:55.861Z PASS [ 0.128s] reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
88542025-10-11T01:09:56.015Z PASS [ 0.152s] reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
88552025-10-11T01:09:56.167Z PASS [ 0.155s] reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
88562025-10-11T01:09:56.315Z PASS [ 0.146s] reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
88572025-10-11T01:09:57.448Z PASS [ 1.811s] reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
88582025-10-11T01:09:58.877Z PASS [ 2.563s] reconfigurator-cli::test-scripts script::cmds-target-release.txt
88592025-10-11T01:09:59.085Z PASS [ 0.208s] reconfigurator-cli::test-scripts script::cmds.txt
88602025-10-11T01:09:59.289Z PASS [ 1.841s] reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
88612025-10-11T01:09:59.982Z PASS [ 0.896s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
88622025-10-11T01:10:00.220Z PASS [ 0.931s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
88632025-10-11T01:10:00.951Z PASS [ 0.970s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
88642025-10-11T01:10:01.936Z PASS [ 0.984s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
88652025-10-11T01:10:03.827Z PASS [ 1.890s] sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
88662025-10-11T01:10:04.259Z PASS [ 15.190s] oximeter-db::integration_test test_schemas_disjoint
88672025-10-11T01:10:06.022Z PASS [ 16.943s] oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
88682025-10-11T01:10:06.599Z PASS [ 30.039s] oximeter-db client::tests::cannot_ping_nonexistent_server
88692025-10-11T01:10:06.812Z PASS [ 6.592s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
88702025-10-11T01:10:06.913Z PASS [ 2.654s] sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
88712025-10-11T01:10:06.968Z PASS [ 0.053s] sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores
88722025-10-11T01:10:07.006Z PASS [ 0.038s] sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
88732025-10-11T01:10:07.044Z PASS [ 0.038s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold
88742025-10-11T01:10:07.085Z PASS [ 0.041s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files
88752025-10-11T01:10:07.125Z PASS [ 0.040s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles
88762025-10-11T01:10:07.154Z PASS [ 0.029s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold
88772025-10-11T01:10:07.181Z PASS [ 0.027s] sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
88782025-10-11T01:10:07.216Z PASS [ 0.034s] sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
88792025-10-11T01:10:07.241Z PASS [ 3.404s] sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
88802025-10-11T01:10:07.265Z PASS [ 0.032s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
88812025-10-11T01:10:07.265Z PASS [ 0.031s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
88822025-10-11T01:10:07.297Z PASS [ 0.034s] sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
88832025-10-11T01:10:07.335Z PASS [ 0.038s] sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
88842025-10-11T01:10:07.422Z PASS [ 0.823s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
88852025-10-11T01:10:07.587Z PASS [ 0.252s] sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
88862025-10-11T01:10:07.627Z PASS [ 0.040s] sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
88872025-10-11T01:10:07.667Z PASS [ 0.039s] sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
88882025-10-11T01:10:07.697Z PASS [ 0.031s] sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
88892025-10-11T01:10:07.784Z PASS [ 0.087s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_merges_old_configs
88902025-10-11T01:10:07.848Z PASS [ 1.032s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
88912025-10-11T01:10:07.887Z PASS [ 0.042s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_returns_none_if_no_legacy_configs
88922025-10-11T01:10:07.955Z PASS [ 0.068s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_merge_old_configs
88932025-10-11T01:10:07.995Z PASS [ 0.040s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_old_config_schema
88942025-10-11T01:10:08.077Z PASS [ 0.082s] sled-agent-config-reconciler ledger::tests::convert_legacy_ledgers_if_present
88952025-10-11T01:10:08.115Z PASS [ 0.038s] sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
88962025-10-11T01:10:08.154Z PASS [ 0.039s] sled-agent-config-reconciler ledger::tests::read_existing_config
88972025-10-11T01:10:08.190Z PASS [ 0.036s] sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
88982025-10-11T01:10:08.232Z PASS [ 0.041s] sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
88992025-10-11T01:10:08.269Z PASS [ 0.037s] sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
89002025-10-11T01:10:08.310Z PASS [ 0.041s] sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
89012025-10-11T01:10:08.346Z PASS [ 0.036s] sled-agent-config-reconciler ledger::tests::reject_old_config_generation
89022025-10-11T01:10:08.371Z PASS [ 0.930s] sled-agent-config-reconciler internal_disks::tests::failures_are_retried
89032025-10-11T01:10:08.395Z PASS [ 0.034s] sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
89042025-10-11T01:10:08.420Z PASS [ 0.613s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_panics_if_partial_legacy_configs
89052025-10-11T01:10:09.993Z PASS [ 1.641s] sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
89062025-10-11T01:10:10.739Z PASS [ 2.357s] sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
89072025-10-11T01:10:12.120Z PASS [ 3.722s] sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
89082025-10-11T01:10:12.150Z PASS [ 0.030s] sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
89092025-10-11T01:10:12.185Z PASS [ 0.034s] sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
89102025-10-11T01:10:12.221Z PASS [ 0.036s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
89112025-10-11T01:10:12.245Z PASS [ 6.208s] sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
89122025-10-11T01:10:12.271Z PASS [ 0.041s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
89132025-10-11T01:10:12.296Z PASS [ 0.036s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
89142025-10-11T01:10:12.320Z PASS [ 0.040s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
89152025-10-11T01:10:12.320Z PASS [ 0.033s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
89162025-10-11T01:10:12.345Z PASS [ 0.032s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
89172025-10-11T01:10:12.345Z PASS [ 0.039s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
89182025-10-11T01:10:12.369Z PASS [ 2.358s] sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
89192025-10-11T01:10:12.394Z PASS [ 0.034s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
89202025-10-11T01:10:12.394Z PASS [ 0.037s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
89212025-10-11T01:10:12.436Z PASS [ 0.066s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
89222025-10-11T01:10:12.461Z PASS [ 0.057s] sled-agent-types rack_init::tests::parse_rack_initialization
89232025-10-11T01:10:12.461Z PASS [ 0.087s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
89242025-10-11T01:10:12.486Z PASS [ 0.026s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
89252025-10-11T01:10:12.486Z PASS [ 0.033s] sled-agent-types rack_init::tests::test_subnets
89262025-10-11T01:10:12.511Z PASS [ 0.051s] sled-agent-types rack_init::tests::test_extra_certs
89272025-10-11T01:10:12.511Z PASS [ 0.041s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
89282025-10-11T01:10:12.537Z PASS [ 0.043s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
89292025-10-11T01:10:12.537Z PASS [ 0.032s] sled-agent-types zone_bundle::tests::test_compare_bundles
89302025-10-11T01:10:12.537Z PASS [ 0.028s] sled-agent-types zone_bundle::tests::test_priority_dimension
89312025-10-11T01:10:12.562Z PASS [ 0.025s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
89322025-10-11T01:10:12.562Z PASS [ 0.028s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
89332025-10-11T01:10:12.650Z PASS [ 0.111s] sled-agent-zone-images mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
89342025-10-11T01:10:12.675Z PASS [ 0.104s] sled-agent-zone-images mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
89352025-10-11T01:10:12.675Z PASS [ 0.121s] sled-agent-zone-images mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
89362025-10-11T01:10:12.700Z PASS [ 0.035s] sled-agent-zone-images mupdate_override::tests::clear_boot_not_present
89372025-10-11T01:10:12.700Z PASS [ 0.036s] sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
89382025-10-11T01:10:12.700Z PASS [ 0.038s] sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_matches_present
89392025-10-11T01:10:12.725Z PASS [ 0.028s] sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
89402025-10-11T01:10:12.725Z PASS [ 0.031s] sled-agent-zone-images mupdate_override::tests::clear_file_io_error
89412025-10-11T01:10:12.750Z PASS [ 0.036s] sled-agent-zone-images mupdate_override::tests::clear_no_status
89422025-10-11T01:10:12.750Z PASS [ 0.026s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_boot_absent_other_present
89432025-10-11T01:10:12.776Z PASS [ 0.030s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_boot_disk_read_error
89442025-10-11T01:10:12.777Z PASS [ 0.030s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_disk_missing
89452025-10-11T01:10:12.777Z PASS [ 0.027s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_matches_absent
89462025-10-11T01:10:12.801Z PASS [ 0.030s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_read_error
89472025-10-11T01:10:12.801Z PASS [ 0.029s] sled-agent-zone-images mupdate_override::tests::read_boot_absent_other_present
89482025-10-11T01:10:12.801Z PASS [ 0.030s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_missing
89492025-10-11T01:10:12.826Z PASS [ 0.031s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_not_dir
89502025-10-11T01:10:12.826Z PASS [ 0.030s] sled-agent-zone-images mupdate_override::tests::read_boot_present_other_absent
89512025-10-11T01:10:12.826Z PASS [ 0.029s] sled-agent-zone-images mupdate_override::tests::read_boot_read_error
89522025-10-11T01:10:12.851Z PASS [ 0.030s] sled-agent-zone-images mupdate_override::tests::read_both_absent
89532025-10-11T01:10:12.851Z PASS [ 0.032s] sled-agent-zone-images mupdate_override::tests::read_both_present
89542025-10-11T01:10:12.877Z PASS [ 0.043s] sled-agent-zone-images mupdate_override::tests::read_different_values
89552025-10-11T01:10:12.902Z PASS [ 0.042s] sled-agent-zone-images mupdate_override::tests::read_solo_boot_disk
89562025-10-11T01:10:12.927Z PASS [ 0.054s] sled-agent-zone-images source_resolver::tests::file_source_with_errors
89572025-10-11T01:10:12.927Z PASS [ 0.035s] sled-agent-zone-images source_resolver::tests::file_source_zone_manifest_invalid
89582025-10-11T01:10:12.927Z PASS [ 0.033s] sled-agent-zone-images source_resolver::tests::lookup_with_mupdate_override
89592025-10-11T01:10:12.953Z PASS [ 0.032s] sled-agent-zone-images source_resolver::tests::resolver_status_to_inventory
89602025-10-11T01:10:12.953Z PASS [ 0.036s] sled-agent-zone-images source_resolver::tests::lookup_with_mupdate_override_error
89612025-10-11T01:10:12.953Z PASS [ 0.036s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_missing
89622025-10-11T01:10:12.978Z PASS [ 0.034s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_read_error
89632025-10-11T01:10:12.978Z PASS [ 0.036s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_zone_mismatch
89642025-10-11T01:10:13.004Z PASS [ 0.035s] sled-agent-zone-images zone_manifest::tests::read_non_boot_disk_zone_mismatch
89652025-10-11T01:10:13.004Z PASS [ 0.029s] sled-agent-zone-images zone_manifest::tests::read_success
89662025-10-11T01:10:13.882Z PASS [ 3.144s] sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
89672025-10-11T01:10:16.384Z PASS [ 3.383s] sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
89682025-10-11T01:10:16.455Z PASS [ 0.071s] sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
89692025-10-11T01:10:16.480Z PASS [ 3.494s] sled-diagnostics logs::illumos_tests::collect_current_logs
89702025-10-11T01:10:16.506Z PASS [ 0.037s] sled-diagnostics logs::test::test_sort_cockroach_extra_logs
89712025-10-11T01:10:16.532Z PASS [ 0.041s] sled-diagnostics queries::test::test_command_stderr_is_correct
89722025-10-11T01:10:16.532Z PASS [ 0.038s] sled-diagnostics queries::test::test_command_stdout_is_correct
89732025-10-11T01:10:16.560Z PASS [ 0.038s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
89742025-10-11T01:10:16.585Z PASS [ 27.510s] oximeter-db::integration_test test_cluster
89752025-10-11T01:10:16.612Z PASS [ 3.598s] sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
89762025-10-11T01:10:16.638Z PASS [ 0.058s] sled-hardware disk::test::test_partition_device_paths
89772025-10-11T01:10:16.664Z PASS [ 0.074s] sled-hardware disk::test::test_disk_paths
89782025-10-11T01:10:16.664Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
89792025-10-11T01:10:16.664Z PASS [ 0.071s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
89802025-10-11T01:10:16.664Z PASS [ 0.036s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
89812025-10-11T01:10:16.689Z PASS [ 0.029s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
89822025-10-11T01:10:16.689Z PASS [ 0.032s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
89832025-10-11T01:10:16.714Z PASS [ 0.038s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
89842025-10-11T01:10:16.714Z PASS [ 0.025s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
89852025-10-11T01:10:16.739Z PASS [ 0.027s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
89862025-10-11T01:10:16.739Z PASS [ 0.043s] sled-storage dataset::test::serialize_dataset_name
89872025-10-11T01:10:16.771Z PASS [ 0.058s] sled-storage manager::test::test_datasets_schema
89882025-10-11T01:10:16.797Z PASS [ 0.058s] sled-storage manager::test::test_omicron_physical_disks_schema
89892025-10-11T01:10:16.826Z PASS [ 0.053s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
89902025-10-11T01:10:17.059Z PASS [ 0.528s] sled-diagnostics queries::test::test_long_running_command_is_aborted
89912025-10-11T01:10:17.816Z PASS [ 3.933s] sled-diagnostics logs::illumos_tests::log_snapshots_work
89922025-10-11T01:10:18.158Z PASS [ 1.387s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
89932025-10-11T01:10:18.914Z PASS [ 2.176s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
89942025-10-11T01:10:19.307Z PASS [ 2.249s] sled-storage manager::tests::ensure_datasets
89952025-10-11T01:10:19.354Z PASS [ 0.047s] sled-storage manager::tests::ensure_using_exactly_these_disks
89962025-10-11T01:10:19.724Z PASS [ 2.897s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
89972025-10-11T01:10:19.951Z PASS [ 12.704s] sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
89982025-10-11T01:10:20.344Z PASS [ 2.529s] sled-storage manager::tests::ensure_datasets_get_mounted
89992025-10-11T01:10:20.723Z PASS [ 2.565s] sled-storage manager::tests::ensure_datasets_get_mounted_even_with_data
90002025-10-11T01:10:21.605Z PASS [ 2.251s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
90012025-10-11T01:10:21.693Z PASS [ 1.348s] sled-storage manager::tests::update_rawdisk_firmware
90022025-10-11T01:10:22.502Z PASS [ 2.551s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
90032025-10-11T01:10:22.615Z PASS [ 2.891s] sled-storage manager::tests::nested_dataset
90042025-10-11T01:10:22.643Z PASS [ 0.028s] trust-quorum crypto::tests::rack_secrets_decryption_failure
90052025-10-11T01:10:22.667Z PASS [ 0.019s] trust-quorum crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
90062025-10-11T01:10:22.920Z PASS [ 0.258s] trust-quorum node::tests::initial_configuration
90072025-10-11T01:10:22.952Z PASS [ 0.032s] trust-quorum rack_secret_loader::tests::test_load_rack_secrets
90082025-10-11T01:10:23.107Z PASS [ 0.155s] trust-quorum validators::tests::test_validate_reconfigure_msg_failure
90092025-10-11T01:10:23.139Z PASS [ 1.446s] sled-storage manager::tests::wait_for_boot_disk
90102025-10-11T01:10:23.251Z PASS [ 2.528s] sled-storage manager::tests::upsert_filesystem
90112025-10-11T01:10:23.276Z PASS [ 0.163s] trust-quorum validators::tests::test_validate_reconfigure_msg_new_success
90122025-10-11T01:10:23.783Z PASS [ 1.282s] trust-quorum crypto::tests::rack_secret_test
90132025-10-11T01:10:23.915Z PASS [ 0.663s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
90142025-10-11T01:10:23.940Z PASS [ 0.650s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
90152025-10-11T01:10:23.965Z PASS [ 0.050s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
90162025-10-11T01:10:23.995Z PASS [ 0.074s] update-common artifacts::update_plan::tests::test_bad_rot_versions
90172025-10-11T01:10:24.035Z PASS [ 0.070s] update-common artifacts::update_plan::tests::test_multi_rot_bord
90182025-10-11T01:10:24.063Z PASS [ 2.458s] sled-storage manager::tests::upsert_filesystem_no_uuid
90192025-10-11T01:10:24.088Z PASS [ 0.081s] update-common artifacts::update_plan::tests::test_multi_rot_version
90202025-10-11T01:10:24.088Z PASS [ 0.041s] update-common artifacts::update_plan::tests::test_split_control_plane
90212025-10-11T01:10:24.113Z PASS [ 0.033s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
90222025-10-11T01:10:24.138Z PASS [ 0.045s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
90232025-10-11T01:10:24.163Z PASS [ 0.067s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
90242025-10-11T01:10:24.188Z PASS [ 0.030s] update-engine display::line_display_shared::tests::test_format_progress_counter
90252025-10-11T01:10:24.213Z PASS [ 0.032s] update-engine display::line_display_shared::tests::test_start_line
90262025-10-11T01:10:24.238Z PASS [ 0.032s] update-engine engine::tests::error_exits_early
90272025-10-11T01:10:24.269Z PASS [ 0.147s] update-engine display::group_display::tests::test_stats
90282025-10-11T01:10:24.294Z PASS [ 0.040s] update-engine events::tests::progress_event_parse_unknown
90292025-10-11T01:10:24.319Z PASS [ 0.031s] update-engine events::tests::step_event_parse_unknown
90302025-10-11T01:10:24.319Z PASS [ 0.028s] update-engine spec::tests::test_merge_anyhow_list
90312025-10-11T01:10:24.344Z PASS [ 0.025s] wicket state::inventory::tests::component_id_display
90322025-10-11T01:10:24.369Z PASS [ 0.021s] wicket state::rack::tests::prev_next_are_opposites
90332025-10-11T01:10:24.394Z PASS [ 0.021s] wicket state::rack::tests::up_down_are_opposites
90342025-10-11T01:10:24.394Z PASS [ 0.292s] update-engine buffer::tests::test_buffer
90352025-10-11T01:10:24.420Z PASS [ 0.111s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
90362025-10-11T01:10:24.446Z PASS [ 0.057s] wicket-common rack_setup::tests::roundtrip_import_export_policy
90372025-10-11T01:10:24.540Z PASS [ 0.128s] wicketd installinator_progress::tests::test_states
90382025-10-11T01:10:24.565Z PASS [ 0.096s] wicketd rss_config::tests::test_bgp_auth_key_states
90392025-10-11T01:10:24.762Z PASS [ 0.388s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
90402025-10-11T01:10:25.645Z PASS [ 1.097s] wicketd::mod integration_tests::inventory::test_inventory
90412025-10-11T01:10:26.434Z PASS [ 1.670s] wicketd::mod integration_tests::updates::test_installinator_fetch_no_installinator_document
90422025-10-11T01:10:26.494Z PASS [ 1.949s] wicketd::mod integration_tests::updates::test_installinator_fetch
90432025-10-11T01:10:26.724Z PASS [ 2.935s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
90442025-10-11T01:10:26.754Z PASS [ 1.099s] wicketd::mod integration_tests::updates::test_update_races
90452025-10-11T01:10:28.248Z PASS [ 9.333s] sled-storage manager::tests::ensure_many_datasets
90462025-10-11T01:10:28.434Z PASS [ 2.001s] wicketd::mod integration_tests::updates::test_updates
90472025-10-11T01:11:23.140Z SLOW [> 60.000s] trust-quorum::cluster test_trust_quorum_protocol
90482025-10-11T01:12:23.141Z SLOW [>120.000s] trust-quorum::cluster test_trust_quorum_protocol
90492025-10-11T01:12:26.602Z PASS [ 123.463s] trust-quorum::cluster test_trust_quorum_protocol
90502025-10-11T01:12:26.652Z────────────
90512025-10-11T01:12:26.652Z Summary [3933.753s] 2262 tests run: 2260 passed (34 slow), 2 failed, 3 skipped
90522025-10-11T01:12:26.652Z FAIL [ 360.193s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
90532025-10-11T01:12:26.652Z FAIL [ 36.777s] omicron-omdb::test_all_output test_omdb_success_cases
90542025-10-11T01:12:26.689Zerror: test run failed
90552025-10-11T01:12:26.717Z
90562025-10-11T01:12:26.717Zreal 1:05:57.555508140
90572025-10-11T01:12:26.717Zuser 5:51:19.806273893
90582025-10-11T01:12:26.717Zsys 1:15:12.318449402
90592025-10-11T01:12:26.717Ztrap 3:13.387565897
90602025-10-11T01:12:26.717Ztflt 16.863769137
90612025-10-11T01:12:26.717Zdflt 1:10.284959043
90622025-10-11T01:12:26.742Zkflt 0.493345324
90632025-10-11T01:12:26.742Zlock 1549:16:29.148665179
90642025-10-11T01:12:26.742Zslp 120:08:45.378115363
90652025-10-11T01:12:26.742Zlat 5:41:08.639677063
90662025-10-11T01:12:26.742Zstop 1:09:51.395605468
90672025-10-11T01:12:27.360Zprocess exited: duration 6190911 ms, exit code 100
 
90682025-10-11T01:12:27.420Zfound 125 output files
90692025-10-11T01:12:27.421Zuploading: /work/crate-build-timings.json (677109 bytes)
90702025-10-11T01:12:28.688Zuploaded: /work/crate-build-timings.json
90712025-10-11T01:12:28.688Zuploading: /work/environment.json (130 bytes)
90722025-10-11T01:12:29.784Zuploaded: /work/environment.json
90732025-10-11T01:12:29.784Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (491528 bytes)
90742025-10-11T01:12:31.036Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
90752025-10-11T01:12:31.061Zuploading: /var/tmp/omicron_tmp/.tmp3Qm8px/dendrite_stderr (0 bytes)
90762025-10-11T01:12:32.109Zuploaded: /var/tmp/omicron_tmp/.tmp3Qm8px/dendrite_stderr
90772025-10-11T01:12:32.109Zuploading: /var/tmp/omicron_tmp/.tmp3Qm8px/dendrite_stdout (50352 bytes)
90782025-10-11T01:12:33.299Zuploaded: /var/tmp/omicron_tmp/.tmp3Qm8px/dendrite_stdout
90792025-10-11T01:12:33.324Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/cockroach_stderr (704 bytes)
90802025-10-11T01:12:34.398Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/cockroach_stderr
90812025-10-11T01:12:34.398Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/cockroach_stdout (874 bytes)
90822025-10-11T01:12:35.498Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/cockroach_stdout
90832025-10-11T01:12:35.498Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/000017.log (205283 bytes)
90842025-10-11T01:12:36.734Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/000017.log
90852025-10-11T01:12:36.759Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/000020.sst (854319 bytes)
90862025-10-11T01:12:38.020Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/000020.sst
90872025-10-11T01:12:38.045Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/000021.log (3667110 bytes)
90882025-10-11T01:12:39.423Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/000021.log
90892025-10-11T01:12:39.447Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/CURRENT (16 bytes)
90902025-10-11T01:12:40.522Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/CURRENT
90912025-10-11T01:12:40.547Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/LOCK (0 bytes)
90922025-10-11T01:12:41.598Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/LOCK
90932025-10-11T01:12:41.623Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/MANIFEST-000001 (44 bytes)
90942025-10-11T01:12:42.699Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/MANIFEST-000001
90952025-10-11T01:12:42.699Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/MANIFEST-000018 (600 bytes)
90962025-10-11T01:12:43.798Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/MANIFEST-000018
90972025-10-11T01:12:43.823Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/OPTIONS-000019 (2366 bytes)
90982025-10-11T01:12:45.928Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/OPTIONS-000019
90992025-10-11T01:12:45.928Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/STORAGE_MIN_VERSION (8 bytes)
91002025-10-11T01:12:45.995Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/STORAGE_MIN_VERSION
91012025-10-11T01:12:46.020Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach-temp3176118166/000002.log (0 bytes)
91022025-10-11T01:12:47.068Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach-temp3176118166/000002.log
91032025-10-11T01:12:47.093Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach-temp3176118166/CURRENT (16 bytes)
91042025-10-11T01:12:48.164Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach-temp3176118166/CURRENT
91052025-10-11T01:12:48.164Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach-temp3176118166/LOCK (0 bytes)
91062025-10-11T01:12:49.235Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach-temp3176118166/LOCK
91072025-10-11T01:12:49.260Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach-temp3176118166/MANIFEST-000001 (50 bytes)
91082025-10-11T01:12:50.333Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach-temp3176118166/MANIFEST-000001
91092025-10-11T01:12:50.333Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach-temp3176118166/OPTIONS-000003 (2303 bytes)
91102025-10-11T01:12:51.427Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach-temp3176118166/OPTIONS-000003
91112025-10-11T01:12:51.427Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach-temp3176118166/TEMP_DIR.LOCK (0 bytes)
91122025-10-11T01:12:52.499Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach-temp3176118166/TEMP_DIR.LOCK
91132025-10-11T01:12:52.499Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach.advertise-addr (11 bytes)
91142025-10-11T01:12:53.594Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach.advertise-addr
91152025-10-11T01:12:53.594Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach.advertise-sql-addr (11 bytes)
91162025-10-11T01:12:54.690Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach.advertise-sql-addr
91172025-10-11T01:12:54.690Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach.http-addr (11 bytes)
91182025-10-11T01:12:55.787Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach.http-addr
91192025-10-11T01:12:55.813Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach.listen-addr (11 bytes)
91202025-10-11T01:12:56.883Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach.listen-addr
91212025-10-11T01:12:56.908Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach.sql-addr (11 bytes)
91222025-10-11T01:12:57.978Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/cockroach.sql-addr
91232025-10-11T01:12:57.978Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-health.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_47Z.012608.log (1333 bytes)
91242025-10-11T01:12:59.073Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-health.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_47Z.012608.log
91252025-10-11T01:12:59.073Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-health.bmat-EVT22200007-0000ae52.build.2025-10-11T01_08_57Z.001652.log (3387 bytes)
91262025-10-11T01:13:00.170Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-health.bmat-EVT22200007-0000ae52.build.2025-10-11T01_08_57Z.001652.log
91272025-10-11T01:13:00.170Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-health.log (3387 bytes)
91282025-10-11T01:13:01.265Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-health.log
91292025-10-11T01:13:01.319Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-pebble.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_46Z.012608.log (3346 bytes)
91302025-10-11T01:13:02.383Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-pebble.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_46Z.012608.log
91312025-10-11T01:13:02.384Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-pebble.bmat-EVT22200007-0000ae52.build.2025-10-11T01_08_56Z.001652.log (5444 bytes)
91322025-10-11T01:13:03.533Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-pebble.bmat-EVT22200007-0000ae52.build.2025-10-11T01_08_56Z.001652.log
91332025-10-11T01:13:03.558Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-pebble.log (5444 bytes)
91342025-10-11T01:13:04.656Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-pebble.log
91352025-10-11T01:13:04.681Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-security.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_47Z.012608.log (1780 bytes)
91362025-10-11T01:13:05.757Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-security.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_47Z.012608.log
91372025-10-11T01:13:05.781Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-security.log (1780 bytes)
91382025-10-11T01:13:06.855Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-security.log
91392025-10-11T01:13:06.881Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_46Z.012608.log (272234 bytes)
91402025-10-11T01:13:08.093Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_46Z.012608.log
91412025-10-11T01:13:08.118Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-sql-schema.log (272234 bytes)
91422025-10-11T01:13:09.329Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-sql-schema.log
91432025-10-11T01:13:09.329Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-stderr.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_46Z.012608.log (1137 bytes)
91442025-10-11T01:13:10.429Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-stderr.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_46Z.012608.log
91452025-10-11T01:13:10.430Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-stderr.bmat-EVT22200007-0000ae52.build.2025-10-11T01_08_56Z.001652.log (1126 bytes)
91462025-10-11T01:13:11.533Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-stderr.bmat-EVT22200007-0000ae52.build.2025-10-11T01_08_56Z.001652.log
91472025-10-11T01:13:11.560Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-stderr.log (1126 bytes)
91482025-10-11T01:13:12.633Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-stderr.log
91492025-10-11T01:13:12.658Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-telemetry.bmat-EVT22200007-0000ae52.build.2025-10-11T01_08_57Z.001652.log (29629 bytes)
91502025-10-11T01:13:13.800Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-telemetry.bmat-EVT22200007-0000ae52.build.2025-10-11T01_08_57Z.001652.log
91512025-10-11T01:13:13.825Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-telemetry.log (29629 bytes)
91522025-10-11T01:13:14.967Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach-telemetry.log
91532025-10-11T01:13:14.967Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_46Z.012608.log (451559 bytes)
91542025-10-11T01:13:16.226Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_46Z.012608.log
91552025-10-11T01:13:16.251Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach.bmat-EVT22200007-0000ae52.build.2025-10-11T01_08_56Z.001652.log (27935 bytes)
91562025-10-11T01:13:17.392Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach.bmat-EVT22200007-0000ae52.build.2025-10-11T01_08_56Z.001652.log
91572025-10-11T01:13:17.416Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach.log (27935 bytes)
91582025-10-11T01:13:18.560Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/cockroach.log
91592025-10-11T01:13:18.585Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/heap_profiler/memprof.2025-10-11T01_09_07.260.75313240.pprof (115218 bytes)
91602025-10-11T01:13:19.772Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/logs/heap_profiler/memprof.2025-10-11T01_09_07.260.75313240.pprof
91612025-10-11T01:13:19.772Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/marker.format-version.000005.006 (0 bytes)
91622025-10-11T01:13:20.846Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/marker.format-version.000005.006
91632025-10-11T01:13:20.871Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/marker.manifest.000002.MANIFEST-000018 (0 bytes)
91642025-10-11T01:13:21.919Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/marker.manifest.000002.MANIFEST-000018
91652025-10-11T01:13:21.919Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/data/temp-dirs-record.txt (62 bytes)
91662025-10-11T01:13:23.015Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/data/temp-dirs-record.txt
91672025-10-11T01:13:23.039Zuploading: /var/tmp/omicron_tmp/.tmp7mxbzG/listen-url (56 bytes)
91682025-10-11T01:13:24.110Zuploaded: /var/tmp/omicron_tmp/.tmp7mxbzG/listen-url
91692025-10-11T01:13:24.136Zuploading: /var/tmp/omicron_tmp/.tmpHIY4B5/dendrite_stderr (0 bytes)
91702025-10-11T01:13:25.181Zuploaded: /var/tmp/omicron_tmp/.tmpHIY4B5/dendrite_stderr
91712025-10-11T01:13:25.181Zuploading: /var/tmp/omicron_tmp/.tmpHIY4B5/dendrite_stdout (48452 bytes)
91722025-10-11T01:13:26.348Zuploaded: /var/tmp/omicron_tmp/.tmpHIY4B5/dendrite_stdout
91732025-10-11T01:13:26.372Zuploading: /var/tmp/omicron_tmp/.tmpRPHu72/dendrite_stderr (0 bytes)
91742025-10-11T01:13:27.421Zuploaded: /var/tmp/omicron_tmp/.tmpRPHu72/dendrite_stderr
91752025-10-11T01:13:27.421Zuploading: /var/tmp/omicron_tmp/.tmpRPHu72/dendrite_stdout (127509 bytes)
91762025-10-11T01:13:28.627Zuploaded: /var/tmp/omicron_tmp/.tmpRPHu72/dendrite_stdout
91772025-10-11T01:13:28.654Zuploading: /var/tmp/omicron_tmp/.tmpVPV2Iy/mgd_stderr (0 bytes)
91782025-10-11T01:13:29.699Zuploaded: /var/tmp/omicron_tmp/.tmpVPV2Iy/mgd_stderr
91792025-10-11T01:13:29.724Zuploading: /var/tmp/omicron_tmp/.tmpVPV2Iy/mgd_stdout (19709 bytes)
91802025-10-11T01:13:30.842Zuploaded: /var/tmp/omicron_tmp/.tmpVPV2Iy/mgd_stdout
91812025-10-11T01:13:30.867Zuploading: /var/tmp/omicron_tmp/.tmpVPV2Iy/rdb/conf (62 bytes)
91822025-10-11T01:13:31.954Zuploaded: /var/tmp/omicron_tmp/.tmpVPV2Iy/rdb/conf
91832025-10-11T01:13:31.954Zuploading: /var/tmp/omicron_tmp/.tmpVPV2Iy/rdb/db (629 bytes)
91842025-10-11T01:13:33.076Zuploaded: /var/tmp/omicron_tmp/.tmpVPV2Iy/rdb/db
91852025-10-11T01:13:33.076Zuploading: /var/tmp/omicron_tmp/.tmpoefmyY/mgd_stderr (0 bytes)
91862025-10-11T01:13:34.246Zuploaded: /var/tmp/omicron_tmp/.tmpoefmyY/mgd_stderr
91872025-10-11T01:13:34.312Zuploading: /var/tmp/omicron_tmp/.tmpoefmyY/mgd_stdout (111236 bytes)
91882025-10-11T01:13:35.554Zuploaded: /var/tmp/omicron_tmp/.tmpoefmyY/mgd_stdout
91892025-10-11T01:13:35.554Zuploading: /var/tmp/omicron_tmp/.tmpoefmyY/rdb/conf (62 bytes)
91902025-10-11T01:13:36.654Zuploaded: /var/tmp/omicron_tmp/.tmpoefmyY/rdb/conf
91912025-10-11T01:13:36.682Zuploading: /var/tmp/omicron_tmp/.tmpoefmyY/rdb/db (629 bytes)
91922025-10-11T01:13:37.756Zuploaded: /var/tmp/omicron_tmp/.tmpoefmyY/rdb/db
91932025-10-11T01:13:37.782Zuploading: /var/tmp/omicron_tmp/.tmpq7mc32/mgd_stderr (0 bytes)
91942025-10-11T01:13:38.833Zuploaded: /var/tmp/omicron_tmp/.tmpq7mc32/mgd_stderr
91952025-10-11T01:13:38.833Zuploading: /var/tmp/omicron_tmp/.tmpq7mc32/mgd_stdout (19741 bytes)
91962025-10-11T01:13:39.992Zuploaded: /var/tmp/omicron_tmp/.tmpq7mc32/mgd_stdout
91972025-10-11T01:13:39.992Zuploading: /var/tmp/omicron_tmp/.tmpq7mc32/rdb/conf (62 bytes)
91982025-10-11T01:13:41.091Zuploaded: /var/tmp/omicron_tmp/.tmpq7mc32/rdb/conf
91992025-10-11T01:13:41.092Zuploading: /var/tmp/omicron_tmp/.tmpq7mc32/rdb/db (629 bytes)
92002025-10-11T01:13:42.212Zuploaded: /var/tmp/omicron_tmp/.tmpq7mc32/rdb/db
92012025-10-11T01:13:42.212Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/cockroach_stderr (704 bytes)
92022025-10-11T01:13:43.324Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/cockroach_stderr
92032025-10-11T01:13:43.324Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/cockroach_stdout (874 bytes)
92042025-10-11T01:13:44.434Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/cockroach_stdout
92052025-10-11T01:13:44.435Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/000017.log (213725 bytes)
92062025-10-11T01:13:45.716Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/000017.log
92072025-10-11T01:13:45.717Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/000020.sst (854319 bytes)
92082025-10-11T01:13:47.012Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/000020.sst
92092025-10-11T01:13:47.012Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/000021.log (28541173 bytes)
92102025-10-11T01:13:50.064Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/000021.log
92112025-10-11T01:13:50.064Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/CURRENT (16 bytes)
92122025-10-11T01:13:51.163Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/CURRENT
92132025-10-11T01:13:51.188Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/LOCK (0 bytes)
92142025-10-11T01:13:52.238Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/LOCK
92152025-10-11T01:13:52.238Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/MANIFEST-000001 (44 bytes)
92162025-10-11T01:13:53.334Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/MANIFEST-000001
92172025-10-11T01:13:53.334Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/MANIFEST-000018 (600 bytes)
92182025-10-11T01:13:54.430Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/MANIFEST-000018
92192025-10-11T01:13:54.430Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/OPTIONS-000019 (2366 bytes)
92202025-10-11T01:13:55.524Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/OPTIONS-000019
92212025-10-11T01:13:55.549Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/STORAGE_MIN_VERSION (8 bytes)
92222025-10-11T01:13:56.634Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/STORAGE_MIN_VERSION
92232025-10-11T01:13:56.635Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach-temp2590748123/000002.log (0 bytes)
92242025-10-11T01:13:57.696Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach-temp2590748123/000002.log
92252025-10-11T01:13:57.696Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach-temp2590748123/CURRENT (16 bytes)
92262025-10-11T01:13:58.791Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach-temp2590748123/CURRENT
92272025-10-11T01:13:58.816Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach-temp2590748123/LOCK (0 bytes)
92282025-10-11T01:13:59.863Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach-temp2590748123/LOCK
92292025-10-11T01:13:59.864Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach-temp2590748123/MANIFEST-000001 (50 bytes)
92302025-10-11T01:14:00.962Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach-temp2590748123/MANIFEST-000001
92312025-10-11T01:14:00.962Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach-temp2590748123/OPTIONS-000003 (2303 bytes)
92322025-10-11T01:14:02.062Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach-temp2590748123/OPTIONS-000003
92332025-10-11T01:14:02.062Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach-temp2590748123/TEMP_DIR.LOCK (0 bytes)
92342025-10-11T01:14:03.136Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach-temp2590748123/TEMP_DIR.LOCK
92352025-10-11T01:14:03.161Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach.advertise-addr (11 bytes)
92362025-10-11T01:14:04.234Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach.advertise-addr
92372025-10-11T01:14:04.234Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach.advertise-sql-addr (11 bytes)
92382025-10-11T01:14:05.331Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach.advertise-sql-addr
92392025-10-11T01:14:05.332Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach.http-addr (11 bytes)
92402025-10-11T01:14:06.430Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach.http-addr
92412025-10-11T01:14:06.430Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach.listen-addr (11 bytes)
92422025-10-11T01:14:07.529Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach.listen-addr
92432025-10-11T01:14:07.529Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach.sql-addr (11 bytes)
92442025-10-11T01:14:08.626Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/cockroach.sql-addr
92452025-10-11T01:14:08.651Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-health.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_47Z.012608.log (1333 bytes)
92462025-10-11T01:14:09.725Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-health.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_47Z.012608.log
92472025-10-11T01:14:09.750Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-health.bmat-EVT22200007-0000ae52.build.2025-10-11T00_40_22Z.023929.log (29061 bytes)
92482025-10-11T01:14:10.891Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-health.bmat-EVT22200007-0000ae52.build.2025-10-11T00_40_22Z.023929.log
92492025-10-11T01:14:10.891Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-health.log (29061 bytes)
92502025-10-11T01:14:12.065Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-health.log
92512025-10-11T01:14:12.090Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-pebble.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_46Z.012608.log (3346 bytes)
92522025-10-11T01:14:13.163Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-pebble.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_46Z.012608.log
92532025-10-11T01:14:13.163Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-pebble.bmat-EVT22200007-0000ae52.build.2025-10-11T00_40_21Z.023929.log (5450 bytes)
92542025-10-11T01:14:14.284Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-pebble.bmat-EVT22200007-0000ae52.build.2025-10-11T00_40_21Z.023929.log
92552025-10-11T01:14:14.284Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-pebble.log (5450 bytes)
92562025-10-11T01:14:15.405Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-pebble.log
92572025-10-11T01:14:15.430Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-security.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_47Z.012608.log (1780 bytes)
92582025-10-11T01:14:16.505Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-security.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_47Z.012608.log
92592025-10-11T01:14:16.530Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-security.log (1780 bytes)
92602025-10-11T01:14:17.603Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-security.log
92612025-10-11T01:14:17.603Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_46Z.012608.log (272234 bytes)
92622025-10-11T01:14:18.839Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_46Z.012608.log
92632025-10-11T01:14:18.839Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-sql-schema.log (272234 bytes)
92642025-10-11T01:14:20.075Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-sql-schema.log
92652025-10-11T01:14:20.100Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-stderr.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_46Z.012608.log (1137 bytes)
92662025-10-11T01:14:21.173Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-stderr.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_46Z.012608.log
92672025-10-11T01:14:21.197Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-stderr.bmat-EVT22200007-0000ae52.build.2025-10-11T00_40_21Z.023929.log (1126 bytes)
92682025-10-11T01:14:22.272Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-stderr.bmat-EVT22200007-0000ae52.build.2025-10-11T00_40_21Z.023929.log
92692025-10-11T01:14:22.273Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-stderr.log (1126 bytes)
92702025-10-11T01:14:23.373Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-stderr.log
92712025-10-11T01:14:23.373Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-telemetry.bmat-EVT22200007-0000ae52.build.2025-10-11T00_40_22Z.023929.log (102024 bytes)
92722025-10-11T01:14:24.585Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-telemetry.bmat-EVT22200007-0000ae52.build.2025-10-11T00_40_22Z.023929.log
92732025-10-11T01:14:24.611Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-telemetry.bmat-EVT22200007-0000ae52.build.2025-10-11T00_42_23Z.023929.log (53558 bytes)
92742025-10-11T01:14:25.779Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-telemetry.bmat-EVT22200007-0000ae52.build.2025-10-11T00_42_23Z.023929.log
92752025-10-11T01:14:25.803Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-telemetry.log (53558 bytes)
92762025-10-11T01:14:26.966Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach-telemetry.log
92772025-10-11T01:14:26.992Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_46Z.012608.log (451559 bytes)
92782025-10-11T01:14:28.227Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach.bmat-EVT22200007-0000ae52.build.2025-10-11T00_07_46Z.012608.log
92792025-10-11T01:14:28.227Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach.bmat-EVT22200007-0000ae52.build.2025-10-11T00_40_21Z.023929.log (109292 bytes)
92802025-10-11T01:14:29.437Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach.bmat-EVT22200007-0000ae52.build.2025-10-11T00_40_21Z.023929.log
92812025-10-11T01:14:29.437Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach.log (109292 bytes)
92822025-10-11T01:14:30.648Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/cockroach.log
92832025-10-11T01:14:30.648Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/heap_profiler/memprof.2025-10-11T00_40_42.519.83414272.pprof (143339 bytes)
92842025-10-11T01:14:31.864Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/heap_profiler/memprof.2025-10-11T00_40_42.519.83414272.pprof
92852025-10-11T01:14:31.889Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/heap_profiler/memprof.2025-10-11T00_41_32.520.85012672.pprof (231032 bytes)
92862025-10-11T01:14:33.107Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/heap_profiler/memprof.2025-10-11T00_41_32.520.85012672.pprof
92872025-10-11T01:14:33.107Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/heap_profiler/memprof.2025-10-11T00_41_42.520.86807416.pprof (233423 bytes)
92882025-10-11T01:14:34.342Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/heap_profiler/memprof.2025-10-11T00_41_42.520.86807416.pprof
92892025-10-11T01:14:34.342Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/heap_profiler/memprof.2025-10-11T00_41_52.520.99945264.pprof (234641 bytes)
92902025-10-11T01:14:35.578Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/heap_profiler/memprof.2025-10-11T00_41_52.520.99945264.pprof
92912025-10-11T01:14:35.578Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/heap_profiler/memprof.2025-10-11T00_43_02.520.120497472.pprof (254229 bytes)
92922025-10-11T01:14:36.814Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/logs/heap_profiler/memprof.2025-10-11T00_43_02.520.120497472.pprof
92932025-10-11T01:14:36.854Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/marker.format-version.000005.006 (0 bytes)
92942025-10-11T01:14:37.907Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/marker.format-version.000005.006
92952025-10-11T01:14:37.907Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/marker.manifest.000002.MANIFEST-000018 (0 bytes)
92962025-10-11T01:14:38.984Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/marker.manifest.000002.MANIFEST-000018
92972025-10-11T01:14:38.984Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/data/temp-dirs-record.txt (62 bytes)
92982025-10-11T01:14:40.082Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/data/temp-dirs-record.txt
92992025-10-11T01:14:40.083Zuploading: /var/tmp/omicron_tmp/.tmpwCWt7k/listen-url (56 bytes)
93002025-10-11T01:14:41.181Zuploaded: /var/tmp/omicron_tmp/.tmpwCWt7k/listen-url
93012025-10-11T01:14:41.181Zuploading: /var/tmp/omicron_tmp/test_all-d335379d5fc1140c-test_disk_move_between_instances.23925.0.log (28098467 bytes)
93022025-10-11T01:14:43.508Zuploaded: /var/tmp/omicron_tmp/test_all-d335379d5fc1140c-test_disk_move_between_instances.23925.0.log
93032025-10-11T01:14:43.508Zuploading: /var/tmp/omicron_tmp/test_all-d335379d5fc1140c-test_disk_move_between_instances.23925.1-clickhouse-ub6Rg4/clickhouse-server.errlog (20460 bytes)
93042025-10-11T01:14:44.653Zuploaded: /var/tmp/omicron_tmp/test_all-d335379d5fc1140c-test_disk_move_between_instances.23925.1-clickhouse-ub6Rg4/clickhouse-server.errlog
93052025-10-11T01:14:44.680Zuploading: /var/tmp/omicron_tmp/test_all-d335379d5fc1140c-test_disk_move_between_instances.23925.1-clickhouse-ub6Rg4/clickhouse-server.log (2285724 bytes)
93062025-10-11T01:14:45.978Zuploaded: /var/tmp/omicron_tmp/test_all-d335379d5fc1140c-test_disk_move_between_instances.23925.1-clickhouse-ub6Rg4/clickhouse-server.log
93072025-10-11T01:14:45.978Zuploading: /var/tmp/omicron_tmp/test_all-d335379d5fc1140c-test_disk_move_between_instances.23925.2.log (21966920 bytes)
93082025-10-11T01:14:50.383Zuploaded: /var/tmp/omicron_tmp/test_all-d335379d5fc1140c-test_disk_move_between_instances.23925.2.log
93092025-10-11T01:14:50.416Zuploading: /var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.0.log (2652275 bytes)
93102025-10-11T01:14:53.085Zuploaded: /var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.0.log
93112025-10-11T01:14:53.110Zuploading: /var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.1-clickhouse-gZgp5w/clickhouse-server.errlog (20460 bytes)
93122025-10-11T01:14:54.185Zuploaded: /var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.1-clickhouse-gZgp5w/clickhouse-server.errlog
93132025-10-11T01:14:54.185Zuploading: /var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.1-clickhouse-gZgp5w/clickhouse-server.log (247519 bytes)
93142025-10-11T01:14:55.399Zuploaded: /var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.1-clickhouse-gZgp5w/clickhouse-server.log
93152025-10-11T01:14:55.399Zuploading: /var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.2.log (1954083 bytes)
93162025-10-11T01:14:57.397Zuploaded: /var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.2.log
93172025-10-11T01:14:57.397Zuploading: /var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.3.log (2507779 bytes)
93182025-10-11T01:14:59.526Zuploaded: /var/tmp/omicron_tmp/test_all_output-d38b2b08006cbc5e-test_omdb_success_cases.1648.3.log